Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.management.runtime
Interface PageFlowRuntimeMBean

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

public interface PageFlowRuntimeMBean
extends RuntimeMBean

This MBean represents a PageFlow type.

Since:
9.0.1.0

Method Summary
abstract  PageFlowActionRuntimeMBean getAction(String actionName)
          Deprecated.  
abstract  PageFlowActionRuntimeMBean[] getActions()
          Deprecated.  
abstract  String getClassName()
          Deprecated.  
abstract  long getCreateCount()
          Deprecated.  
abstract  long getDestroyCount()
          Deprecated.  
abstract  long getLastResetTime()
          Deprecated.  
abstract  void reset()
          Deprecated. Resets all counters in this MBean
abstract  void setNumExceptionsToKeep(int num)
          Deprecated.  

 

Methods inherited from interface weblogic.management.runtime.RuntimeMBean
addPropertyChangeListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, 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 -

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09