public class EjbTimerHandle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
Timer |
getTimer()
Obtain a reference to the timer represented by this handle.
|
public Timer getTimer()
throws java.lang.IllegalStateException,
NoSuchObjectLocalException,
EJBException
java.lang.IllegalStateException - If this method is invoked while the instance is in a state that
does not allow access to this method.NoSuchObjectLocalException - If invoked on a handle whose associated timer has expired or has
been canceled.EJBException - If this method could not complete due to a system-level failure.