Uses of Interface java.rmi.server.RMIClientSocketFactory

Uses in package java.rmi.activation

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

class
SslRMIClientSocketFactory This class implements an RMIClientSocketFactory for SSL sockets.

Uses in package java.rmi.server

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
FIXME

Uses in package java.rmi.registry

Methods with parameter type java.rmi.server.RMIClientSocketFactory

Registry
Registry