|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.txtimer.TimerHandleImpl
An implementation of the TimerHandle
Field Summary | |
static java.lang.String |
DATE_PATTERN
The date pattern used by this handle |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Return true if objectId, createDate, periode are equal |
java.util.Date |
getFirstTime()
|
java.io.Serializable |
getInfo()
|
long |
getPeriode()
|
TimedObjectId (src) |
getTimedObjectId()
|
Timer (src) |
getTimer()
Obtain a reference to the txtimer represented by this handle. |
java.lang.String |
getTimerId()
|
int |
hashCode()
Hash code based on objectId, createDate, periode |
static TimerHandleImpl (src) |
parse(java.lang.String externalForm)
Parse the handle from external form. |
java.lang.String |
toExternalForm()
Returns the external representation of the handle. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String DATE_PATTERN
Method Detail |
public static TimerHandleImpl (src) parse(java.lang.String externalForm)
public java.lang.String toExternalForm()
public java.lang.String getTimerId()
public TimedObjectId (src) getTimedObjectId()
public java.util.Date getFirstTime()
public long getPeriode()
public java.io.Serializable getInfo()
public Timer (src) getTimer() throws java.lang.IllegalStateException, NoSuchObjectLocalException (src) , EJBException (src)
getTimer
in interface TimerHandle (src)
java.lang.IllegalStateException
- If this method is invoked while the instance is in
a state that does not allow access to this method.
NoSuchObjectLocalException (src)
- If invoked on a txtimer that has expired or has been cancelled.
EJBException (src)
- If this method could not complete due to a system-level failure.public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |