J2EE1.4 SDK

com.sun.appserv.management.client
Class AdminRMISSLClientSocketFactory

java.lang.Object
  extended bycom.sun.appserv.management.client.AdminRMISSLClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.io.Serializable

public class AdminRMISSLClientSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable

Not for public use

RMISSLClientSocketFactory which allows the configuration of security parameters by an RMI client; by default is not possible to configure these parameters. This is the "stub" class that gets downloaded to the client.

Looks for RMISSLClientSocketFactoryEnv, and if found, uses it to get configuration.

See Also:
Serialized Form

Constructor Summary
AdminRMISSLClientSocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminRMISSLClientSocketFactory

public AdminRMISSLClientSocketFactory()
Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Throws:
java.io.IOException

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.