|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.client.InvocationReceiver.Registration
public static class InvocationReceiver.Registration
Used to maintain a registry of invocation receivers that can be used to convert (large) hash codes into (small) registration numbers.
| Field Summary | |
|---|---|
String |
receiverCode
The unique hash code associated with this invocation receiver class. |
short |
receiverId
The unique id assigned to this invocation receiver class at registration time. |
| Constructor Summary | |
|---|---|
InvocationReceiver.Registration()
Creates a blank instance suitable for unserialization. |
|
InvocationReceiver.Registration(String receiverCode,
short receiverId)
Creates and initializes a registration instance. |
|
| Method Summary | |
|---|---|
Comparable<?> |
getKey()
Each entry provide an associated key which is used to determine its uniqueness in the set. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String receiverCode
public short receiverId
| Constructor Detail |
|---|
public InvocationReceiver.Registration(String receiverCode,
short receiverId)
public InvocationReceiver.Registration()
| Method Detail |
|---|
public Comparable<?> getKey()
DSet.EntryDSet class documentation for further information.
getKey in interface DSet.Entrypublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||