Skip navigation links

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


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

Packages that use NotEditorException
weblogic.management.mbeanservers.edit   

 

Uses of NotEditorException in weblogic.management.mbeanservers.edit

 

Methods in weblogic.management.mbeanservers.edit that throw NotEditorException
abstract  ActivationTaskMBean ConfigurationManagerMBean.activate(long timeout)
          Activates the changes that have been saved to the pending configuration files.
abstract  void ConfigurationManagerMBean.enableOverwriteComponentChanges()
          Force the pending changes to all system components in the next activate
abstract  Change[] ConfigurationManagerMBean.getChanges()
          Contains Change objects for all of the unsaved changes in the current edit session.
abstract  Change[] ConfigurationManagerMBean.getUnactivatedChanges()
          Contains Change objects for all changes (saved or unsaved) that have been made since the activate operation completed successfully.
abstract  void ConfigurationManagerMBean.reload()
          Reloads the configuration files from the pending directory updates the configuration contained in the Edit MBeanServer.
abstract  void ConfigurationManagerMBean.removeReferencesToBean(DescriptorBean configurationMBean)
          Removes references to bean that must be removed in order to destroy the specified instance of a configuration bean.
abstract  void ConfigurationManagerMBean.save()
          Validates unsaved changes and saves them to the pending configuration files on disk.
abstract  void ConfigurationManagerMBean.stopEdit()
          Stops the current edit session, releases the edit lock, and enables other users to start an edit session.
abstract  void ConfigurationManagerMBean.undo()
          Undoes all unsaved changes.
abstract  void ConfigurationManagerMBean.undoUnactivatedChanges()
          Undoes all of the changes (saved or unsaved) that have been made since the activate operation completed successfully.
abstract  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.

 


Skip navigation links

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