| Package | Description |
|---|---|
| weblogic.management.mbeanservers.edit |
Provides interfaces and exceptions for
weblogic.management.mbeanservers.edit. |
| weblogic.management.mbeanservers.edit.internal |
Provides interfaces for
weblogic.management.mbeanservers.edit.internal. |
| Modifier and Type | Method | Description |
|---|---|---|
ActivationTaskMBean |
ConfigurationManagerMBean.activate(long timeout) |
Activates the changes that have been saved to the pending
configuration files.
|
ActivationTaskMBean[] |
ConfigurationManagerMBean.getActivationTasks() |
Returns the list of all
ActivationTaskMBean instances
that have been created. |
ActivationTaskMBean[] |
ConfigurationManagerMBean.getActiveActivationTasks() |
Contains the
ActivationTaskMBeans that provide information about
activation tasks that are in progress. |
ActivationTaskMBean[] |
ConfigurationManagerMBean.getCompletedActivationTasks() |
Contains all
ActivationTaskMBeans that are stored
in memory and that describe activation tasks that have
completed. |
ActivationTaskMBean |
ConfigurationManagerMBean.resolve(boolean stopOnConflict,
long timeout) |
Resolve changes with global edit configuration.
|