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.

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

   
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

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

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

Shortest 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 dispatches of this operation 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 execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeHigh

Longest execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeLow

Shortest execution time of this operation.

       
Privileges Read only
Typelong

ExecutionTimeTotal

Total time for all executions of this operation.

       
Privileges Read only
Typelong

InvocationCount

Total number of times that this operation has been invoked 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 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

PolicyAttachmentSupport

Get attachment support for this port MBean.

       
Privileges Read only
Typejava.lang.String

PolicySubjectName

Get subject name for this port MBean.

       
Privileges Read only
Typejava.lang.String

PolicySubjectResourcePattern

The policySubject parameter must uniquely identify what application, module, service, and port (port or operation for WLS Policy) is targeted. The syntax currently used by JRF (see [JRF ATTACHMENT POINT]) for J2EE Webservice Endpoints will be used: /{domain}/{instance}/{app}/WEBs|EJBs/{module }/WEBSERVICEs/{service}/PORTs/{port}/OPERATIONs/{operation}

       
Privileges Read only
Typejava.lang.String

PolicySubjectType

Get subject type for this port MBean.

       
Privileges Read only
Typejava.lang.String

Registered

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

Deprecated.

       
Privileges Read only
Typeboolean

ResponseCount

Total number of responses generated from invocations of this operation.

       
Privileges Read only
Typeint

ResponseErrorCount

Total number of errors from responses generated from invocations of this operation.

       
Privileges Read only
Typeint

ResponseTimeAverage

Average response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeHigh

Longest response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeLow

Lowest response time from the responses generated from invocations of this operation.

       
Privileges Read only
Typelong

ResponseTimeTotal

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