Frames | No Frames |
Classes implementing java.rmi.server.RMIServerSocketFactory | |
class | SslRMIServerSocketFactory
This class implements an RMIServerSocketFactory for SSL sockets.
|
Classes implementing java.rmi.server.RMIServerSocketFactory | |
class |
Constructors with parameter type java.rmi.server.RMIServerSocketFactory | |
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.RMIServerSocketFactory | |
Remote | UnicastRemoteObject.exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) FIXME
|
Constructors with parameter type java.rmi.server.RMIServerSocketFactory | |
Create and export the new remote object, making it available at the
given port, using sockets, produced by the specified factories.
|
Constructors with parameter type java.rmi.server.RMIServerSocketFactory | |
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.RMIServerSocketFactory | |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject<T> 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. |
Methods with parameter type java.rmi.server.RMIServerSocketFactory | |
Registry |
Classes implementing java.rmi.server.RMIServerSocketFactory | |
class |
Constructors with parameter type java.rmi.server.RMIServerSocketFactory | |
ActivatableServerRef.ActivatableServerRef(ObjID id, ActivationID anId, int aPort, RMIServerSocketFactory ssFactory) Create the new activatable server reference that will activate object on
the first call using the given activation id.
| |
Methods with parameter type java.rmi.server.RMIServerSocketFactory | |
UnicastConnectionManager | Return a server connection manager which will accept connection on the
given port.
|