|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimerID
A TimerID is used to identify a timer started by an SBB entity.
An implementation of this class must be Java serializable to support persistence
(in a potentially arbitrary data structure) by SBBs.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compare this timer ID for equality with another. |
int |
hashCode()
Get a hash code value for this timer ID. |
java.lang.String |
toString()
Get the textual representation of the timer ID object. |
| Method Detail |
|---|
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to compare this with.
true if obj is an instance of this class
representing the same timer as this, false otherwise.int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||