- See Also:
- Top Examples, Source Code
public Timer createTimer(Date expiration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Timer createTimer(Date initialExpiration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Timer createTimer(long duration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Timer createTimer(long initialDuration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Collection getTimers()
throws IllegalStateException,
EJBException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples