org.glassfish.admin.mbeanserver.ssl
Class SecureRMIServerSocketFactory

java.lang.Object
  extended by javax.rmi.ssl.SslRMIServerSocketFactory
      extended by org.glassfish.admin.mbeanserver.ssl.SecureRMIServerSocketFactory
All Implemented Interfaces:
RMIServerSocketFactory

public class SecureRMIServerSocketFactory
extends SslRMIServerSocketFactory

Inner class for SSL support for JMX connection using RMI.

Author:
prasad

Constructor Summary
SecureRMIServerSocketFactory(org.jvnet.hk2.component.Habitat habitat, org.glassfish.grizzly.config.dom.Ssl sslConfig, InetAddress addr)
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class javax.rmi.ssl.SslRMIServerSocketFactory
getEnabledCipherSuites, getEnabledProtocols, getNeedClientAuth
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRMIServerSocketFactory

public SecureRMIServerSocketFactory(org.jvnet.hk2.component.Habitat habitat,
                                    org.glassfish.grizzly.config.dom.Ssl sslConfig,
                                    InetAddress addr)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class SslRMIServerSocketFactory

hashCode

public int hashCode()
Overrides:
hashCode in class SslRMIServerSocketFactory

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface RMIServerSocketFactory
Overrides:
createServerSocket in class SslRMIServerSocketFactory
Throws:
IOException


Copyright © 2012. All Rights Reserved.