Uses of Class
org.sape.carbon.core.config.node.NodeRemovalException

Packages that use NodeRemovalException
org.sape.carbon.core.bootstrap   
org.sape.carbon.core.config.node   
org.sape.carbon.core.config.node.file   
org.sape.carbon.core.config.node.link   
org.sape.carbon.services.config.classloader This package contains the classloader based implementation of the Configuration nodes interfaces. 
org.sape.carbon.services.config.jar This package contains the jar-file based implementation of the Configuration nodes interfaces. 
org.sape.carbon.services.config.jndi Contains a JNDI-backed implementation of carbon configuration nodes that support the storage of configuration data in directory servers. 
 

Uses of NodeRemovalException in org.sape.carbon.core.bootstrap
 

Methods in org.sape.carbon.core.bootstrap that throw NodeRemovalException
 int BootConfigurationDocument.remove()
          Not supported by this implementation
 

Uses of NodeRemovalException in org.sape.carbon.core.config.node
 

Methods in org.sape.carbon.core.config.node that throw NodeRemovalException
 int Node.remove()
          Permanently deletes the node and all of its child nodes from the backing store returning the total number of nodes deleted.
protected  void NestedConfigurationDocument.destroyBackingData()
           
 int AbstractNode.remove()
           
protected abstract  void AbstractNode.destroyBackingData()
          This method is called by remove to destroy the data backing this node in the data source.
 int AbstractConfigurationDocument.remove()
           
 

Uses of NodeRemovalException in org.sape.carbon.core.config.node.file
 

Methods in org.sape.carbon.core.config.node.file that throw NodeRemovalException
protected  void FileFolder.destroyBackingData()
           
protected  void FileConfigurationDocument.destroyBackingData()
           
 

Uses of NodeRemovalException in org.sape.carbon.core.config.node.link
 

Methods in org.sape.carbon.core.config.node.link that throw NodeRemovalException
 int AbstractLinkNode.remove()
           
 

Uses of NodeRemovalException in org.sape.carbon.services.config.classloader
 

Methods in org.sape.carbon.services.config.classloader that throw NodeRemovalException
protected  void ClassloaderFolder.destroyBackingData()
          This implementation does nothing as classloaders have no concept of folders, so there is nothing to remove
protected  void ClassloaderConfigurationDocument.destroyBackingData()
          This is only called in the case of in-memory-only configurations.
 int ClassloaderConfigurationDocument.remove()
          Only configurations that exist in-memory-only can be removed.
 

Uses of NodeRemovalException in org.sape.carbon.services.config.jar
 

Methods in org.sape.carbon.services.config.jar that throw NodeRemovalException
protected  void JarFolder.destroyBackingData()
          This implementation does nothing as jars have no concept of folders, so there is nothing to remove
protected  void JarConfigurationDocument.destroyBackingData()
           
 

Uses of NodeRemovalException in org.sape.carbon.services.config.jndi
 

Methods in org.sape.carbon.services.config.jndi that throw NodeRemovalException
protected  void JNDIFolder.destroyBackingData()
          Calls destroySubcontext with this context's name
protected  void JNDIConfigurationDocument.destroyBackingData()
          Calls destroySubcontext with this context's name
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.