WseeBasePortRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Describes the state of a particular Web service port.

           
Since10.3.3.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.WseeBasePortRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Subtypes The following MBeans extend or implement this MBean type:


    Related MBeans

    This section describes attributes that provide access to other MBeans.


    AggregatedBaseOperations

    Return operation information aggregated across the base operations contained by this port.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeAggregatableBaseOperationRuntimeMBean
    Relationship type: Containment.

    BaseOperations

    Return the base operations contained by this port.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeBaseOperationRuntimeMBean[]
    Relationship type: Containment.

    ClusterRouting

    Get statistics related to routing of messages in a cluster.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeClusterRoutingRuntimeMBean
    Relationship type: Containment.

    Handlers

    List of SOAP message handlers that are associated with this Web service.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeHandlerRuntimeMBean[]
    Relationship type: Containment.

    Mc

    Get information related to MakeConnection anonymous ids.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeMcRuntimeMBean
    Relationship type: Containment.

    PortPolicy

    Get statistics related to Web service security policy.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseePortPolicyRuntimeMBean
    Relationship type: Containment.

    Wsrm

    Get statistics related to reliable messaging.

           
    Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
    Privileges Read only
    TypeWseeWsrmRuntimeMBean
    Relationship type: Containment.


    Attributes

    This section describes the following attributes:


    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    ObjectName

    Returns the ObjectName under which this MBean is registered in the MBean server.

    Deprecated.

           
    Privileges Read only
    Typeweblogic.management.WebLogicObjectName

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    PolicyFaults

    Total number of policy faults.

           
    Privileges Read only
    Typeint

    PortName

    Name of this port.

    This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web service. Programmers specify the name of the port using the portName attribute of the @WLXXXTransport annotation, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

    Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.

           
    Privileges Read only
    Typejava.lang.String

    Registered

    Returns false if the MBean represented by this object has been unregistered.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    StartTime

    Date and time that the Web service endpoint started.

           
    Privileges Read only
    Typelong

    TotalFaults

    Total number of security faults and violations.

           
    Privileges Read only
    Typeint

    TotalSecurityFaults

    Total number of security faults and violations.

           
    Privileges Read only
    Typeint

    TransportProtocolType

    Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS.

    This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

    Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.

           
    Privileges Read only
    Typejava.lang.String

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


      preDeregister

         
      Operation Name"preDeregister"
      Parametersnull
      Signaturenull
      Returns void
      Exceptions
      • java.lang.Exception