Save This Page
Home » apache-tomcat-6.0.16-src » javax » ejb » [javadoc | source]
javax.ejb
public interface: Timer [javadoc | source]
Method from javax.ejb.Timer Summary:
cancel,   getHandle,   getInfo,   getNextTimeout,   getTimeRemaining
Method from javax.ejb.Timer Detail:
 public  void cancel() throws NoSuchObjectLocalException, EJBException, IllegalStateException
 public TimerHandle getHandle() throws NoSuchObjectLocalException, EJBException, IllegalStateException
 public Serializable getInfo() throws NoSuchObjectLocalException, EJBException, IllegalStateException
 public Date getNextTimeout() throws NoSuchObjectLocalException, EJBException, IllegalStateException
 public long getTimeRemaining() throws NoSuchObjectLocalException, EJBException, IllegalStateException