Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.management.runtime
Interface PageFlowRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface PageFlowRuntimeMBean
extends RuntimeMBean

This MBean represents a PageFlow type.


Method Summary
 PageFlowActionRuntimeMBean getAction(String actionName)
          Deprecated.  
 PageFlowActionRuntimeMBean[] getActions()
          Deprecated.  
 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.  
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, 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

getClassName

String getClassName()
Deprecated. 

Returns:
the class name for this page flow

getCreateCount

long getCreateCount()
Deprecated. 

Returns:
the number of times this kind of page flow is created

getDestroyCount

long getDestroyCount()
Deprecated. 

Returns:
the number of times this kind of page flow is destroyed

getActions

PageFlowActionRuntimeMBean[] getActions()
Deprecated. 

Returns:
an array of PageFlowActionRuntimeMBeans

getAction

PageFlowActionRuntimeMBean getAction(String actionName)
Deprecated. 

Parameters:
actionName - the name of the action
Returns:
an MBean that represents the action

reset

void reset()
Deprecated. Resets all counters in this MBean


getLastResetTime

long getLastResetTime()
Deprecated. 

Returns:
the last time time this MBean was reset

setNumExceptionsToKeep

void setNumExceptionsToKeep(int num)
Deprecated. 

Controls the number of last exceptions to keep. If not set, default is 5

Parameters:
num -

Copyright 1996, 2014, 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.1.3)

Part Number E41849-02