|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkNode | |
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 LinkNode in org.sape.carbon.core.config.node |
Methods in org.sape.carbon.core.config.node that return LinkNode | |
LinkNode |
Folder.addLink(String name,
LinkNodeConfiguration linkConfiguration)
Adds a link to the folder. |
LinkNode |
AbstractFolder.addLink(String name,
LinkNodeConfiguration linkConfiguration)
|
Uses of LinkNode in org.sape.carbon.core.config.node.file |
Methods in org.sape.carbon.core.config.node.file that return LinkNode | |
LinkNode |
FileLinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
|
Uses of LinkNode in org.sape.carbon.core.config.node.link |
Subinterfaces of LinkNode in org.sape.carbon.core.config.node.link | |
interface |
ConfigurationDocumentLink
This interface is implemented by Node s that are links to
ConfigurationDocument s. |
interface |
FolderLink
This interface is implemented by Node s that are links to
Folder s. |
Classes in org.sape.carbon.core.config.node.link that implement LinkNode | |
class |
AbstractLinkNode
Base class for LinkNode s. |
class |
ConfigurationDocumentLinkImpl
Implementation of ConfigurationDocumentLink . |
class |
FolderLinkImpl
Implementation of FolderLink . |
Methods in org.sape.carbon.core.config.node.link that return LinkNode | |
LinkNode |
LinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
Constructs a LinkNode . |
LinkNode |
GenericLinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
This implementation will return either a FolderLink
or a ConfigurationDocumentLink depending on the type of the
target Node . |
LinkNode |
FolderLinkImpl.addLink(String name,
LinkNodeConfiguration linkConfiguration)
|
Uses of LinkNode in org.sape.carbon.services.config.classloader |
Classes in org.sape.carbon.services.config.classloader that implement LinkNode | |
class |
ClassloaderDocumentLinkImpl
This implementation overrides the refresh method so that the configSource can be refreshed before the node hierachy is refreshed |
class |
ClassloaderFolderLinkImpl
This implementation overrides the refresh method so that the configSource can be refreshed before the node hierachy is refreshed |
Methods in org.sape.carbon.services.config.classloader that return LinkNode | |
LinkNode |
ClassloaderLinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
|
Uses of LinkNode in org.sape.carbon.services.config.jar |
Methods in org.sape.carbon.services.config.jar that return LinkNode | |
LinkNode |
JarLinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
|
Uses of LinkNode in org.sape.carbon.services.config.jndi |
Methods in org.sape.carbon.services.config.jndi that return LinkNode | |
LinkNode |
JNDILinkNodeFactory.getInstance(Node parent,
String name,
ConfigurationDocument linkConfigurationDoc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |