Package org.apache.catalina.mbeans
Class JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
- java.lang.Object
-
- org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
-
- All Implemented Interfaces:
java.io.Serializable
,java.rmi.server.RMIClientSocketFactory
- Enclosing class:
- JmxRemoteLifecycleListener
public static class JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory extends java.lang.Object implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RmiClientLocalhostSocketFactory(java.rmi.server.RMIClientSocketFactory theFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.Socket
createSocket(java.lang.String host, int port)
-