public class JMXConnectorConfiguration extends Object
Constructor and Description |
---|
JMXConnectorConfiguration() |
public int getRmiRegistryPort()
public void setRmiRegistryPort(int rmiRegistryPort)
public String getConnectorHost()
public void setConnectorHost(String connectorHost)
public int getConnectorPort()
public void setConnectorPort(int connectorPort)
public String getJmxRealm()
public void setJmxRealm(String jmxRealm)
public String getServiceUrl()
public String getAuthenticatorType()
public void setAuthenticatorType(String authenticatorType)
public boolean isSecured()
public String getKeyStoreProvider()
public void setKeyStoreProvider(String keyStoreProvider)
public String getKeyStorePath()
public void setKeyStorePath(String keyStorePath)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
public String getTrustStoreProvider()
public void setTrustStoreProvider(String trustStoreProvider)
public String getTrustStorePath()
public void setTrustStorePath(String trustStorePath)
public String getTrustStorePassword()
public void setTrustStorePassword(String trustStorePassword)
public void setObjectName(String objectName)
public String getObjectName()
public void setSecured(Boolean secured)
Copyright © 2018 JBoss by Red Hat. All rights reserved.