|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WseeAggregatableBaseOperationRuntimeMBean
Describes Web Service operation state, such as deployment state and runtime statistics. The derived MBean determines whether this state is for a single operation or whether it is aggregated across operations.
This MBean can describe the operation(s) 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.
Method Summary | |
---|---|
abstract long |
getDispatchTimeAverage() Average operation dispatch time for the current measurement period. |
abstract long |
getDispatchTimeHigh() Longest operation dispatch time for the current measurement period. |
abstract long |
getDispatchTimeLow() Shortest operation dispatch time for the current measurement period. |
abstract long |
getDispatchTimeTotal() Total time for all operation dispatches in the current measurement period. |
abstract int |
getErrorCount() Number of errors sending or receiving a request. |
abstract long |
getExecutionTimeAverage() Average operation execution time. |
abstract long |
getExecutionTimeHigh() Longest operation execution time. |
abstract long |
getExecutionTimeLow() Shortest operation execution time. |
abstract long |
getExecutionTimeTotal() Total time for all operation executions. |
abstract int |
getInvocationCount() Total number of operation invocations in the current measurement period. |
abstract String |
getLastError() Last error that occurred processing a request. |
abstract long |
getLastErrorTime() 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. |
abstract long |
getLastInvocationTime() Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). |
abstract String |
getLastResponseError() Last response error to arrive for this client/service (or null if no errors have occurred). |
abstract long |
getLastResponseErrorTime() 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. |
abstract long |
getLastResponseTime() 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. |
abstract int |
getResponseCount() Total number of oresponses generated from operation invocations. |
abstract int |
getResponseErrorCount() Total number of errors from responses generated from operation invocations. |
abstract long |
getResponseTimeAverage() Average response time from the responses generated from operation invocations. |
abstract long |
getResponseTimeHigh() Longest response time from the responses generated from operation invocations. |
abstract long |
getResponseTimeLow() Lowest response time from the responses generated from operation invocations. |
abstract long |
getResponseTimeTotal() Total time for all responses generated from operation invocations. |
Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
---|
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface weblogic.management.WebLogicMBean |
---|
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Methods inherited from interface javax.management.DynamicMBean |
---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
---|
postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
---|
int getInvocationCount()
Total number of operation invocations in the current measurement period.
The measurement period typically starts when WebLogic Server is first started.
long getDispatchTimeTotal()
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.
long getDispatchTimeHigh()
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.
long getDispatchTimeLow()
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.
long getDispatchTimeAverage()
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.
long getExecutionTimeTotal()
Total time for all operation executions.
long getExecutionTimeHigh()
Longest operation execution time.
long getExecutionTimeLow()
Shortest operation execution time.
long getExecutionTimeAverage()
Average operation execution time.
int getResponseCount()
Total number of oresponses generated from operation invocations.
long getResponseTimeTotal()
Total time for all responses generated from operation invocations.
long getResponseTimeHigh()
Longest response time from the responses generated from operation invocations.
long getResponseTimeLow()
Lowest response time from the responses generated from operation invocations.
long getResponseTimeAverage()
Average response time from the responses generated from operation invocations.
int getResponseErrorCount()
Total number of errors from responses generated from operation invocations.
long getLastInvocationTime()
Time of the last operation request to be sent or received (or 0 if no requests have been sent or received).
int getErrorCount()
String getLastError()
long getLastErrorTime()
long getLastResponseTime()
String getLastResponseError()
long getLastResponseErrorTime()
|
Copyright 1996, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |