javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBean, WseeAggregatableBaseOperationRuntimeMBean, WseeBaseOperationRuntimeMBeanpublic interface WseeOperationRuntimeMBean extends WseeBaseOperationRuntimeMBean
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
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getPolicyAttachmentSupport() | Get attachment support for this port MBean. | 
| java.lang.String | getPolicySubjectName() | Get subject name for this port MBean. | 
| java.lang.String | getPolicySubjectResourcePattern() | The policySubject parameter must uniquely identify what application,
 module, service, and port (port or operation for WLS Policy) is targeted. | 
| java.lang.String | getPolicySubjectType() | Get subject type for this port MBean. | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetDispatchTimeAverage, getDispatchTimeHigh, getDispatchTimeLow, getDispatchTimeTotal, getErrorCount, getExecutionTimeAverage, getExecutionTimeHigh, getExecutionTimeLow, getExecutionTimeTotal, getInvocationCount, getLastError, getLastErrorTime, getLastInvocationTime, getLastResponseError, getLastResponseErrorTime, getLastResponseTime, getResponseCount, getResponseErrorCount, getResponseTimeAverage, getResponseTimeHigh, getResponseTimeLow, getResponseTimeTotalgetOperationNamejava.lang.String getPolicySubjectResourcePattern()
java.lang.String getPolicySubjectName()
java.lang.String getPolicySubjectType()
java.lang.String getPolicyAttachmentSupport()