@Deprecated public class JmxRemoteLifecycleListener extends Object implements LifecycleListener
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
Deprecated.  
  | 
static class  | 
JmxRemoteLifecycleListener.RmiServerBindSocketFactory
Deprecated.  
  | 
static class  | 
JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
accessFile
Deprecated.  
  | 
protected boolean | 
authenticate
Deprecated.  
  | 
protected String[] | 
ciphers
Deprecated.  
  | 
protected boolean | 
clientAuth
Deprecated.  
  | 
protected JMXConnectorServer | 
csPlatform
Deprecated.  
  | 
protected String | 
loginModuleName
Deprecated.  
  | 
protected String | 
passwordFile
Deprecated.  
  | 
protected String[] | 
protocols
Deprecated.  
  | 
protected String | 
rmiBindAddress
Deprecated.  
  | 
protected int | 
rmiRegistryPortPlatform
Deprecated.  
  | 
protected boolean | 
rmiRegistrySSL
Deprecated.  
  | 
protected int | 
rmiServerPortPlatform
Deprecated.  
  | 
protected boolean | 
rmiServerSSL
Deprecated.  
  | 
protected static StringManager | 
sm
Deprecated.  
  | 
protected boolean | 
useLocalPorts
Deprecated.  
  | 
| 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-2021 Apache Software Foundation. All Rights Reserved.