Modifiers | Name | Description |
---|---|---|
protected java.util.UUID |
id |
Unique id of the provider |
private java.util.HashMap<java.util.UUID, SerialHandle> |
localHandles |
Table of local objects serialized out to remote nodes |
Constructor and description |
---|
SerialHandles
() |
Type | Name and description |
---|---|
void |
add(SerialHandle handle) |
void |
finalizeHandle(SerialHandle handle) |
SerialHandle |
get(java.util.UUID id) |
java.util.UUID |
getId() Getter for provider id |
SerialContext |
getSerialHost(java.util.UUID hostId, java.lang.Object attachment) |
void |
remove(SerialHandle handle) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Unique id of the provider
Table of local objects serialized out to remote nodes
Getter for provider id
Copyright © 2008–2014 Václav Pech. All Rights Reserved.