Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.rmi.server: Javadoc index of package gnu.java.rmi.server.


Package Samples:

gnu.java.rmi.server

Classes:

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. Apart the fields of the UnicastRef, the activatable reference contains the ActivationID that is used for this activation.
ActivatableServerRef: The activatable server reference works like UnicastServerReference, but it additionally activates the associated object on demand, during the first incoming call. When UnicastServerReference takes the working reference, the ActivatableServerRef takes the activation id instead.
CombinedClassLoader: This class supports the multiple class loaders to load the resources. It is used for constructing proxy classes that implement interfaces, loaded by the several different class loaders.
RMIClassLoaderImpl: The default implementation of java.rmi.server.RMIClassLoaderSpi .
UnicastServerRef: This class connects the local, remotely available (exported) object to the local RMI server that accepts the remote calls.
RMIVoidValue: Package private class used to indicate a void return type. INSTANCE is the only object of this class ever made.
TripleKey: This is use as the hashkey for the client/server connections.
ConnectionRunnerPool
ProtocolConstants
RMIDefaultSocketFactory
RMIHashes
RMIObjectInputStream
RMIObjectOutputStream
UnicastConnection
UnicastConnectionManager
UnicastRef
UnicastRemoteCall
UnicastRemoteStub
UnicastServer
RMIIncomingThread

Home | Contact Us | Privacy Policy | Terms of Service