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:
java.rmi.server.RMIServerSocketFactory

public class SecureRMIServerSocketFactory
extends javax.rmi.ssl.SslRMIServerSocketFactory

Inner class for SSL support for JMX connection using RMI.


Constructor Summary
SecureRMIServerSocketFactory(com.sun.grizzly.config.dom.Ssl sslConfig, org.jvnet.hk2.component.Habitat habitat, java.net.InetAddress addr)
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 boolean equals(java.lang.Object obj)
           
 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(com.sun.grizzly.config.dom.Ssl sslConfig,
                                    org.jvnet.hk2.component.Habitat habitat,
                                    java.net.InetAddress addr)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class javax.rmi.ssl.SslRMIServerSocketFactory

hashCode

public int hashCode()
Overrides:
hashCode in class javax.rmi.ssl.SslRMIServerSocketFactory

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface java.rmi.server.RMIServerSocketFactory
Overrides:
createServerSocket in class javax.rmi.ssl.SslRMIServerSocketFactory
Throws:
java.io.IOException


Copyright © 2012 GlassFish Community. All Rights Reserved.