Package org.apache.synapse.commons.jmx
Class JmxInformation
- java.lang.Object
-
- org.apache.synapse.commons.jmx.JmxInformation
-
public class JmxInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description JmxInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostName()StringgetJmxUrl()intgetJndiPort()StringgetRemoteAccessFile()StringgetRemotePasswordFile()intgetRmiPort()org.wso2.securevault.secret.SecretInformationgetSecretInformation()booleanisAuthenticate()booleanisRemoteSSL()voidsetAuthenticate(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)voidupdateJMXUrl()Builds the JMX URL depending on the existence of RMI port.
-
-
-
Method Detail
-
getSecretInformation
public org.wso2.securevault.secret.SecretInformation getSecretInformation()
-
setSecretInformation
public void setSecretInformation(org.wso2.securevault.secret.SecretInformation secretInformation)
-
getHostName
public String getHostName()
-
setHostName
public void setHostName(String host)
-
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
public String getRemoteAccessFile()
-
setRemoteAccessFile
public void setRemoteAccessFile(String remoteAccessFile)
-
getRemotePasswordFile
public String getRemotePasswordFile()
-
setRemotePasswordFile
public void setRemotePasswordFile(String remotePasswordFile)
-
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
public String getJmxUrl()
-
-