javax.slee.facilities
Interface TimerID
- public interface TimerID
A TimerID
is used to identify a timer started by an SBB entity.
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. |
equals
public boolean equals(java.lang.Object obj)
- Compare this timer ID for equality with another.
- Overrides:
equals
in class java.lang.Object
- Parameters:
obj
- the object to compare this with.- Returns:
true
if obj
is an instance of this class
representing the same timer as this, false
otherwise.
hashCode
public int hashCode()
- Get a hash code value for this timer ID.
- Overrides:
hashCode
in class java.lang.Object
- Returns:
- a hash code value.
toString
public java.lang.String toString()
- Get the textual representation of the timer ID object.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the textual representation of the timer ID object.