javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface WseeClusterRoutingRuntimeMBean extends RuntimeMBean
Encapsulates runtime information about a particular Web Service cluster routing instance (whether it be a front-end router or an in-place router).
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getLastRoutingFailure() | 
 The exception that caused the last routing failure, or null if no failures have occurred. 
 | 
long | 
getLastRoutingFailureTime() | 
 The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred). 
 | 
int | 
getRequestCount() | 
 The number of requests (messages with no RelatesTo header) that have come
 through this front-end since the server started. 
 | 
int | 
getResponseCount() | 
 The number of responses (messages with a RelatesTo header) that have come through this front-end since the server started. 
 | 
int | 
getRoutedRequestCount() | 
 The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started. 
 | 
int | 
getRoutedResponseCount() | 
 The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started. 
 | 
int | 
getRoutingFailureCount() | 
 The number of times a message failed to be routed, since the server started. 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentint getRequestCount()
int getRoutedRequestCount()
int getResponseCount()
int getRoutedResponseCount()
int getRoutingFailureCount()
java.lang.String getLastRoutingFailure()
long getLastRoutingFailureTime()