javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface PageFlowRuntimeMBean extends RuntimeMBean
type.| Modifier and Type | Method | Description | 
|---|---|---|
| PageFlowActionRuntimeMBean | getAction(java.lang.String actionName) | Deprecated.  | 
| PageFlowActionRuntimeMBean[] | getActions() | Deprecated.  | 
| java.lang.String | getClassName() | Deprecated.  | 
| long | getCreateCount() | Deprecated.  | 
| long | getDestroyCount() | Deprecated.  | 
| long | getLastResetTime() | Deprecated.  | 
| void | reset() | Deprecated.
 Resets all counters in this MBean | 
| void | setNumExceptionsToKeep(int num) | Deprecated.  | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent@Deprecated java.lang.String getClassName()
@Deprecated long getCreateCount()
@Deprecated long getDestroyCount()
@Deprecated PageFlowActionRuntimeMBean[] getActions()
PageFlowActionRuntimeMBeans@Deprecated PageFlowActionRuntimeMBean getAction(java.lang.String actionName)
actionName - the name of the action@Deprecated void reset()
@Deprecated long getLastResetTime()
@Deprecated void setNumExceptionsToKeep(int num)
num -