org.apache.harmony.rmi.remoteref |
|
Java Source File Name | Type | Comment |
ActivatableRef.java | Class | Activatable ref is the Remote Reference that organizes the next level of indirection during the remote method invocation.
It means that ActivatableRef contains another RemoteRef inside that can be 'null' if the ActivatableRef wasn't yet activated or will contain
the Remote Reference to the active object.
author: Victor A. |
ActivatableServerRef.java | Class | author: Victor A. |
UnicastRef.java | Class | Implementation of handle for remote objects.
author: Mikhail A. |
UnicastRef2.java | Class | Handle of remote objects using custom client socket factory.
author: Mikhail A. |
UnicastServerRef.java | Class | Implementation of server-side handle for remote objects.
author: Mikhail A. |
UnicastServerRef2.java | Class | Implementation of server-side handle for remote objects using custom
socket factories.
author: Mikhail A. |