hypercast
Class Timer_ID

java.lang.Object
  |
  +--hypercast.Timer_ID

public class Timer_ID
extends java.lang.Object

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

Timer_ID

public Timer_ID(hypercast.I_MessageStoreFSM FSM,
                int ID)
Constructs a Time_ID object with time id and time.

Parameters:
FSM - finite state machine
ID - time id

Timer_ID

public Timer_ID(hypercast.I_MessageStoreFSM FSM,
                java.lang.Object obj)
Construct a timer object with another object attached to it


Timer_ID

public Timer_ID(hypercast.Timer_ID te)
Constructs a new Timer_ID object with a Timer_ID object

Parameters:
te - a Timer_ID object
Method Detail

getID

public int getID()
Returns the timeout id

Returns:
id

getObject

public java.lang.Object getObject()
Returns the object associated with the timer id object, or null if there is no object associated.


getFSM

public hypercast.I_MessageStoreFSM getFSM()
Returns the finite state machine

Returns:
fsm

equals

public boolean equals(java.lang.Object o)
compare two Timer_ID

Overrides:
equals in class java.lang.Object
Returns:
true/false