Uses of Interface
org.sape.carbon.services.config.jndi.JNDILinkNodeConfiguration

Packages that use JNDILinkNodeConfiguration
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 JNDILinkNodeConfiguration in org.sape.carbon.services.config.jndi
 

Fields in org.sape.carbon.services.config.jndi declared as JNDILinkNodeConfiguration
private  JNDILinkNodeConfiguration JNDIFolderFactory.config
           
private  JNDILinkNodeConfiguration JNDIFolder.config
           
private  JNDILinkNodeConfiguration JNDIConfigurationDocument.config
           
protected  JNDILinkNodeConfiguration AbstractJNDIConfigurationDocumentFactory.config
           
 

Methods in org.sape.carbon.services.config.jndi with parameters of type JNDILinkNodeConfiguration
protected  NodeFactory JNDILinkNodeFactory.getSubFolderFactory(JNDILinkNodeConfiguration config)
          Gets the factory used within this package to create folders
protected  NodeFactory JNDILinkNodeFactory.getConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
          Gets the factory used within this package to create configuration documents
protected  NodeFactory JNDILinkNodeFactory.getLinkNodeFactory(JNDILinkNodeConfiguration config)
          Gets the factory used within this package to create links
private  void JNDILinkNodeFactory.validateConfig(JNDILinkNodeConfiguration config)
          Validates that config has all required properties.
 

Constructors in org.sape.carbon.services.config.jndi with parameters of type JNDILinkNodeConfiguration
JNDILinkNodeConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
          Constructor for JNDILinkNodeConfigurationDocumentFactory.
JNDIFolderFactory(JNDILinkNodeConfiguration config)
          Constructs a new factory
JNDIFolder(Node parent, String name, NodeFactory subFolderFactory, NodeFactory configurationDocumentFactory, NodeFactory linkNodeFactory, DirContext initialContext, Name nodeContextName, JNDILinkNodeConfiguration config)
          Constructs the JNDIFolder and registers itself as a JNDI naming listener
JNDIConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
          Call parent contsrutor
JNDIConfigurationDocument(Node parent, String name, ConfigurationFormatService formatter, DirContext initialContext, Name nodeContextName, JNDILinkNodeConfiguration config, String documentType)
          Constructs the JNDIConfigurationDocument and registers itself as a JNDI naming listener
AbstractJNDIConfigurationDocumentFactory(JNDILinkNodeConfiguration config)
          Constructs a new factory
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.