| java.lang.Object org.jboss.ejb.txtimer.TimerHandleImpl
TimerHandleImpl | public class TimerHandleImpl implements TimerHandle(Code) | | An implementation of the TimerHandle
author: Thomas.Diesler@jboss.org version: $Revision: 57209 $ since: 07-Apr-2004 |
DATE_PATTERN | final public static String DATE_PATTERN(Code) | | The date pattern used by this handle
|
TimerHandleImpl | TimerHandleImpl(TimerImpl timer)(Code) | | Construct a handle from a timer
|
equals | public boolean equals(Object obj)(Code) | | Return true if objectId, createDate, periode are equal
|
getPeriode | public long getPeriode()(Code) | | |
getTimer | public Timer getTimer() throws IllegalStateException, NoSuchObjectLocalException, EJBException(Code) | | Obtain a reference to the txtimer represented by this handle.
Timer which this handle represents throws: IllegalStateException - If this method is invoked while the instance is ina state that does not allow access to this method. throws: javax.ejb.NoSuchObjectLocalException - If invoked on a txtimer that has expired or has been cancelled. throws: javax.ejb.EJBException - If this method could not complete due to a system-level failure. |
hashCode | public int hashCode()(Code) | | Hash code based on objectId, createDate, periode
|
parse | public static TimerHandleImpl parse(String externalForm)(Code) | | Parse the handle from external form.
"[toid=timedObjectId,first=firstTime,periode=periode]"
|
toExternalForm | public String toExternalForm()(Code) | | Returns the external representation of the handle.
"[toid=timedObjectId,first=firstTime,periode=periode]"
|
toString | public String toString()(Code) | | Returns a string representation of the object.
|
|
|