javax.ejb
Interface TimerService
public interface TimerService
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 12:30:38 -0700 (Wed, 25 Oct 2006) $
createTimer
Timer createTimer(Date initialExpiration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(Date expiration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(long initialDuration,
long intervalDuration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
createTimer
Timer createTimer(long duration,
Serializable info)
throws IllegalArgumentException,
IllegalStateException,
EJBException
- Throws:
IllegalArgumentException
IllegalStateException
EJBException
getTimers
Collection getTimers()
throws IllegalStateException,
EJBException
- Throws:
IllegalStateException
EJBException
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.