FileDocCategorySizeDatePackage
TimerHandle.javaAPI DocGlassfish v2 API2875Fri May 04 22:35:54 BST 2007javax.ejb

TimerHandle

public interface TimerHandle implements Serializable
The TimerHandle interface is implemented by all EJB timer handles.

Fields Summary
Constructors Summary
Methods Summary
public TimergetTimer()
Obtain a reference to the timer represented by this handle.

return
a reference to the timer represented by this handle.
exception
java.lang.IllegalStateException If this method is invoked while the instance is in a state that does not allow access to this method.
exception
javax.ejb.NoSuchObjectLocalException If invoked on a handle whose associated timer has expired or has been cancelled.
exception
javax.ejb.EJBException If this method could not complete due to a system-level failure.