Package org.apache.synapse.commons.jmx
Class JmxInformation
java.lang.Object
org.apache.synapse.commons.jmx.JmxInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintorg.wso2.securevault.secret.SecretInformationbooleanbooleanvoidsetAuthenticate(boolean authenticate) voidsetHostName(String host) voidsetJndiPort(int jndiPort) voidsetRemoteAccessFile(String remoteAccessFile) voidsetRemotePasswordFile(String remotePasswordFile) voidsetRemoteSSL(boolean remoteSSL) voidsetRmiPort(int rmiPort) voidsetSecretInformation(org.wso2.securevault.secret.SecretInformation secretInformation) voidBuilds the JMX URL depending on the existence of RMI port.
-
Constructor Details
-
JmxInformation
public JmxInformation()
-
-
Method Details
-
getSecretInformation
public org.wso2.securevault.secret.SecretInformation getSecretInformation() -
setSecretInformation
public void setSecretInformation(org.wso2.securevault.secret.SecretInformation secretInformation) -
getHostName
-
setHostName
-
getRmiPort
public int getRmiPort() -
setRmiPort
public void setRmiPort(int rmiPort) -
getJndiPort
public int getJndiPort() -
setJndiPort
public void setJndiPort(int jndiPort) -
isAuthenticate
public boolean isAuthenticate() -
setAuthenticate
public void setAuthenticate(boolean authenticate) -
getRemoteAccessFile
-
setRemoteAccessFile
-
getRemotePasswordFile
-
setRemotePasswordFile
-
isRemoteSSL
public boolean isRemoteSSL() -
setRemoteSSL
public void setRemoteSSL(boolean remoteSSL) -
updateJMXUrl
public void updateJMXUrl()Builds the JMX URL depending on the existence of RMI port. -
getJmxUrl
-