| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RMIServerSocketFactory | |
|---|---|
| java.rmi.activation | Provides support for RMI Object Activation. | 
| java.rmi.registry | Provides a class and two interfaces for the RMI registry. | 
| java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. | 
| javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. | 
| javax.rmi.ssl | Provides implementations of RMIClientSocketFactoryandRMIServerSocketFactoryover 
the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols. | 
| Uses of RMIServerSocketFactory in java.rmi.activation | 
|---|
| Methods in java.rmi.activation with parameters of type RMIServerSocketFactory | |
|---|---|
| static Remote | Activatable.exportObject(Remote obj,
             ActivationID id,
             int port,
             RMIClientSocketFactory csf,
             RMIServerSocketFactory ssf)Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls. | 
| static ActivationID | Activatable.exportObject(Remote obj,
             String location,
             MarshalledObject data,
             boolean restart,
             int port,
             RMIClientSocketFactory csf,
             RMIServerSocketFactory ssf)This exportObjectmethod may be invoked explicitly
 by an "activatable" object, that does not extend theActivatableclass, in order to both a) register
 the object's activation descriptor, constructed from the suppliedlocation, anddata, with
 the activation system (so the object can be activated), and
 b) export the remote object,obj, on a specific
 port (if port=0, then an anonymous port is chosen). | 
| Constructors in java.rmi.activation with parameters of type RMIServerSocketFactory | |
|---|---|
| Activatable(ActivationID id,
            int port,
            RMIClientSocketFactory csf,
            RMIServerSocketFactory ssf)Constructor used to activate/export the object on a specified port. | |
| Activatable(String location,
            MarshalledObject data,
            boolean restart,
            int port,
            RMIClientSocketFactory csf,
            RMIServerSocketFactory ssf)Constructor used to register and export the object on a specified port (an anonymous port is chosen if port=0) . | |
| 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 Registryinstance on the local
 host that uses custom socket factories for communication with that
 instance. | 
| Uses of RMIServerSocketFactory in java.rmi.server | 
|---|
| Classes in java.rmi.server that implement RMIServerSocketFactory | |
|---|---|
|  class | RMISocketFactoryAn RMISocketFactoryinstance 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)Exports 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(int port,
                    RMIClientSocketFactory csf,
                    RMIServerSocketFactory ssf)Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories. | |
| Uses of RMIServerSocketFactory in javax.management.remote.rmi | 
|---|
| Constructors in javax.management.remote.rmi with parameters of type RMIServerSocketFactory | |
|---|---|
| RMIJRMPServerImpl(int port,
                  RMIClientSocketFactory csf,
                  RMIServerSocketFactory ssf,
                  Map<String,?> env)Creates a new RMIServerobject that will be exported
 on the given port using the given socket factories. | |
| Uses of RMIServerSocketFactory in javax.rmi.ssl | 
|---|
| Classes in javax.rmi.ssl that implement RMIServerSocketFactory | |
|---|---|
|  class | SslRMIServerSocketFactoryAn SslRMIServerSocketFactoryinstance is used by the RMI
 runtime in order to obtain server sockets for RMI calls via SSL. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.