|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnathan.middleware.RemoteReferenceModuleServer
public class RemoteReferenceModuleServer
ServerRemoteReference maps remote references to local references.
Method Summary | |
---|---|
void |
addReference(RemoteObjectReference ror,
java.lang.Object o)
Add a remote reference to the table. |
java.lang.Object |
getReference(RemoteObjectReference ror)
Lookup the object which has specific RemoteObjectReference. |
static RemoteReferenceModuleServer |
getServerRemoteReference()
Gets an instance of the remote reference module |
void |
removeReference(RemoteObjectReference ror)
Remove an object from the table. |
java.lang.String |
toString()
Returns a string representation of the objects and references contained in the ReferenceModule. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static RemoteReferenceModuleServer getServerRemoteReference()
public void addReference(RemoteObjectReference ror, java.lang.Object o)
ror
- The RemoteObjectReference for an object.o
- The object that methods will be called on.public void removeReference(RemoteObjectReference ror)
ror
- The RemoteObjectReference of the object to be removed.public java.lang.Object getReference(RemoteObjectReference ror)
ror
- The RemoteObjectReference of the object to be looked up.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |