org.apache.harmony.rmi.server |
|
Java Source File Name | Type | Comment |
ClientDGC.java | Class | DGC on Client's side - it's responsible for renewing/cancelling
remote objects leases.
It is made package protected for security reasons.
author: Mikhail A. |
DGCImpl.java | Class | Distributed Garbage Collector implementation (Server side).
It is made package protected for security reasons.
author: Mikhail A. |
DGCImpl_Skel.java | Class | |
DGCImpl_Stub.java | Class | |
ExportExceptionTest.java | Class | |
ExportManager.java | Class | Manager controlling all exported objects.
It is put to org.apache.harmony.rmi.transport package because some methods
should be made package protected.
author: Mikhail A. |
LogStreamTest.java | Class | |
RemoteRefBase.java | Class | Base class for all RemoteRef implementations.
It belongs to org.apache.harmony.rmi.transport package because it should have
package protected access to ClientDGC implementation.
author: Mikhail A. |
RMIClassLoaderTest.java | Class | |
RMIObjectInfo.java | Class | Holds info characterizing exported remote objects.
author: Mikhail A. |
RMIObjectTable.java | Class | Defines structure for storing RMIObjects and methods for finding them by
different separate keys, which are unique inside the table: ObjID and
RMIReference to the object's implementation.
author: Mikhail A. |
RMIReference.java | Class | Extension of WeakReference. |
ServerCloneExceptionTest.java | Class | |
ServerConnection.java | Class | Connection opened on server side when connection from the client is accepted.
It acknowledges RMI protocol version, RMI protocol type etc. |
ServerConnectionManager.java | Class | Manager waiting for client connections and initiating communication with
them.
author: Mikhail A. |
ServerNotActiveExceptionTest.java | Class | |
ServerRemoteCall.java | Class | RemoteCall implementation used by UnicastServerRef on server's side.
author: Mikhail A. |
SkeletonMismatchExceptionTest.java | Class | |
SkeletonNotFoundExceptionTest.java | Class | |
SocketSecurityExceptionTest.java | Class | |