Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
L
O
P
S
T
X
A
addContext(Config.Context)
- Method in class org.apache.naming.config.
Config.Naming
Adds a new Context configuration to the context list.
addEnvironment(Config.Environment)
- Method in class org.apache.naming.config.
Config.Context
Adds an Environment configuration to the environment list.
addParameter(String, String)
- Method in class org.apache.naming.config.
Config.Resource
Adds a name-value pair to the parameters associated with this resource.
addResource(Config.Resource)
- Method in class org.apache.naming.config.
Config.Context
Adds a Resource configuration to the resource list.
addSubContextNames(Set)
- Method in class org.apache.naming.config.
Config.Context
Adds the subcontext names in this Context to the input set.
C
Config
- class org.apache.naming.config.
Config
.
Configuration classes.
Config()
- Constructor for class org.apache.naming.config.
Config
Config.Context
- class org.apache.naming.config.
Config.Context
.
Configuration for a Context.
Config.Context()
- Constructor for class org.apache.naming.config.
Config.Context
Config.Environment
- class org.apache.naming.config.
Config.Environment
.
Configuration for an Environment entry.
Config.Environment()
- Constructor for class org.apache.naming.config.
Config.Environment
Config.Naming
- class org.apache.naming.config.
Config.Naming
.
Naming context configuration.
Config.Naming()
- Constructor for class org.apache.naming.config.
Config.Naming
Config.Resource
- class org.apache.naming.config.
Config.Resource
.
Configuration for an JNDI resource reference.
Config.Resource()
- Constructor for class org.apache.naming.config.
Config.Resource
createValue()
- Method in class org.apache.naming.config.
Config.Environment
Tries to create an instance of type
this.type
using
this.value
.
createValue()
- Method in class org.apache.naming.config.
Config.Resource
Creates a
ResourceRef
based on the configuration properties of this resource.
D
destroyInitialContext()
- Static method in class org.apache.naming.config.
XmlConfigurator
Destroys initial context.
G
generateSortedSubcontextNameSet()
- Method in class org.apache.naming.config.
Config.Naming
Generates and returns a sorted list of all configured names.
getContextList()
- Method in class org.apache.naming.config.
Config.Naming
Returns the context list.
getEnvironmentList()
- Method in class org.apache.naming.config.
Config.Context
Returns the environment list.
getName()
- Method in class org.apache.naming.config.
Config.Context
Returns the name of this context.
getName()
- Method in class org.apache.naming.config.
Config.Environment
Gets the name of this environment.
getName()
- Method in class org.apache.naming.config.
Config.Resource
Returns the name of this resource.
getParameters()
- Method in class org.apache.naming.config.
Config.Resource
Returns the parameters associated with this resource as a Map.
getResourceList()
- Method in class org.apache.naming.config.
Config.Context
Returns the resource list.
getType()
- Method in class org.apache.naming.config.
Config.Environment
Returns the class name of this environment entry.
getType()
- Method in class org.apache.naming.config.
Config.Resource
Returns the type of this resource.
getValue()
- Method in class org.apache.naming.config.
Config.Environment
Returns the value of this environment entry as a String.
L
loadConfiguration(InputStream)
- Static method in class org.apache.naming.config.
XmlConfigurator
Loads xml configuration data from
inputFile
into initial context.
O
org.apache.naming.config
- package org.apache.naming.config
This package contains configuration classes for initializing JNDI namespaces.
P
ParseException
- exception org.apache.naming.config.
ParseException
.
Exception during reading of an XML configuration file.
S
setName(String)
- Method in class org.apache.naming.config.
Config.Context
Sets the name of this context.
setName(String)
- Method in class org.apache.naming.config.
Config.Environment
Sets the name of this environment.
setName(String)
- Method in class org.apache.naming.config.
Config.Resource
Sets the name of this resource.
setType(String)
- Method in class org.apache.naming.config.
Config.Environment
Sets the class name of this environment entry.
setType(String)
- Method in class org.apache.naming.config.
Config.Resource
Sets the type of this resource.
setValue(String)
- Method in class org.apache.naming.config.
Config.Environment
Sets the (String) value of this environment entry.
setupInitialContext()
- Static method in class org.apache.naming.config.
XmlConfigurator
Sets up initial context using
org.apache.naming.java.javaURLContextFactory
.
T
toString()
- Method in class org.apache.naming.config.
Config.Context
Returns a string representation of the name, environment list and resource list of this context.
toString()
- Method in class org.apache.naming.config.
Config.Environment
Returns the JNDI name, type and value of this environment entry as as String.
toString()
- Method in class org.apache.naming.config.
Config.Naming
Returns a string representation of the context list.
toString()
- Method in class org.apache.naming.config.
Config.Resource
Returns the name, type and parameter list as a String.
X
XmlConfigurator
- class org.apache.naming.config.
XmlConfigurator
.
Configure an in-memory JNDI implementation using an XML configuration file.
XmlConfigurator()
- Constructor for class org.apache.naming.config.
XmlConfigurator
A
C
D
G
L
O
P
S
T
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.