|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeNotFoundException | |
org.sape.carbon.core.bootstrap | |
org.sape.carbon.core.config | |
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 NodeNotFoundException in org.sape.carbon.core.bootstrap |
Methods in org.sape.carbon.core.bootstrap that throw NodeNotFoundException | |
Node |
BootConfigurationDocument.fetchChild(String childName)
|
Uses of NodeNotFoundException in org.sape.carbon.core.config |
Methods in org.sape.carbon.core.config that throw NodeNotFoundException | |
Node |
DefaultRootConfigurationService.fetchNode(String nodeName)
|
void |
DefaultRootConfigurationService.addNodeListener(String nodeName,
NodeEventListener listener)
|
void |
DefaultRootConfigurationService.addNodeListener(String nodeName,
ConfigurationEventListener listener)
|
private Node |
DefaultRootConfigurationService.traverseNodeTree(String configurationName)
Returns the Node found by recursively tokenizing the
configurationName by '/ ' characters
and scaling the node tree. |
private Node |
DefaultRootConfigurationService.recursiveNodeTraversal(Node node,
StringTokenizer tokenizer)
Returns the Node found by recursively fetching the
next node name from tokenizer
and scaling the node tree. |
Node |
ConfigurationService.fetchNode(String nodeName)
Traverses the internal node hierachy and returns the named node |
void |
ConfigurationService.addNodeListener(String nodeName,
NodeEventListener listener)
Deprecated. use addNodeListener(String nodeName, ConfigurationEventListener listener) instead |
void |
ConfigurationService.addNodeListener(String nodeName,
ConfigurationEventListener listener)
Adds a listener to the specified node. |
Node |
Config.fetchNode(String nodeName)
|
void |
Config.addNodeListener(String nodeName,
NodeEventListener listener)
Deprecated. use void addNodeListener(String nodeName, ConfigurationEventListener listener) instead |
void |
Config.addNodeListener(String nodeName,
ConfigurationEventListener listener)
|
Uses of NodeNotFoundException in org.sape.carbon.core.config.node |
Methods in org.sape.carbon.core.config.node that throw NodeNotFoundException | |
Node |
Node.fetchChild(String childName)
Returns a child Node of the current
Node as defined by childName . |
Node |
AbstractNode.fetchChild(String childName)
synchronized to ensure no one is adding or removing children while childName is being fetched |
protected abstract Node |
AbstractNode.loadChild(String nodeName)
Loads the child specified by nodeName from the backing data store. |
protected Node |
AbstractConfigurationDocument.loadChild(String nodeName)
|
Uses of NodeNotFoundException in org.sape.carbon.core.config.node.file |
Methods in org.sape.carbon.core.config.node.file that throw NodeNotFoundException | |
protected Node |
FileFolder.loadChild(String nodeName)
|
Uses of NodeNotFoundException in org.sape.carbon.core.config.node.link |
Methods in org.sape.carbon.core.config.node.link that throw NodeNotFoundException | |
Node |
AbstractLinkNode.fetchChild(String childName)
|
Uses of NodeNotFoundException in org.sape.carbon.services.config.classloader |
Methods in org.sape.carbon.services.config.classloader that throw NodeNotFoundException | |
protected Node |
ClassloaderFolder.loadChild(String nodeName)
This is not synchronized because it is called from AbstractFolder.fetchChild which is synchronized |
Uses of NodeNotFoundException in org.sape.carbon.services.config.jar |
Methods in org.sape.carbon.services.config.jar that throw NodeNotFoundException | |
protected Node |
JarFolder.loadChild(String nodeName)
This is not synchronized because it is called from AbstractFolder.fetchChild which is synchronized |
Uses of NodeNotFoundException in org.sape.carbon.services.config.jndi |
Methods in org.sape.carbon.services.config.jndi that throw NodeNotFoundException | |
protected Node |
JNDIFolder.loadChild(String nodeName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |