Uses of Interface java.rmi.server.RMIServerSocketFactory

Uses in package java.rmi.activation

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.
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

Remote
Activatable.export(ActivationID id, Remote obj, int port, RMIServerSocketFactory serverSocketFactory)
Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
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
During activation, this exportObject method should be invoked explicitly by the activatable object, that does is not derived from the Activatable class.

Uses in package javax.rmi.ssl

Classes implementing java.rmi.server.RMIServerSocketFactory

class
SslRMIServerSocketFactory This class implements an RMIServerSocketFactory for SSL sockets.

Uses in package java.rmi.server

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
FIXME

Uses in package java.rmi.registry

Methods with parameter type java.rmi.server.RMIServerSocketFactory

Registry