com.sun.appserv.management.client
Class AdminRMISSLClientSocketFactory
java.lang.Object
com.sun.appserv.management.client.AdminRMISSLClientSocketFactory
- All Implemented Interfaces:
- Serializable, RMIClientSocketFactory
public class AdminRMISSLClientSocketFactory
- extends Object
- implements RMIClientSocketFactory, 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminRMISSLClientSocketFactory
public AdminRMISSLClientSocketFactory()
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Specified by:
createSocket
in interface RMIClientSocketFactory
- Throws:
IOException
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.