Xindice API

Uses of Class
org.apache.xindice.util.Configuration

Packages that use Configuration
org.apache.xindice.client.corba Implements the several POA-based Servants for CORBA connectivity to Xindice. 
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
org.apache.xindice.core.objects Defines the Xindice XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. 
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.security Defines several classes for Xindice access control and authentication. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
org.apache.xindice.server This package contains all of the classes that comprise the Xindice server framework. 
org.apache.xindice.server.components This package contains some Xindice server components. 
org.apache.xindice.server.methods This package contains all of the classes that comprise the Xindice server methods. 
org.apache.xindice.server.services Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. 
org.apache.xindice.server.standard This package contains all of the classes that comprise the Xindice server framework standard API implements. 
org.apache.xindice.util This package contains many of the utility classes required by Xindice 
 

Uses of Configuration in org.apache.xindice.client.corba
 

Methods in org.apache.xindice.client.corba that return Configuration
static Configuration EncodedBufferConverter.convertToConfiguration(EncodedBuffer buffer)
          Converts an EncodedBuffer into a Configuration object.
 

Uses of Configuration in org.apache.xindice.core
 

Methods in org.apache.xindice.core that return Configuration
 Configuration CollectionManager.getConfig()
           
 

Methods in org.apache.xindice.core with parameters of type Configuration
 void CollectionManager.setConfig(Configuration config)
           
 Collection CollectionManager.createCollection(java.lang.String path, Configuration cfg)
          createCollection creates a new Collection object and any associated system resources that the Collection will need.
 void Collection.setConfig(Configuration config)
           
 Collection Collection.createCollection(java.lang.String path, Configuration config)
           
 Indexer Collection.createIndexer(Configuration config)
          createIndexer creates a new Indexer object and any associated system resources that the Indexer will need.
 XMLObject Collection.createXMLObject(Configuration config)
          createXMLObject creates a new XMLObject object and any associated system resources that the XMLObject will need.
 void Database.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.core.filer
 

Methods in org.apache.xindice.core.filer that return Configuration
 Configuration BTreeFiler.getConfig()
           
 Configuration HashFiler.getConfig()
           
 

Methods in org.apache.xindice.core.filer with parameters of type Configuration
 void BTreeFiler.setConfig(Configuration config)
           
 void HashFiler.setConfig(Configuration config)
           
 void FSFiler.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.core.indexer
 

Methods in org.apache.xindice.core.indexer that return Configuration
 Configuration ValueIndexer.getConfig()
           
 Configuration NameIndexer.getConfig()
           
 

Methods in org.apache.xindice.core.indexer with parameters of type Configuration
 void IndexManager.setConfig(Configuration config)
           
 Indexer IndexManager.create(Configuration cfg)
          create creates a new Indexer object and any associated system resources that the Indexer will need.
 Indexer IndexManager.register(java.lang.Class c, Configuration cfg)
           
 void ValueIndexer.setConfig(Configuration config)
           
 void NameIndexer.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.core.objects
 

Methods in org.apache.xindice.core.objects with parameters of type Configuration
 void SimpleReflectable.setConfig(Configuration config)
           
 void XMLObjectManager.setConfig(Configuration config)
           
 XMLObject XMLObjectManager.create(Configuration cfg)
          create creates a new XMLObject object and any associated system resources that the XMLObject will need.
 XMLObject XMLObjectManager.register(java.lang.Class c, Configuration cfg)
           
 

Uses of Configuration in org.apache.xindice.core.query
 

Methods in org.apache.xindice.core.query with parameters of type Configuration
 void XPathQueryResolver.setConfig(Configuration config)
           
 void QueryEngine.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.core.security
 

Methods in org.apache.xindice.core.security that return Configuration
 Configuration ResourcePermissions.getConfig()
          getConfig retrieves the configuration information for the Configurable object instance.
 Configuration LocalSecurityManager.getConfig()
          getConfig retrieves the configuration information for the Configurable object instance.
 

Methods in org.apache.xindice.core.security with parameters of type Configuration
 void ResourcePermissions.setConfig(Configuration config)
          setConfig sets the configuration information for the Configurable object instance.
 void LocalSecurityManager.setConfig(Configuration config)
          setConfig sets the configuration information for the Configurable object instance.
 

Uses of Configuration in org.apache.xindice.core.xupdate
 

Methods in org.apache.xindice.core.xupdate with parameters of type Configuration
 void XUpdateQueryResolver.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.server
 

Methods in org.apache.xindice.server that return Configuration
 Configuration Kernel.getCommonConfig()
           
 

Uses of Configuration in org.apache.xindice.server.components
 

Methods in org.apache.xindice.server.components with parameters of type Configuration
 void BasicAuthentication.setConfig(Configuration config)
           
 void DBConduit.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.server.methods
 

Methods in org.apache.xindice.server.methods with parameters of type Configuration
 void PUT.setConfig(Configuration config)
           
 void GET.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.server.services
 

Methods in org.apache.xindice.server.services with parameters of type Configuration
 void SocketServer.setConfig(Configuration config)
           
 void HTTPServer.setConfig(Configuration config)
           
 void APIService.setConfig(Configuration config)
           
 void XindiceService.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.server.standard
 

Methods in org.apache.xindice.server.standard that return Configuration
 Configuration StdScriptManager.getConfig()
           
 Configuration StdUserManager.getConfig()
           
 Configuration StdFileManager.getConfig()
           
 Configuration StdServiceManager.getConfig()
           
 Configuration StdComponentManager.getConfig()
           
 Configuration StdResourceManager.getConfig()
           
 Configuration StdLogManager.getConfig()
           
 

Methods in org.apache.xindice.server.standard with parameters of type Configuration
 void StdScriptManager.setConfig(Configuration config)
           
 void StdUserManager.setConfig(Configuration config)
           
 void StdFileManager.setConfig(Configuration config)
           
 void StdServiceManager.setConfig(Configuration config)
           
 void StdComponentManager.setConfig(Configuration config)
           
 void StdResourceManager.setConfig(Configuration config)
           
 void StdLogManager.setConfig(Configuration config)
           
 

Uses of Configuration in org.apache.xindice.util
 

Methods in org.apache.xindice.util that return Configuration
 Configuration SimpleConfigurable.getConfig()
           
 Configuration Configurable.getConfig()
          getConfig retrieves the configuration information for the Configurable object instance.
 Configuration[] Configuration.getChildren()
          getChildren returns the child Configuration nodes for this Configuration node.
 Configuration Configuration.getChild(java.lang.String name, boolean create)
          getChild returns the first child Configuration node that matches the specified name.
 Configuration Configuration.getChild(java.lang.String name)
          getChild returns the first child Configuration node that matches the specified name.
 Configuration Configuration.add(java.lang.String name)
          add adds a new Configuration node to this Configuration node.
 

Methods in org.apache.xindice.util with parameters of type Configuration
 void SimpleConfigurable.setConfig(Configuration config)
           
 void Configurable.setConfig(Configuration config)
          setConfig sets the configuration information for the Configurable object instance.
 void ConfigurationCallback.process(Configuration cfg)
           
 void Configuration.add(Configuration newConfig)
          add adds an existing Configuration node to this Configuration node.
 

Constructors in org.apache.xindice.util with parameters of type Configuration
SimpleConfigurable(Configuration config)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation