javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface PageFlowActionRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getActionName() | 
 Deprecated.
 
Returns the name of the Action being described. 
 | 
long | 
getExceptionCount() | 
 Deprecated.  
 | 
long | 
getHandledExceptionCount() | 
 Deprecated.  
 | 
long | 
getHandledExceptionDispatchTimeAverage() | 
 Deprecated.  
 | 
long | 
getHandledExceptionDispatchTimeHigh() | 
 Deprecated.  
 | 
long | 
getHandledExceptionDispatchTimeLow() | 
 Deprecated.  
 | 
long | 
getHandledExceptionDispatchTimeTotal() | 
 Deprecated.  
 | 
PageFlowError[] | 
getLastExceptions() | 
 Deprecated.  
 | 
long | 
getSuccessCount() | 
 Deprecated.  
 | 
long | 
getSuccessDispatchTimeAverage() | 
 Deprecated.  
 | 
long | 
getSuccessDispatchTimeHigh() | 
 Deprecated.  
 | 
long | 
getSuccessDispatchTimeLow() | 
 Deprecated.  
 | 
long | 
getSuccessDispatchTimeTotal() | 
 Deprecated.  
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent@Deprecated java.lang.String getActionName()
Returns the name of the Action being described.
@Deprecated long getSuccessCount()
@Deprecated long getExceptionCount()
@Deprecated long getHandledExceptionCount()
@Deprecated long getSuccessDispatchTimeTotal()
@Deprecated long getSuccessDispatchTimeHigh()
@Deprecated long getSuccessDispatchTimeLow()
@Deprecated long getSuccessDispatchTimeAverage()
@Deprecated long getHandledExceptionDispatchTimeTotal()
@Deprecated long getHandledExceptionDispatchTimeHigh()
@Deprecated long getHandledExceptionDispatchTimeLow()
@Deprecated long getHandledExceptionDispatchTimeAverage()
@Deprecated PageFlowError[] getLastExceptions()