com.caucho.ejb.timer
Class EjbTimerHandle

java.lang.Object
  extended by com.caucho.ejb.timer.EjbTimerHandle
All Implemented Interfaces:
java.io.Serializable, TimerHandle

public class EjbTimerHandle
extends java.lang.Object
implements TimerHandle

Implements the EJB timer handle.

See Also:
Serialized Form

Field Summary
protected static java.util.logging.Logger log
           
 
Method Summary
 Timer getTimer()
          Returns the timer.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static final java.util.logging.Logger log
Method Detail

getTimer

public Timer getTimer()
               throws NoSuchObjectLocalException,
                      EJBException
Returns the timer.

Specified by:
getTimer in interface TimerHandle
Throws:
NoSuchObjectLocalException
EJBException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object