org.glassfish.admin.mbeanserver.ssl
Class SecureRMIClientSocketFactory

java.lang.Object
  extended by javax.rmi.ssl.SslRMIClientSocketFactory
      extended by org.glassfish.admin.mbeanserver.ssl.SecureRMIClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public final class SecureRMIClientSocketFactory
extends SslRMIClientSocketFactory

Inner class for SSL support for JMX connection using RMI.

See Also:
Serialized Form

Constructor Summary
SecureRMIClientSocketFactory()
           
SecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRMIClientSocketFactory

public SecureRMIClientSocketFactory(SSLParams sslParams,
                                    InetAddress addr)

SecureRMIClientSocketFactory

public SecureRMIClientSocketFactory()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class SslRMIClientSocketFactory

hashCode

public int hashCode()
Overrides:
hashCode in class SslRMIClientSocketFactory

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Overrides:
createSocket in class SslRMIClientSocketFactory
Throws:
IOException


Copyright © 2012. All Rights Reserved.