Package org.apache.activemq.artemis.dto
Class JMXConnectorDTO
- java.lang.Object
-
- org.apache.activemq.artemis.dto.JMXConnectorDTO
-
public class JMXConnectorDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description JMXConnectorDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticatorType()StringgetConnectorHost()intgetConnectorPort()StringgetJmxRealm()StringgetKeyStorePassword()StringgetKeyStorePath()StringgetKeyStoreProvider()StringgetKeyStoreType()StringgetObjectName()IntegergetRmiRegistryPort()StringgetTrustStorePassword()StringgetTrustStorePath()StringgetTrustStoreProvider()StringgetTrustStoreType()BooleanisSecured()
-
-
-
Method Detail
-
getConnectorHost
public String getConnectorHost()
-
getConnectorPort
public int getConnectorPort()
-
getRmiRegistryPort
public Integer getRmiRegistryPort()
-
getJmxRealm
public String getJmxRealm()
-
getObjectName
public String getObjectName()
-
getAuthenticatorType
public String getAuthenticatorType()
-
isSecured
public Boolean isSecured()
-
getKeyStoreProvider
public String getKeyStoreProvider()
-
getKeyStoreType
public String getKeyStoreType()
-
getKeyStorePath
public String getKeyStorePath()
-
getTrustStoreProvider
public String getTrustStoreProvider()
-
getTrustStoreType
public String getTrustStoreType()
-
getTrustStorePath
public String getTrustStorePath()
-
-