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 Name If 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    
Type boolean

 

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    
Type long

 

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    
Type long

 

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    
Type long

 

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    
Type long

 

ExecutionTimeAverage

Specifies the average execution time of this operation.

   
Privileges Read only    
Type long

 

ExecutionTimeHigh

Specifies the longest execution time of this operation.

   
Privileges Read only    
Type long

 

ExecutionTimeLow

Specifies the lowest execution time of this operation.

   
Privileges Read only    
Type long

 

ExecutionTimeTotal

Specifies the total time for all executions of this operation.

   
Privileges Read only    
Type long

 

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    
Type int

 

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

   
Privileges Read only    
Type javax.management.MBeanInfo

 

Name of

Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.

   
Privileges Read only    
Type java.lang.String

 

ObjectName

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

Deprecated.

   
Privileges Read only    
Type weblogic.management.WebLogicObjectName

 

OperationName

Specifies the name of the operation for which runtime information is being provided.

   
Privileges Read only    
Type java.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    
Type boolean

 

ResponseCount

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

   
Privileges Read only    
Type int

 

ResponseErrorCount

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

   
Privileges Read only    
Type int

 

ResponseTimeAverage

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

   
Privileges Read only    
Type long

 

ResponseTimeHigh

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

   
Privileges Read only    
Type long

 

ResponseTimeLow

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

   
Privileges Read only    
Type long

 

ResponseTimeTotal

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

   
Privileges Read only    
Type long

 

Type

Returns the type of the MBean.

   
Privileges Read only    
Type java.lang.String


Operations

This section describes the following operations:


     

    preDeregister

    Operation Name "preDeregister"    
    Parameters null
    Signature null
    Returns void
    Exceptions

    • java.lang.Exception