|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.Socket_Timer_ID
This class impements a timer ID used by the socket adapter.
Field Summary | |
static int |
typeOfMessageStore
define the type vlue used by the MessageStore |
static int |
typeOfStreamManager
define the type vlue used by the StreamManager |
Constructor Summary | |
Socket_Timer_ID(int t,
java.lang.Object o)
Constructor. |
|
Socket_Timer_ID(hypercast.Socket_Timer_ID te)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
compare two Socket_Timer_IDs. |
java.lang.Object |
getEvent()
Returns the event object |
int |
getType()
Returns the type |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int typeOfMessageStore
public static final int typeOfStreamManager
Constructor Detail |
public Socket_Timer_ID(int t, java.lang.Object o)
t
- the type indicating the object using the timer.o
- index value of the protocol node.public Socket_Timer_ID(hypercast.Socket_Timer_ID te)
te
- a Socket_Timer_ID objectMethod Detail |
public int getType()
public java.lang.Object getEvent()
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 |