Save This Page
Home » apache-tomcat-6.0.16-src » javax » ejb » [javadoc | source]
javax.ejb
public interface: TimerService [javadoc | source]
Method from javax.ejb.TimerService Summary:
createTimer,   createTimer,   createTimer,   createTimer,   getTimers
Method from javax.ejb.TimerService Detail:
 public Timer createTimer(Date expiration,
    Serializable info) throws IllegalArgumentException, EJBException, IllegalStateException
 public Timer createTimer(long duration,
    Serializable info) throws IllegalArgumentException, EJBException, IllegalStateException
 public Timer createTimer(Date initialExpiration,
    long intervalDuration,
    Serializable info) throws IllegalArgumentException, EJBException, IllegalStateException
 public Timer createTimer(long initialDuration,
    long intervalDuration,
    Serializable info) throws IllegalArgumentException, EJBException, IllegalStateException
 public Collection getTimers() throws EJBException, IllegalStateException