Interface IJVMEndpoint

    • Method Detail

      • getJvmEndpoint

        java.lang.String getJvmEndpoint()
        Getter for field JVMENDPOINT

        Endpoint name

        Specifies the name of this Liberty Endpoint. The name can be up to 224 characters in length.

      • getEnableStatus

        IJVMEndpoint.EnableStatusValue getEnableStatus()
        Getter for field ENABLESTATUS

        Enable Status

        Returns a CVDA indicating the enable state of the Liberty Endpoint. Values are:

        ENABLED
        The Liberty Endpoint is enabled.
        DISABLED
        The Liberty Endpoint is DISABLED.
      • getJvmServer

        java.lang.String getJvmServer()
        Getter for field JVMSERVER

        JVMSERVER name

        Name of JVMSERVER from which the Liberty Endpoint is installed.

      • getType

        java.lang.String getType()
        Getter for field TYPE

        The type of the endpoint

        The type of the endpoint.

      • getPort

        java.lang.Long getPort()
        Getter for field PORT

        The port which the endpoint is using

        The port which the endpoint is using

      • getSecurePort

        java.lang.Long getSecurePort()
        Getter for field SECPORT

        The secured port which the endpoint is using

        The security port which the endpoint is using

      • getHost

        java.lang.String getHost()
        Getter for field HOST

        The host which the endpoint is using

        The host which the endpoint is using