Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.runtime
Interface ApplicationRuntimeMBean


public interface ApplicationRuntimeMBean
extends WebLogicMBean, javax.management.NotificationEmitter

This MBean provides runtime information for an instance of an OEP application. Configuration-related information can be managed with ApplicationMBean.


Field Summary
static java.lang.String MBEAN_TYPE
          This MBean is registered using the following MBEAN_TYPE.

 

Method Summary
 javax.management.ObjectName[] getStageRuntimeMBeans()
          Returns an array of ObjectName which is the naming of the various StageRuntimeMBean
 java.lang.String getState()
          Returns the application runtime state.
 javax.management.ObjectName lookupStageRuntimeMBean(java.lang.String name)
          Returns the ObjectName of the StageMBean

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener

 

Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE
This MBean is registered using the following MBEAN_TYPE.

Method Detail

getState

public java.lang.String getState()
                          throws javax.management.JMException
Returns the application runtime state. Legal values are:
Returns:
the state as a string
Throws:
javax.management.JMException - if an error occurred

getStageRuntimeMBeans

public javax.management.ObjectName[] getStageRuntimeMBeans()
                                                    throws javax.management.JMException
Returns an array of ObjectName which is the naming of the various StageRuntimeMBean
Returns:
ObjectName[] - array of ObjectName

lookupStageRuntimeMBean

public javax.management.ObjectName lookupStageRuntimeMBean(java.lang.String name)
                                                    throws javax.management.JMException
Returns the ObjectName of the StageMBean
Parameters:
name - - Name of the StageRuntimeMBean
Returns:
ObjectName - ObjectName of the specified named stage

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD