J2ME RMI Profile

Uses of Interface
java.rmi.server.RMIClientSocketFactory

Packages that use RMIClientSocketFactory
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 RMIClientSocketFactory in java.rmi.registry
 

Methods in java.rmi.registry with parameters of type RMIClientSocketFactory
static Registry LocateRegistry.getRegistry(java.lang.String host, int port, RMIClientSocketFactory csf)
          Returns a locally created remote reference to the remote object Registry on the specified host and port.
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 RMIClientSocketFactory in java.rmi.server
 

Classes in java.rmi.server that implement RMIClientSocketFactory
 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 RMIClientSocketFactory
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 RMIClientSocketFactory
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

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved. < /font >