@Deprecated public class JmxRemoteLifecycleListener extends Object implements LifecycleListener
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactoryDeprecated.  | 
| static class  | JmxRemoteLifecycleListener.RmiServerBindSocketFactoryDeprecated.  | 
| static class  | JmxRemoteLifecycleListener.SslRmiServerBindSocketFactoryDeprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | accessFileDeprecated.  | 
| protected boolean | authenticateDeprecated.  | 
| protected String[] | ciphersDeprecated.  | 
| protected boolean | clientAuthDeprecated.  | 
| protected JMXConnectorServer | csPlatformDeprecated.  | 
| protected String | loginModuleNameDeprecated.  | 
| protected String | passwordFileDeprecated.  | 
| protected String[] | protocolsDeprecated.  | 
| protected String | rmiBindAddressDeprecated.  | 
| protected int | rmiRegistryPortPlatformDeprecated.  | 
| protected boolean | rmiRegistrySSLDeprecated.  | 
| protected int | rmiServerPortPlatformDeprecated.  | 
| protected boolean | rmiServerSSLDeprecated.  | 
| protected static StringManager | smDeprecated.  | 
| protected boolean | useLocalPortsDeprecated.  | 
| Constructor and Description | 
|---|
| JmxRemoteLifecycleListener()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRmiBindAddress()Deprecated.  Get the inet address on which the Platform RMI server is exported. | 
| int | getRmiRegistryPortPlatform()Deprecated.  Get the port on which the Platform RMI registry is exported. | 
| int | getRmiServerPortPlatform()Deprecated.  Get the port on which the Platform RMI server is exported. | 
| boolean | getUseLocalPorts()Deprecated.  Get the flag that indicates that local ports should be used for all
 connections. | 
| void | lifecycleEvent(LifecycleEvent event)Deprecated.  Acknowledge the occurrence of the specified event. | 
| void | setRmiBindAddress(String theRmiBindAddress)Deprecated.  Set the inet address on which the Platform RMI server is exported. | 
| void | setRmiRegistryPortPlatform(int theRmiRegistryPortPlatform)Deprecated.  Set the port on which the Platform RMI registry is exported. | 
| void | setRmiServerPortPlatform(int theRmiServerPortPlatform)Deprecated.  Set the port on which the Platform RMI server is exported. | 
| void | setUseLocalPorts(boolean useLocalPorts)Deprecated.  Set the flag that indicates that local ports should be used for all
 connections. | 
protected static final StringManager sm
protected String rmiBindAddress
protected int rmiRegistryPortPlatform
protected int rmiServerPortPlatform
protected boolean rmiRegistrySSL
protected boolean rmiServerSSL
protected String[] ciphers
protected String[] protocols
protected boolean clientAuth
protected boolean authenticate
protected String passwordFile
protected String loginModuleName
protected String accessFile
protected boolean useLocalPorts
protected JMXConnectorServer csPlatform
public String getRmiBindAddress()
public void setRmiBindAddress(String theRmiBindAddress)
theRmiBindAddress - The textual representation of inet addresspublic int getRmiServerPortPlatform()
public void setRmiServerPortPlatform(int theRmiServerPortPlatform)
theRmiServerPortPlatform - The port numberpublic int getRmiRegistryPortPlatform()
public void setRmiRegistryPortPlatform(int theRmiRegistryPortPlatform)
theRmiRegistryPortPlatform - The port numberpublic boolean getUseLocalPorts()
true if local ports should be usedpublic void setUseLocalPorts(boolean useLocalPorts)
useLocalPorts - Set to true if local ports should be
                      usedpublic void lifecycleEvent(LifecycleEvent event)
LifecycleListenerlifecycleEvent in interface LifecycleListenerevent - LifecycleEvent that has occurredCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.