| Package | Description | 
|---|---|
| weblogic.management.mbeanservers.edit | 
 Provides interfaces and exceptions for  
weblogic.management.mbeanservers.edit. | 
| Modifier and Type | Method and Description | 
|---|---|
ActivationTaskMBean | 
ConfigurationManagerMBean.activate(long timeout)
Activates the changes that have been saved to the pending
 configuration files. 
 | 
void | 
ConfigurationManagerMBean.enableOverwriteComponentChanges()
Force the pending changes to all system components in the next activate 
 | 
Change[] | 
ConfigurationManagerMBean.getChanges()
Contains  
Change objects for all of the unsaved changes in the current
 edit session. | 
Change[] | 
ConfigurationManagerMBean.getUnactivatedChanges()
Contains  
Change objects for all changes (saved or unsaved) 
 that have been made since
 the activate operation completed successfully. | 
void | 
ConfigurationManagerMBean.reload()
Reloads the configuration files from the pending directory
 updates the configuration contained in the Edit MBeanServer. 
 | 
void | 
ConfigurationManagerMBean.removeReferencesToBean(DescriptorBean configurationMBean)
Removes references to bean that must be removed in order to destroy
 the specified instance of a configuration bean. 
 | 
void | 
ConfigurationManagerMBean.save()
Validates unsaved changes and saves them to the pending
 configuration files on disk. 
 | 
void | 
ConfigurationManagerMBean.stopEdit()
Stops the current edit session, releases the edit lock, and
 enables other users to start an edit session. 
 | 
void | 
ConfigurationManagerMBean.undo()
Undoes all unsaved changes. 
 | 
void | 
ConfigurationManagerMBean.undoUnactivatedChanges()
Undoes all of the changes (saved or unsaved) that have been made
 since the  
activate operation completed successfully. | 
void | 
ConfigurationManagerMBean.validate()
Verifies that all unsaved changes satisfy dependencies between
 MBean attributes and makes other checks that cannot be made at the
 time that you set the value of a single attribute. 
 |