|
J2ME RMI Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RMIServerSocketFactory | |
java.rmi.registry | Provides a class and two interfaces for the RMI registry. |
java.rmi.server | Provides classes and interfaces for supporting the unicast server side of RMI. |
Uses of RMIServerSocketFactory in java.rmi.registry |
Methods in java.rmi.registry with parameters of type RMIServerSocketFactory | |
static Registry |
LocateRegistry.createRegistry(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Creates and exports a Registry on the local host that
uses custom socket factories for communication with that registry. |
Uses of RMIServerSocketFactory in java.rmi.server |
Classes in java.rmi.server that implement RMIServerSocketFactory | |
class |
RMISocketFactory
An RMISocketFactory instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. |
Methods in java.rmi.server with parameters of type RMIServerSocketFactory | |
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Export the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory. |
Constructors in java.rmi.server with parameters of type RMIServerSocketFactory | |
UnicastRemoteObject.UnicastRemoteObject(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Create and export a new UnicastRemoteObject object using the particular supplied port and socket factories. |
|
J2ME RMI Profile | |||||||||
PREV NEXT | FRAMES NO FRAMES |