|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnathan.middleware.RemoteReferenceModuleClient
public class RemoteReferenceModuleClient
The remote reference module for the client application. The module contains the mapping of locale object to the RemoteObjectReferences of the object.
Method Summary | |
---|---|
void |
addReference(RemoteObjectReference ror,
java.lang.Object o)
Adds a local reference to the reference module. |
static RemoteReferenceModuleClient |
getClientRemoteReference()
Get the remote reference module. |
java.lang.Object |
getReference(RemoteObjectReference ror)
Returns the local object. |
void |
removeReference(RemoteObjectReference ror)
Remove a local reference from the table of objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addReference(RemoteObjectReference ror, java.lang.Object o)
ror
- The RemoteObjectReference of the local object.o
- The local object.public void removeReference(RemoteObjectReference ror)
ror
- The RemoteObjectReference of the object to remove.public static RemoteReferenceModuleClient getClientRemoteReference()
public java.lang.Object getReference(RemoteObjectReference ror)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |