|
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 AppRuntimeStateRuntimeMBean
Provides access to runtime state for deployed applications.
| Field Summary | |
|---|---|
static String |
STATE_ACTIVERunning and available. |
static String |
STATE_ADMINRunning, but only accessible through the administration port. |
static String |
STATE_FAILEDConfigured but not deployed. |
static String |
STATE_NEWConfigured but not deployed. |
static String |
STATE_PREPAREDReady for activation. |
static String |
STATE_RETIREDConfigured but not deployed. |
static String |
STATE_UPDATE_PENDINGRunning and being updated. |
| Method Summary | |
|---|---|
abstract String[] |
getApplicationIds() |
abstract String |
getCurrentState(String appid, String target)Aggregate state for the application. |
abstract String |
getCurrentState(String appid, String moduleid, String target)Aggregate state for the module. |
abstract String |
getCurrentState(String appid, String moduleid, String subModuleId, String target)Aggregate state for a submodule. |
abstract String |
getIntendedState(String appid)The state the application should be in. |
abstract String |
getIntendedState(String appid, String target)The state the application should be in on a specific target. |
abstract String[] |
getModuleIds(String appid)Names of the modules contained in the application. |
abstract String[] |
getModuleTargets(String appid, String moduleid)Logical targets where the module is deployed. |
abstract String[] |
getModuleTargets(String appid, String moduleid, String subModuleId)Logical targets where the submodule is deployed. |
abstract String |
getModuleType(String appid, String moduleid)Indicates the type of module: EAR, WAR, etc. |
abstract long |
getRetireTimeMillis(String appid)The time when the application will be retired. |
abstract int |
getRetireTimeoutSeconds(String appid)The amount of time the application is given to retire. |
abstract String[] |
getSubmoduleIds(String appid, String moduleid)Submodules associated with this module. |
abstract boolean |
isActiveVersion(String appid)Indicates if the application is the active version, the one that new sessions will use. |
abstract boolean |
isAdminMode(String appid, String target)Indicates if the application should only be available through the administration port. |
| 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 String STATE_NEW
static final String STATE_FAILED
static final String STATE_RETIRED
static final String STATE_PREPARED
static final String STATE_ADMIN
static final String STATE_ACTIVE
static final String STATE_UPDATE_PENDING
| Method Detail |
|---|
String[] getApplicationIds()
boolean isAdminMode(String appid,
String target)
appid - is the application idtarget -boolean isActiveVersion(String appid)
appid - is the application idlong getRetireTimeMillis(String appid)
appid -int getRetireTimeoutSeconds(String appid)
appid -String getIntendedState(String appid)
appid -
String getIntendedState(String appid,
String target)
appid -target -
String getCurrentState(String appid,
String target)
appid -target - logical target where the app is deployedString[] getModuleIds(String appid)
appid -
String[] getSubmoduleIds(String appid,
String moduleid)
appid -moduleid -WebLogicModuleType
String getModuleType(String appid,
String moduleid)
appid -moduleid -WebLogicModuleType
String getCurrentState(String appid,
String moduleid,
String target)
appid -moduleid -target - logical target where module is deployed
String[] getModuleTargets(String appid,
String moduleid)
appid -moduleid -
String getCurrentState(String appid,
String moduleid,
String subModuleId,
String target)
appid -moduleid -subModuleId -target - logical target where module is deployed
String[] getModuleTargets(String appid,
String moduleid,
String subModuleId)
appid -moduleid -subModuleId -
|
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 | |||||||||