WseeBaseOperationRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Describes the state of a particular Web Service operation, such as deployment state and runtime statistics about the execution of the operation.

This MBean can describe the operation on a web service client or service. Request statistics relate to outgoing requests on a client or incoming requests on a service. Response statistics relate to an incoming response on a client or an outgoing response on a service.

Time values are reported in milliseconds.

           
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.WseeBaseOperationRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Subtypes The following MBeans extend or implement this MBean type:


    Attributes

    This section describes the following attributes:


    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    DispatchTimeAverage

    Average operation dispatch time for the current measurement period.

    Dispatch time refers to the time for WebLogic Server to process the invocation.

    The measurement period typically starts when WebLogic Server is first started.

           
    Privileges Read only
    Typelong

    DispatchTimeHigh

    Longest operation dispatch time for the current measurement period.

    Dispatch time refers to the time for WebLogic Server to process the invocation.

    The measurement period typically starts when WebLogic Server is first started.

           
    Privileges Read only
    Typelong

    DispatchTimeLow

    Shortest operation dispatch time for the current measurement period.

    Dispatch time refers to the time for WebLogic Server to process the invocation.

    The measurement period typically starts when WebLogic Server is first started.

           
    Privileges Read only
    Typelong

    DispatchTimeTotal

    Total time for all operation dispatches in the current measurement period.

    Dispatch time refers to the time for WebLogic Server to process the invocation.

    The measurement period typically starts when WebLogic Server is first started.

           
    Privileges Read only
    Typelong

    ErrorCount

    Number of errors sending or receiving a request.

           
    Privileges Read only
    Typeint

    ExecutionTimeAverage

    Average operation execution time.

           
    Privileges Read only
    Typelong

    ExecutionTimeHigh

    Longest operation execution time.

           
    Privileges Read only
    Typelong

    ExecutionTimeLow

    Shortest operation execution time.

           
    Privileges Read only
    Typelong

    ExecutionTimeTotal

    Total time for all operation executions.

           
    Privileges Read only
    Typelong

    InvocationCount

    Total number of operation invocations in the current measurement period.

    The measurement period typically starts when WebLogic Server is first started.

           
    Privileges Read only
    Typeint

    LastError

    Last error that occurred processing a request.

           
    Privileges Read only
    Typejava.lang.String

    LastErrorTime

    Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

           
    Privileges Read only
    Typelong

    LastInvocationTime

    Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).

           
    Privileges Read only
    Typelong

    LastResponseError

    Last response error to arrive for this client/service (or null if no errors have occurred).

           
    Privileges Read only
    Typejava.lang.String

    LastResponseErrorTime

    Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

           
    Privileges Read only
    Typelong

    LastResponseTime

    Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC.

           
    Privileges Read only
    Typelong

    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

    OperationName

    Name of the operation for which runtime information is being provided.

           
    Privileges Read only
    Typejava.lang.String

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    Registered

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

    Deprecated.

           
    Privileges Read only
    Typeboolean

    ResponseCount

    Total number of oresponses generated from operation invocations.

           
    Privileges Read only
    Typeint

    ResponseErrorCount

    Total number of errors from responses generated from operation invocations.

           
    Privileges Read only
    Typeint

    ResponseTimeAverage

    Average response time from the responses generated from operation invocations.

           
    Privileges Read only
    Typelong

    ResponseTimeHigh

    Longest response time from the responses generated from operation invocations.

           
    Privileges Read only
    Typelong

    ResponseTimeLow

    Lowest response time from the responses generated from operation invocations.

           
    Privileges Read only
    Typelong

    ResponseTimeTotal

    Total time for all responses generated from operation invocations.

           
    Privileges Read only
    Typelong

    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