|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WseeOperationRuntimeMBean
Describes the state of a particular Web Service operation, such as deployment state and runtime statistics about the execution of the operation.
Method Summary | |
---|---|
long |
getDispatchTimeAverage()
Specifies the average dispatch time for the current measurement period. |
long |
getDispatchTimeHigh()
Specifies the longest dispatch time for the current measurement period. |
long |
getDispatchTimeLow()
Specifies the lowest dispatch time for the current measurement period. |
long |
getDispatchTimeTotal()
Specifies the total time for all dispatches of this operation in the current measurement period. |
long |
getExecutionTimeAverage()
Specifies the average execution time of this operation. |
long |
getExecutionTimeHigh()
Specifies the longest execution time of this operation. |
long |
getExecutionTimeLow()
Specifies the lowest execution time of this operation. |
long |
getExecutionTimeTotal()
Specifies the total time for all executions of this operation. |
int |
getInvocationCount()
Specifies the total number of times that this operation has been invoked in the current measurement period. |
String |
getOperationName()
Specifies the name of the operation for which runtime information is being provided. |
int |
getResponseCount()
Specifies the total number of responses generated from invocations of this operation. |
int |
getResponseErrorCount()
Specifies the total number of errors from responses generated from invocations of this operation. |
long |
getResponseTimeAverage()
Specifies the average response time from the responses generated from invocations of this operation. |
long |
getResponseTimeHigh()
Specifies the longest response time from the responses generated from invocations of this operation. |
long |
getResponseTimeLow()
Specifies the lowest response time from the responses generated from invocations of this operation. |
long |
getResponseTimeTotal()
Specifies the total time for all responses generated from invocations of this operation. |
Method Detail |
---|
String getOperationName()
Specifies the name of the operation for which runtime information is being provided.
int getInvocationCount()
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.
long getDispatchTimeTotal()
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.
long getDispatchTimeHigh()
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.
long getDispatchTimeLow()
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.
long getDispatchTimeAverage()
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.
long getExecutionTimeTotal()
Specifies the total time for all executions of this operation.
long getExecutionTimeHigh()
Specifies the longest execution time of this operation.
long getExecutionTimeLow()
Specifies the lowest execution time of this operation.
long getExecutionTimeAverage()
Specifies the average execution time of this operation.
int getResponseCount()
Specifies the total number of responses generated from invocations of this operation.
long getResponseTimeTotal()
Specifies the total time for all responses generated from invocations of this operation.
long getResponseTimeHigh()
Specifies the longest response time from the responses generated from invocations of this operation.
long getResponseTimeLow()
Specifies the lowest response time from the responses generated from invocations of this operation.
long getResponseTimeAverage()
Specifies the average response time from the responses generated from invocations of this operation.
int getResponseErrorCount()
Specifies the total number of errors from responses generated from invocations of this operation.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |