public static class InvocationReceiver.Registration extends Object implements DSet.Entry
Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Registration()
Creates a blank instance suitable for unserialization.
|
Registration(String receiverCode,
short receiverId)
Creates and initializes a registration instance.
|
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
getKey()
Each entry provide an associated key which is used to determine its uniqueness in the
set.
|
String |
toString() |
public String receiverCode
public short receiverId
public Registration(String receiverCode, short receiverId)
public Registration()
public Comparable<?> getKey()
DSet.EntryDSet class documentation for further information.getKey in interface DSet.EntryCopyright © 2015. All rights reserved.