|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)java.lang.Objectweblogic.management.runtime.RuntimeMBeanDelegate
weblogic.management.runtime.ComponentRuntimeMBeanImpl
| Field Summary | |
protected int |
state
|
| Fields inherited from interface weblogic.management.runtime.ComponentRuntimeMBean |
ACTIVATED, NEW, PREPARED, UNPREPARED |
| Constructor Summary | |
ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
boolean registerNow)
|
|
ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg)
Constructor for the RuntimeMBeanDelegate object |
|
ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg,
boolean registerNow)
Constructor for the RuntimeMBeanDelegate object |
|
ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg,
boolean registerNow,
weblogic.descriptor.DescriptorBean descriptor)
Constructor for the RuntimeMBeanDelegate object |
|
| Method Summary | |
boolean |
addWorkManagerRuntime(weblogic.management.runtime.WorkManagerRuntimeMBean wmRuntime)
Adds the RuntimeMBean for a WorkManager defined in this component |
int |
getDeploymentState()
Allows monitoring of the current deployment state of the module. |
String |
getModuleId()
Returns the identifier for this Component. |
weblogic.management.runtime.WorkManagerRuntimeMBean[] |
getWorkManagerRuntimes()
Get the runtime mbeans for all work managers defined in this component |
void |
unregister()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
protected int state
| Constructor Detail |
public ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
boolean registerNow)
throws weblogic.management.ManagementException
public ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg)
throws weblogic.management.ManagementException
weblogic.management.ManagementException
public ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg,
boolean registerNow)
throws weblogic.management.ManagementException
weblogic.management.ManagementException
public ComponentRuntimeMBeanImpl(String nameArg,
String moduleId,
weblogic.management.runtime.RuntimeMBean parentArg,
boolean registerNow,
weblogic.descriptor.DescriptorBean descriptor)
throws weblogic.management.ManagementException
weblogic.management.ManagementException| Method Detail |
public boolean addWorkManagerRuntime(weblogic.management.runtime.WorkManagerRuntimeMBean wmRuntime)
ComponentRuntimeMBeanAdds the RuntimeMBean for a WorkManager defined in this component
addWorkManagerRuntime in interface ComponentRuntimeMBeanpublic int getDeploymentState()
Allows monitoring of the current deployment state of the module.
getDeploymentState in interface ComponentRuntimeMBeanpublic 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.
getModuleId in interface ComponentRuntimeMBeanpublic weblogic.management.runtime.WorkManagerRuntimeMBean[] getWorkManagerRuntimes()
ComponentRuntimeMBeanGet the runtime mbeans for all work managers defined in this component
getWorkManagerRuntimes in interface ComponentRuntimeMBean
public void unregister()
throws weblogic.management.ManagementException
unregister in class weblogic.management.runtime.RuntimeMBeanDelegateweblogic.management.ManagementException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||