|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Configuration
implementation that deals
with methods that can be abstracted away from underlying implementations.Pool
that caches Poolable objects for reuse.Configuration
to this configuration element.
CascadingError
instance.
CascadingException
instance.
CascadingException
instance.
CascadingRuntimeException
instance.
Version
against another for compliancy
(compatibility).
Components
by a Composable
.ComponentException
instance.
ComponentException
instance.
ComponentManager
selects Component
s based on a
role.ComponentSelector
selects Component
s based on a
hint.ComponentManager
to the composer
.
Configuration
is a interface encapsulating a configuration node
used to retrieve configuration values.Configurable
component cannot be configured
properly, or if a value cannot be retrieved properly.ConfigurationException
instance.
ConfigurationException
instance.
Configuration
to the Configurable
class.
ContextException
instance.
ContextException
instance.
ExcaliburComponentManager
insteadPool
for Avalon
Components that is thread safe.Pool
with an
ObjectFactory
.
PoolController
for the Avalon Excalibur
Component Management Framework.ExcaliburComponentSelector
instead.Configuration
implementation.DefaultConfiguration
instance.
Pool
that caches Poolable objects for reuse.PoolController
that controls how many
instances of a Poolable
are created at one time.Version
against another for equality.
Parameters
object from a Configuration
object.
Parameters
object from a Properties
object.
String
.
String
.
String
, or the default value if no attribute by
that name exists or is empty.
boolean
.
boolean
value of the specified parameter contained
in this node.boolean
.
boolean
, or the default value if no attribute by
that name exists or is empty.
float
.
float
value of the specified parameter contained
in this node.
float
.
float
, or the default value if no attribute by
that name exists or is empty.
int
.
int
value of the specified attribute contained
in this node.
int
.
int
, or the default value if no attribute by
that name exists or is empty.
long
.
long
.
long
.
long
, or the default value if no attribute by
that name exists or is empty.
Configuration
object child of this
associated with the given name.
Configuration
instance encapsulating the
specified child node.
Configuration
object child of this
associated with the given name.
Configuration
object child of this
associated with the given name.
Configuration
instance encapsulating the
specified child node.
Iterator
of Configuration
elements containing all node children.
- getChildren() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return an
Iterator
of Configuration
elements containing all node children.
- getChildren(String) -
Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
- Return an
Enumeration
of Configuration
objects
children of this associated with the given name.
- getChildren(String) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return an
Iterator
of Configuration
elements containing all node children with the specified name.
- getComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager) -
Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
- getComponentHandler(Component) -
Static method in class org.apache.avalon.excalibur.component.ComponentHandler
-
- getComponentMap() -
Method in class org.apache.avalon.framework.component.DefaultComponentSelector
- Helper method for subclasses to retrieve component map.
- getComponentMap() -
Method in class org.apache.avalon.framework.component.DefaultComponentManager
- Helper method for subclasses to retrieve component map.
- getConfiguration() -
Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
- getConnection() -
Method in interface org.apache.avalon.excalibur.datasource.DataSourceComponent
- Gets the Connection to the database
- getConnection() -
Method in class org.apache.avalon.excalibur.datasource.JdbcDataSource
- Get the database connection
- getConnection() -
Method in class org.apache.avalon.excalibur.datasource.J2eeDataSource
- Get the database connection
- getContentSize() -
Method in class org.apache.avalon.excalibur.collections.CircularBuffer
-
- getContextData() -
Method in class org.apache.avalon.framework.context.DefaultContext
- Utility method to retrieve context data.
- getCreatedClass() -
Method in class org.apache.avalon.excalibur.component.DefaultComponentFactory
-
- getCreatedClass() -
Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
-
- getCreatedClass() -
Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
-
- getCreatedClass() -
Method in class org.apache.avalon.excalibur.pool.DefaultObjectFactory
-
- getDefaultClassNameForHint(String, String) -
Method in interface org.apache.avalon.excalibur.component.RoleManager
- Get the default classname for a given hint type.
- getDefaultClassNameForHint(String, String) -
Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
- Retrieves a default class name for a role/hint combination.
- getDefaultClassNameForRole(String) -
Method in interface org.apache.avalon.excalibur.component.RoleManager
- Get the default classname for a given role.
- getDefaultClassNameForRole(String) -
Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
- Retrieves the default class name for the specified role.
- getDescription() -
Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
- Retrieve textual description.
- getErrorString() -
Method in class org.apache.avalon.excalibur.cli.CLArgsParser
- Retrieve an error message that occured during parsing if one existed.
- getFlags() -
Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
- Retrieve flags about option.
- getHandler() -
Method in class org.apache.avalon.framework.configuration.DefaultConfigurationBuilder
-
- getId() -
Method in class org.apache.avalon.excalibur.cli.CLOption
- Retrieve id of option.
- getId() -
Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
- Retrieve the id for option.
- getIncompatble() -
Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
-
- getLocation() -
Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
- Returns a description of location of element.
- getLocation() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return a string describing location of Configuration.
- getLocationString() -
Method in class org.apache.avalon.framework.configuration.SAXConfigurationHandler
-
- getLogger() -
Method in class org.apache.avalon.framework.logger.AbstractLoggable
- Helper method to allow sub-classes to aquire logger.
- getMetaData() -
Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
-
- getName() -
Method in class org.apache.avalon.excalibur.cli.CLOptionDescriptor
- Retrieve name of option which is also text for long option.
- getName() -
Method in class org.apache.avalon.framework.Enum
-
- getName() -
Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
- Returns the name of this configuration element.
- getName() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the name of the node.
- getNames() -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve an array of all parameter names.
- getOptionDescription(CLOptionDescriptor) -
Method in class org.apache.avalon.excalibur.cli.CLArgsParser
-
- getParameter(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
String
value of the specified parameter.
- getParameter(String, String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
String
value of the specified parameter.
- getParameterAsBoolean(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
boolean
value of the specified parameter.
- getParameterAsBoolean(String, boolean) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
boolean
value of the specified parameter.
- getParameterAsFloat(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
float
value of the specified parameter.
- getParameterAsFloat(String, float) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
float
value of the specified parameter.
- getParameterAsInteger(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
int
value of the specified parameter.
- getParameterAsInteger(String, int) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
int
value of the specified parameter.
- getParameterAsLong(String) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
long
value of the specified parameter.
- getParameterAsLong(String, long) -
Method in class org.apache.avalon.framework.parameters.Parameters
- Retrieve the
long
value of the specified parameter.
- getParameterNames() -
Method in class org.apache.avalon.framework.parameters.Parameters
- Deprecated. Use getNames() instead
- getParent() -
Method in class org.apache.avalon.framework.component.DefaultComponentManager
- Helper method for subclasses to retrieve parent.
- getParent() -
Method in class org.apache.avalon.framework.context.DefaultContext
- Gte parent context if any.
- getRoleForName(String) -
Method in interface org.apache.avalon.excalibur.component.RoleManager
- Find Role name based on shorthand name.
- getRoleForName(String) -
Method in class org.apache.avalon.excalibur.component.DefaultRoleManager
- Retrieves the real role name from a shorthand name.
- getSize() -
Method in class org.apache.avalon.excalibur.pool.SingleThreadedPool
- Get the number of used slots in Pool
- getTransactionIsolation() -
Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
-
- getType() -
Method in class org.apache.avalon.excalibur.cli.CLArgsParser.Token
-
- getTypeMap() -
Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
-
- getUnparsedArgs() -
Method in class org.apache.avalon.excalibur.cli.CLArgsParser
-
- getValue() -
Method in class org.apache.avalon.excalibur.cli.CLArgsParser.Token
-
- getValue() -
Method in class org.apache.avalon.framework.ValuedEnum
- Get value of enum.
- getValue() -
Method in class org.apache.avalon.framework.configuration.DefaultConfiguration
- Returns the value of the configuration element as a
String
.
- getValue() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
String
value of the node.
- getValue(String) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
String
.
- getValue(String) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns the value of the configuration element as a
String
.
- getValueAsBoolean() -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
boolean
.
- getValueAsBoolean() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
boolean
value of the node.
- getValueAsBoolean(boolean) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
boolean
.
- getValueAsBoolean(boolean) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns the value of the configuration element as a
boolean
.
- getValueAsFloat() -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
float
.
- getValueAsFloat() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
float
value of the node.
- getValueAsFloat(float) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
float
.
- getValueAsFloat(float) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns the value of the configuration element as a
float
.
- getValueAsInteger() -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as an
int
.
- getValueAsInteger() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
int
value of the node.
- getValueAsInteger(int) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as an
int
.
- getValueAsInteger(int) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns the value of the configuration element as an
int
.
- getValueAsLong() -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
long
.
- getValueAsLong() -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Return the
long
value of the node.
- getValueAsLong(long) -
Method in class org.apache.avalon.framework.configuration.AbstractConfiguration
- Returns the value of the configuration element as a
long
.
- getValueAsLong(long) -
Method in interface org.apache.avalon.framework.configuration.Configuration
- Returns the value of the configuration element as a
long
.
- getWarnings() -
Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
-
- grow() -
Method in class org.apache.avalon.excalibur.collections.BinaryHeap
-
- grow() -
Method in class org.apache.avalon.excalibur.component.DefaultComponentPoolController
- Called when a Pool reaches it's minimum.
- grow() -
Method in class org.apache.avalon.excalibur.pool.DefaultPoolController
-
- grow() -
Method in interface org.apache.avalon.excalibur.pool.PoolController
- Called when a Pool reaches it's minimum.
- grow(int) -
Method in class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
-
- grow(int) -
Method in class org.apache.avalon.excalibur.pool.SingleThreadedPool
- This fills the pool by the size specified in parameter.
- grow(int) -
Method in interface org.apache.avalon.excalibur.pool.Resizable
-
Pool
that is thread safe.Component
associated with the given role.
Parameters
instance
into this.
Parameterizable
component cannot be parameterized
properly, or if a value cannot be retrieved properly.ParameterException
instance.
ParameterException
instance.
Pool
that caches Poolable objects for reuse.PropertyException
instance.
PropertyException
instance.
ComponentManager
to the composer
.
Component
when you are finished with it.
Component
when you are finished with it.
Configuration
to this configuration element.
Component
associated with the given hint.
String
value of a specified parameter.
Pool
that caches Poolable objects for reuse.Pool
that caches Poolable objects for reuse.Version
object with the
specified version numbers.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |