| 
 | 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 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ComponentRuntimeMBean
Base class for all runtime mbeans that provide status of running modules.
| Field Summary | |
|---|---|
| static int | ACTIVATEDState indicating at this module is currently active. | 
| static int | NEWState indicating this module has just been created and is being initialized. | 
| static int | PREPAREDState indicating at this module of this application is prepared, but not active. | 
| static int | UNPREPAREDState indicating at this module is neither prepared or active. | 
| Method Summary | |
|---|---|
| abstract  int | getDeploymentState()The current deployment state of the module. | 
| abstract  String | getModuleId()Returns the identifier for this Component. | 
| abstract  WorkManagerRuntimeMBean[] | getWorkManagerRuntimes()Get the runtime mbeans for all work managers defined in this component | 
| 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 | 
| Field Detail | 
|---|
static final int UNPREPARED
static final int PREPARED
static final int ACTIVATED
static final int NEW
| Method Detail | 
|---|
String getModuleId()
Returns the identifier for this Component. The identifier is unique within the application.
Typical modules will use the URI for their id. Web Modules will return their context-root since the web-uri may not be unique within an EAR.
int getDeploymentState()
The current deployment state of the module.
A module can be in one and only one of the following states. State can be changed via deployment or administrator console.
ComponentRuntimeMBean.setDeploymentState(int)WorkManagerRuntimeMBean[] getWorkManagerRuntimes()
Get the runtime mbeans for all work managers defined in this component
| 
 | 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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||