Class DeployedEndpointData

  • All Implemented Interfaces:
    Map, org.glassfish.external.statistics.Statistic

    @ManagedData
    @Description("109 deployed endpoint info")
    public class DeployedEndpointData
    extends org.glassfish.external.statistics.impl.StatisticImpl
    implements Map
    109 and sun-jaxws.xml style deployed endpoint's info.
    Author:
    Jitendra Kotamraju
    • Field Detail

      • appName

        @ManagedAttribute
        @Description("Application Name")
        public final String appName
      • endpointName

        @ManagedAttribute
        @Description("Endpoint Name")
        public final String endpointName
      • namespace

        @ManagedAttribute
        @Description("Target Namespace of the Web Service")
        public final String namespace
      • serviceName

        @ManagedAttribute
        @Description("Web Service name")
        public final String serviceName
      • portName

        @ManagedAttribute
        @Description("Web Service port name")
        public final String portName
      • implClass

        @ManagedAttribute
        @Description("Service Implementation Class")
        public final String implClass
      • address

        @ManagedAttribute
        @Description("Address for Web Service")
        public final String address
      • wsdl

        @ManagedAttribute
        @Description("WSDL for Web Service")
        public final String wsdl
      • tester

        @ManagedAttribute
        @Description("Tester for Web Service")
        public final String tester
      • implType

        @ManagedAttribute
        @Description("Implementation Type: EJB or SERVLET")
        public final String implType
      • deploymentType

        @ManagedAttribute
        @Description("Deployment Type: 109 or RI")
        public final String deploymentType
    • Constructor Detail

      • DeployedEndpointData

        public DeployedEndpointData​(String path,
                                    com.sun.xml.ws.transport.http.servlet.ServletAdapter adapter)
    • Method Detail

      • getStaticAsMap

        public Map<String,​String> getStaticAsMap()
        Overrides:
        getStaticAsMap in class org.glassfish.external.statistics.impl.StatisticImpl
      • size

        public int size()
        Specified by:
        size in interface Map
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Map
      • containsKey

        public boolean containsKey​(Object key)
        Specified by:
        containsKey in interface Map
      • containsValue

        public boolean containsValue​(Object value)
        Specified by:
        containsValue in interface Map
      • putAll

        public void putAll​(Map m)
        Specified by:
        putAll in interface Map
      • clear

        public void clear()
        Specified by:
        clear in interface Map
      • keySet

        public Set keySet()
        Specified by:
        keySet in interface Map
      • entrySet

        public Set entrySet()
        Specified by:
        entrySet in interface Map