|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIDimensionHandle
Type-safe handle for a dimension. Generally these are created by the RTI and passed to the user.
| Constructor Summary | |
protected |
XRTIDimensionHandle(long pIdentifier)
Constructor. |
| Method Summary | |
void |
encode(byte[] buffer,
int offset)
Encodes this dimension handle, placing the result into the specified buffer. |
int |
encodedLength()
Returns the encoded length of this dimension handle. |
boolean |
equals(java.lang.Object otherDimensionHandle)
Checks this dimension handle for equality with another. |
protected long |
getIdentifier()
Returns this handle's unique identifier. |
int |
hashCode()
Computes and returns a hash code corresponding to this dimension handle. |
java.lang.String |
toString()
Returns a string representation of this dimension handle. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected XRTIDimensionHandle(long pIdentifier)
pIdentifier - the dimension identifier| Method Detail |
protected long getIdentifier()
public boolean equals(java.lang.Object otherDimensionHandle)
equals in interface DimensionHandleotherDimensionHandle - the dimension handle to compare this to
true if this refers to the same dimension as the
other handle, false otherwisepublic int hashCode()
hashCode in interface DimensionHandlepublic int encodedLength()
encodedLength in interface DimensionHandle
public void encode(byte[] buffer,
int offset)
encode in interface DimensionHandlebuffer - the buffer to contain the encoded dimension handleoffset - the offset within the buffer at which to place the
encoded dimension handlepublic java.lang.String toString()
toString in interface DimensionHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||