WseeOperationRuntimeMBean


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.

   
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.WseeOperationRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

DispatchTimeAverage

Specifies the average 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

Specifies the longest 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

Specifies the lowest 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

Specifies the total time for all dispatches of this operation in the current measurement period.

Dispatches refer to the time for WebLogic Server to process the invocation.

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

       
Privileges Read only
Typelong

ExecutionTimeAverage

Specifies the average execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeHigh

Specifies the longest execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeLow

Specifies the lowest execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeTotal

Specifies the total time for all executions of this operation.

       
Privileges Read only
Typelong

InvocationCount

Specifies the total number of times that this operation has been invoked in the current measurement period.

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

       
Privileges Read only
Typeint

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

Specifies the 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 the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

ResponseCount

Specifies the total number of responses generated from invocations of this operation.

       
Privileges Read only
Typeint

ResponseErrorCount

Specifies the total number of errors from responses generated from invocations of this operation.

       
Privileges Read only
Typeint

ResponseTimeAverage

Specifies the average response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeHigh

Specifies the longest response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeLow

Specifies the lowest response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeTotal

Specifies the total time for all responses generated from invocations of this operation.

       
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