Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.management.mbeanservers.edit.NotEditorException

Packages that use NotEditorException
weblogic.management.mbeanservers.edit Provides interfaces and exceptions for weblogic.management.mbeanservers.edit
 

Uses of NotEditorException in weblogic.management.mbeanservers.edit
 

Methods in weblogic.management.mbeanservers.edit that throw NotEditorException
 ActivationTaskMBean ConfigurationManagerMBean.activate(long timeout)
          Activates the changes that have been saved to the pending configuration files.
 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.
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01