public interface TimerHandle extends Serializable
Since timers are local objects, a timer handle must not be passed through a bean's remote business interface, remote interface or web service interface.
Modifier and Type | Method and Description |
---|---|
Timer |
getTimer()
Obtain a reference to the timer represented by this handle.
|
Timer getTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException
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 cancelled.EJBException
- If this method could not complete due
to a system-level failure.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.