Class JMXConnectorDTO


  • public class JMXConnectorDTO
    extends Object
    • Constructor Detail

      • JMXConnectorDTO

        public JMXConnectorDTO()
    • 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()