|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.XRTIParameterHandle
Type-safe handle for a parameter. Generally these are created by the run-time infrastructure and passed to the user.
| Constructor Summary | |
protected |
XRTIParameterHandle(long pIdentifier)
Constructor. |
| Method Summary | |
void |
encode(byte[] buffer,
int offset)
Encodes this parameter handle and places the result in the specified buffer. |
int |
encodedLength()
Returns the encoded length of this parameter handle. |
boolean |
equals(java.lang.Object otherParameterHandle)
Checks this parameter 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 parameter handle. |
java.lang.String |
toString()
Returns a string representation of this parameter handle. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected XRTIParameterHandle(long pIdentifier)
pIdentifier - the parameter identifier| Method Detail |
protected long getIdentifier()
public boolean equals(java.lang.Object otherParameterHandle)
equals in interface ParameterHandleotherParameterHandle - the other parameter handle
true if the two handles represent the
same parameter, false otherwisepublic int hashCode()
hashCode in interface ParameterHandlepublic int encodedLength()
encodedLength in interface ParameterHandle
public void encode(byte[] buffer,
int offset)
encode in interface ParameterHandlebuffer - the buffer to contain the encoded handleoffset - the offset within the buffer at which to store the
encoded handlepublic java.lang.String toString()
toString in interface ParameterHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||