Class JMXConnectorDTO

java.lang.Object
org.apache.activemq.artemis.dto.JMXConnectorDTO

public class JMXConnectorDTO extends Object
  • Constructor Details

    • JMXConnectorDTO

      public JMXConnectorDTO()
  • Method Details

    • 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()
    • getKeyStorePassword

      public String getKeyStorePassword() throws Exception
      Throws:
      Exception
    • getTrustStoreProvider

      public String getTrustStoreProvider()
    • getTrustStoreType

      public String getTrustStoreType()
    • getTrustStorePath

      public String getTrustStorePath()
    • getTrustStorePassword

      public String getTrustStorePassword() throws Exception
      Throws:
      Exception