org.apache.catalina.mbeans
public class JmxRemoteLifecycleListener extends Object implements LifecycleListener
Nested Class Summary | |
---|---|
static class | JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory |
Field Summary | |
---|---|
protected String | accessFile |
protected boolean | authenticate |
protected String[] | ciphers |
protected boolean | clientAuth |
protected JMXConnectorServer | csPlatform |
protected String | passwordFile |
protected String[] | protocols |
protected int | rmiRegistryPortPlatform |
protected int | rmiServerPortPlatform |
protected boolean | rmiSSL |
protected static StringManager | sm
The string resources for this package. |
protected boolean | useLocalPorts |
Method Summary | |
---|---|
int | getRmiRegistryPortPlatform()
Get the port on which the Platform RMI registry is exported. |
int | getRmiServerPortPlatform()
Get the port on which the Platform RMI server is exported. |
boolean | getUseLocalPorts()
Get the flag that indicates that local ports should be used for all
connections. |
void | lifecycleEvent(LifecycleEvent event) |
void | setRmiRegistryPortPlatform(int theRmiRegistryPortPlatform)
Set the port on which the Platform RMI registry is exported. |
void | setRmiServerPortPlatform(int theRmiServerPortPlatform)
Set the port on which the Platform RMI server is exported. |
void | setUseLocalPorts(boolean useLocalPorts)
Set the flag that indicates that local ports should be used for all
connections. |
UNKNOWN: The port number
UNKNOWN: The port number
UNKNOWN: true
if local ports should be used
Parameters: theRmiRegistryPortPlatform The port number
Parameters: theRmiServerPortPlatform The port number
Parameters: useLocalPorts Set to true
if local ports should be
used