Skip navigation links

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

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


com.bea.wlevs.management.runtime
Interface ServerRuntimeMBean


public interface ServerRuntimeMBean
extends WebLogicMBean, javax.management.NotificationEmitter

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

 

Method Summary
 javax.management.ObjectName[] getApplicationRuntimeMBeans()
          Returns an array of ObjectName of the ApplicationRuntimeMBeans that have been deployed in the current WebLogic Event Server instance.
 java.lang.String getState()
          This method returns the state of the server
 javax.management.ObjectName lookupApplicationRuntimeMBean(java.lang.String name)
          Returns the ObjectName of the ApplicationRuntimeMBean.
 void shutdown()
          This method shuts-down the server

 

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

STARTING

public static final java.lang.String STARTING

RUNNING

public static final java.lang.String RUNNING

SHUTTING_DOWN

public static final java.lang.String SHUTTING_DOWN

MBEAN_TYPE

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

Method Detail

shutdown

public void shutdown()
              throws javax.management.JMException
This method shuts-down the server
Throws:
javax.management.JMException -  

getState

public java.lang.String getState()
                          throws javax.management.JMException
This method returns the state of the server
Throws:
javax.management.JMException -  
See Also:
ServerStates

getApplicationRuntimeMBeans

public javax.management.ObjectName[] getApplicationRuntimeMBeans()
                                                          throws javax.management.JMException
Returns an array of ObjectName of the ApplicationRuntimeMBeans that have been deployed in the current WebLogic Event Server instance.
Returns:
ObjectName[] - Collection of ObjectNames of ApplicationRuntimeMBean
Throws:
javax.management.JMException -  
See Also:
ApplicationMBean

lookupApplicationRuntimeMBean

public javax.management.ObjectName lookupApplicationRuntimeMBean(java.lang.String name)
                                                          throws javax.management.JMException
Returns the ObjectName of the ApplicationRuntimeMBean.
Parameters:
name - - Name of the ApplicationRuntimeMBean
Returns:
ObjectName - ObjectName of the specified ApplicationRuntimeMBean
Throws:
javax.management.InstanceNotFoundException - - if the ApplicationRuntimeMBean is not found

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