|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.Timer_ID
This class is timer ID
Constructor Summary | |
Timer_ID(hypercast.I_MessageStoreFSM FSM,
int ID)
Constructs a Time_ID object with time id and time. |
|
Timer_ID(hypercast.I_MessageStoreFSM FSM,
java.lang.Object obj)
Construct a timer object with another object attached to it |
|
Timer_ID(hypercast.Timer_ID te)
Constructs a new Timer_ID object with a Timer_ID object |
Method Summary | |
boolean |
equals(java.lang.Object o)
compare two Timer_ID |
hypercast.I_MessageStoreFSM |
getFSM()
Returns the finite state machine |
int |
getID()
Returns the timeout id |
java.lang.Object |
getObject()
Returns the object associated with the timer id object, or null if there is no object associated. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Timer_ID(hypercast.I_MessageStoreFSM FSM, int ID)
FSM
- finite state machineID
- time idpublic Timer_ID(hypercast.I_MessageStoreFSM FSM, java.lang.Object obj)
public Timer_ID(hypercast.Timer_ID te)
te
- a Timer_ID objectMethod Detail |
public int getID()
public java.lang.Object getObject()
public hypercast.I_MessageStoreFSM getFSM()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |