Interface JmxConnector

    • Method Detail

      • getEnabled

        String getEnabled()
        Gets the value of the enabled property. Defines if this connector is enabled. For EE this must be enabled
        Returns:
        possible object is String
      • getProtocol

        String getProtocol()
        Gets the value of the protocol property. Defines the protocol that this jmx-connector should support. Supported protocols are defined by Entity rjmx-protocol. Other protocols can be used by user applications independently.
        Returns:
        possible object is String
      • getAddress

        @NotNull
        @NotNull String getAddress()
        Gets the value of the address property. Specifies the IP address or host-name.
        Returns:
        possible object is String
      • getPort

        @Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",
                 message="{port-pattern}",
                 payload=JmxConnector.class)
        @Pattern(regexp="\\$\\{[\\p{L}\\p{N}_][\\p{L}\\p{N}\\-_./;#]*\\}|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-5][0-9][0-9][0-9][0-9]|6[0-4][0-9][0-9][0-9]|65[0-4][0-9][0-9]|655[0-2][0-9]|6553[0-5]",message="{port-pattern}",payload=JmxConnector.class) String getPort()
        Gets the value of the port property. Specifies the port of the jmx-connector-server. Note that jmx-service-url is a function of protocol, port and address as defined by the JSR 160 1.0 Specification.
        Returns:
        possible object is String
      • getAcceptAll

        String getAcceptAll()
        Gets the value of the acceptAll property. Determines whether the connection can be made on all the network interfaces. A value of false implies that the connections only for this specific address will be selected.
        Returns:
        possible object is String
      • getAuthRealmName

        @Deprecated
        @NotNull
        @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*")
        @RemoteKey(message="{resourceref.invalid.auth-realm-name}",
                   type=AuthRealm.class)
        @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getAuthRealmName()
        Deprecated.
        Gets the value of the auth-realm-name property. The name of the auth-realm in this config element that represents the special administrative realm. All authentication (from administraive GUI and CLI) will be handled by this realm. Note: This is deprecated since GlassFish v3 FCS. Use similarly named attribute on admin-service. This will be used only when the admin-service attribute in missing.
        Returns:
        String representing the name of auth realm
      • getSecurityEnabled

        String getSecurityEnabled()
        Gets the value of the securityEnabled property. Decides whether the transport layer security be used in jmx-connector. If true, configure the ssl element
        Returns:
        possible object is String
      • getSsl

        Ssl getSsl()
        Gets the value of the ssl property.
        Returns:
        possible object is Ssl