|
|||||||||
| Home >> All >> gnu >> java >> rmi >> [ server overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package gnu.java.rmi.server
| Interface Summary | |
| ProtocolConstants | |
| Class Summary | |
| ActivatableRef | The activatable reference works like UnicastRef, but if the remote object appears to be not accessible, it tries to reactivate it before reporting any errors. |
| ActivatableServerRef | The activatable server reference works like UnicastServerReference, but it additionally activates the associated object on demand, during the first incoming call. |
| CombinedClassLoader | This class supports the multiple class loaders to load the resources. |
| ConnectionRunnerPool | |
| ConnectionRunnerPool.ConnectionRunner | |
| RMIClassLoaderImpl | The default implementation of java.rmi.server.RMIClassLoaderSpi. |
| RMIClassLoaderImpl.CacheKey | This class is used to identify a cached classloader by its codebase and the context classloader that is its parent. |
| RMIClassLoaderImpl.MyClassLoader | |
| RMIDefaultSocketFactory | |
| RMIHashes | |
| RMIIncomingThread | |
| RMIObjectInputStream | |
| RMIObjectOutputStream | |
| RMIVoidValue | Package private class used to indicate a void return type. |
| TripleKey | This is use as the hashkey for the client/server connections. |
| UnicastConnection | |
| UnicastConnectionManager | |
| UnicastRef | |
| UnicastRemoteCall | |
| UnicastRemoteStub | |
| UnicastServer | |
| UnicastServerRef | This class connects the local, remotely available (exported) object to the local RMI server that accepts the remote calls. |
|
|||||||||
| Home >> All >> gnu >> java >> rmi >> [ server overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||