GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.rmi.server.RMIClientSocketFactory | |
Activatable.Activatable(String codebase, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) This constructor is used to register export the object on the given port,
additionally specifying the socket factories. | |
Activatable.Activatable(ActivationID anId, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Creates the new instance of activatable with the given activation id and is
listening at the given port, using the specified client and server sockets
factories. |
Methods with parameter type java.rmi.server.RMIClientSocketFactory | |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Register and export the object that activatable object that is not derived
from the Activatable super class. |
Remote | Activatable.exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) During activation, this exportObject method should be invoked explicitly by
the activatable object, that does is not derived from the Activatable
class. |
Classes implementing java.rmi.server.RMIClientSocketFactory | |
class | SslRMIClientSocketFactory
This class implements an RMIClientSocketFactory for SSL sockets.
|
Classes implementing java.rmi.server.RMIClientSocketFactory | |
class |
Constructors with parameter type java.rmi.server.RMIClientSocketFactory | |
UnicastRemoteObject.UnicastRemoteObject(int port, RMIClientSocketFactory clientSocketFactory, RMIServerSocketFactory serverSocketFactory) Create and export the new remote object, making it available at the
given port, using sockets, produced by the specified factories.
|
Methods with parameter type java.rmi.server.RMIClientSocketFactory | |
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
Methods with parameter type java.rmi.server.RMIClientSocketFactory | |
Registry | |
Registry |
GNU Classpath (0.95) |