Class JmxRemoteLifecycleListener.RmiServerBindSocketFactory

  • All Implemented Interfaces:
    java.rmi.server.RMIServerSocketFactory
    Enclosing class:
    JmxRemoteLifecycleListener

    public static class JmxRemoteLifecycleListener.RmiServerBindSocketFactory
    extends java.lang.Object
    implements java.rmi.server.RMIServerSocketFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.ServerSocket createServerSocket​(int port)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RmiServerBindSocketFactory

        public RmiServerBindSocketFactory​(java.lang.String address)
    • Method Detail

      • createServerSocket

        public java.net.ServerSocket createServerSocket​(int port)
                                                 throws java.io.IOException
        Specified by:
        createServerSocket in interface java.rmi.server.RMIServerSocketFactory
        Throws:
        java.io.IOException