Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.rmi.server.RMIClientSocketFactory

Uses of RMIClientSocketFactory in java.rmi.server
 

Classes in java.rmi.server that implement RMIClientSocketFactory
 class RMISocketFactory
           
 

Fields in java.rmi.server declared as RMIClientSocketFactory
private  RMIClientSocketFactory UnicastRemoteObject.csf
          The client socket factory for producing client sockets, used by this object.
 

Methods in java.rmi.server with parameters of type RMIClientSocketFactory
static java.rmi.Remote UnicastRemoteObject.exportObject(java.rmi.Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)
          FIXME
 

Constructors in java.rmi.server with parameters of type RMIClientSocketFactory
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.