@Deprecated public class JmxRemoteLifecycleListener extends SSLHostConfig implements LifecycleListener
Modifier and Type | Class and Description |
---|---|
static class |
JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
Deprecated.
|
static class |
JmxRemoteLifecycleListener.RmiServerBindSocketFactory
Deprecated.
|
static class |
JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
Deprecated.
|
SSLHostConfig.CertificateVerification, SSLHostConfig.Type
Modifier and Type | Field and Description |
---|---|
protected String |
accessFile
Deprecated.
|
protected boolean |
authenticate
Deprecated.
|
protected JMXConnectorServer |
csPlatform
Deprecated.
|
protected String |
loginModuleName
Deprecated.
|
protected String |
passwordFile
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.
|
DEFAULT_SSL_HOST_NAME, SSL_PROTO_ALL_SET
Constructor and Description |
---|
JmxRemoteLifecycleListener()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessFile()
Deprecated.
|
String |
getLoginModuleName()
Deprecated.
|
String |
getPasswordFile()
Deprecated.
|
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.
|
protected void |
init()
Deprecated.
|
boolean |
isAuthenticate()
Deprecated.
|
boolean |
isRmiRegistrySSL()
Deprecated.
|
boolean |
isRmiServerSSL()
Deprecated.
|
void |
lifecycleEvent(LifecycleEvent event)
Deprecated.
Acknowledge the occurrence of the specified event.
|
void |
setAccessFile(String accessFile)
Deprecated.
|
void |
setAuthenticate(boolean authenticate)
Deprecated.
|
void |
setLoginModuleName(String loginModuleName)
Deprecated.
|
void |
setPasswordFile(String passwordFile)
Deprecated.
|
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 |
setRmiRegistrySSL(boolean rmiRegistrySSL)
Deprecated.
|
void |
setRmiServerPortPlatform(int theRmiServerPortPlatform)
Deprecated.
Set the port on which the Platform RMI server is exported.
|
void |
setRmiServerSSL(boolean rmiServerSSL)
Deprecated.
|
void |
setUseLocalPorts(boolean useLocalPorts)
Deprecated.
Set the flag that indicates that local ports should be used for all
connections.
|
addCertificate, adjustRelativePath, getCaCertificateFile, getCaCertificatePath, getCertificateChainFile, getCertificateFile, getCertificateKeyAlias, getCertificateKeyFile, getCertificateKeyPassword, getCertificateKeystoreFile, getCertificateKeystorePassword, getCertificateKeystoreProvider, getCertificateKeystoreType, getCertificateRevocationListFile, getCertificateRevocationListPath, getCertificates, getCertificates, getCertificateVerification, getCertificateVerificationAsString, getCertificateVerificationDepth, getCipherList, getCiphers, getConfigType, getDisableCompression, getDisableSessionTickets, getEnabledCiphers, getEnabledProtocols, getHonorCipherOrder, getHostName, getInsecureRenegotiation, getJsseCipherNames, getKeyManagerAlgorithm, getObjectName, getOpenSslConf, getOpenSslConfContext, getOpenSslContext, getProtocols, getRevocationEnabled, getSessionCacheSize, getSessionTimeout, getSslProtocol, getTrustManagerClassName, getTruststore, getTruststoreAlgorithm, getTruststoreFile, getTruststorePassword, getTruststoreProvider, getTruststoreType, isCertificateVerificationDepthConfigured, setCaCertificateFile, setCaCertificatePath, setCertificateChainFile, setCertificateFile, setCertificateKeyAlias, setCertificateKeyFile, setCertificateKeyPassword, setCertificateKeystoreFile, setCertificateKeystorePassword, setCertificateKeystoreProvider, setCertificateKeystoreType, setCertificateRevocationListFile, setCertificateRevocationListPath, setCertificateVerification, setCertificateVerificationAsString, setCertificateVerificationDepth, setCiphers, setDisableCompression, setDisableSessionTickets, setEnabledCiphers, setEnabledProtocols, setHonorCipherOrder, setHostName, setInsecureRenegotiation, setKeyManagerAlgorithm, setObjectName, setOpenSslConf, setOpenSslConfContext, setOpenSslContext, setProtocols, setRevocationEnabled, setSessionCacheSize, setSessionTimeout, setSslProtocol, setTrustManagerClassName, setTrustStore, setTruststoreAlgorithm, setTruststoreFile, setTruststorePassword, setTruststoreProvider, setTruststoreType
protected static final StringManager sm
protected String rmiBindAddress
protected int rmiRegistryPortPlatform
protected int rmiServerPortPlatform
protected boolean rmiRegistrySSL
protected boolean rmiServerSSL
protected boolean authenticate
protected String passwordFile
protected String loginModuleName
protected String accessFile
protected boolean useLocalPorts
protected transient 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 boolean isRmiRegistrySSL()
public void setRmiRegistrySSL(boolean rmiRegistrySSL)
rmiRegistrySSL
- the rmiRegistrySSL to setpublic boolean isRmiServerSSL()
public void setRmiServerSSL(boolean rmiServerSSL)
rmiServerSSL
- the rmiServerSSL to setpublic boolean isAuthenticate()
public void setAuthenticate(boolean authenticate)
authenticate
- the authenticate to setpublic String getPasswordFile()
public void setPasswordFile(String passwordFile)
passwordFile
- the passwordFile to setpublic String getLoginModuleName()
public void setLoginModuleName(String loginModuleName)
loginModuleName
- the loginModuleName to setpublic String getAccessFile()
public void setAccessFile(String accessFile)
accessFile
- the accessFile to setprotected void init()
public void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurredCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.