A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

abort() - Method in interface org.apache.avalon.excalibur.event.PreparedEnqueue
Abort a previously prepared provisional enqueue operation (from the prepareEnqueue method).
AbstractBundle - class org.apache.avalon.excalibur.i18n.AbstractBundle.
 
AbstractBundle() - Constructor for class org.apache.avalon.excalibur.i18n.AbstractBundle
 
AbstractCache - class org.apache.avalon.excalibur.cache.AbstractCache.
 
AbstractCache() - Constructor for class org.apache.avalon.excalibur.cache.AbstractCache
 
AbstractCacheStore - class org.apache.avalon.excalibur.cache.store.AbstractCacheStore.
 
AbstractCacheStore() - Constructor for class org.apache.avalon.excalibur.cache.store.AbstractCacheStore
 
AbstractContainer - class org.apache.avalon.excalibur.container.AbstractContainer.
This contains it during execution and may provide certain facilities (like a thread per EJB etc).
AbstractContainer - class org.apache.avalon.excalibur.system.AbstractContainer.
The Container is an interface used to mark the Containers in your system.
AbstractContainer.ContainerComponentManager - class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager.
This is the Default ComponentManager for the Container.
AbstractContainer.ContainerComponentManager(Map) - Constructor for class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager
This constructor is for a ContainerComponentManager with no parent ComponentManager
AbstractContainer.ContainerComponentManager(Map, ComponentManager) - Constructor for class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager
This constructor is for a ContainerComponentManager with a parent ComponentManager
AbstractContainer.ContainerComponentSelector - class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector.
This is the Default ComponentSelector for the Container.
AbstractContainer.ContainerComponentSelector(Map) - Constructor for class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector
 
AbstractContainer() - Constructor for class org.apache.avalon.excalibur.container.AbstractContainer
 
AbstractContainer() - Constructor for class org.apache.avalon.excalibur.system.AbstractContainer
 
AbstractJdbcConnection - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection.
 
AbstractJdbcConnection(Connection, boolean) - Constructor for class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
AbstractJdbcConnection(Connection, String) - Constructor for class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
AbstractPool - class org.apache.avalon.excalibur.pool.AbstractPool.
 
AbstractPool(ObjectFactory) - Constructor for class org.apache.avalon.excalibur.pool.AbstractPool
 
AbstractProfilePoint - class org.apache.avalon.excalibur.profile.AbstractProfilePoint.
The ProfilPoint interface is to mark objects that can be sampled by a Profiler.
AbstractProfilePoint(String) - Constructor for class org.apache.avalon.excalibur.profile.AbstractProfilePoint
Initializes the ProfilePoint with a name.
AbstractQueue - class org.apache.avalon.excalibur.event.AbstractQueue.
The default queue implementation is a variable size queue.
AbstractQueue() - Constructor for class org.apache.avalon.excalibur.event.AbstractQueue
 
AbstractRoleManager - class org.apache.avalon.excalibur.system.AbstractRoleManager.
The Excalibur Role Manager is used for Excalibur Role Mappings.
AbstractRoleManager() - Constructor for class org.apache.avalon.excalibur.system.AbstractRoleManager
Default constructor--this RoleManager has no parent.
AbstractRoleManager(RoleManager) - Constructor for class org.apache.avalon.excalibur.system.AbstractRoleManager
Alternate constructor--this RoleManager has the specified parent.
AbstractRoleManager(RoleManager, ClassLoader) - Constructor for class org.apache.avalon.excalibur.system.AbstractRoleManager
Alternate constructor--this RoleManager has the specified parent.
AbstractXMLConsumer - class org.apache.avalon.excalibur.xml.AbstractXMLConsumer.
This abstract class provides default implementation of the methods specified by the XMLConsumer interface.
AbstractXMLConsumer() - Constructor for class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
 
accept(VFile) - Method in interface org.apache.avalon.excalibur.vfs.VFileFilter
 
activate(ThreadContextAccessor) - Method in class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy
The activate method is called when the ThreadContext is associated with a thread.
activate(ThreadContextAccessor) - Method in interface org.apache.avalon.excalibur.lang.ThreadContextPolicy
The activate method is called when the ThreadContext is associated with a thread.
add(Object) - Method in interface org.apache.avalon.excalibur.cache.ReplacementPolicy
 
add(Object) - Method in class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy
 
add(Object) - Method in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
add(Profilable) - Method in interface org.apache.avalon.excalibur.profile.Profiler
Adds a target to profile, along with a name for the target.
add(SourceParameters) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Add all parameters from the incoming parameters object.
add(SourceValidity) - Method in class org.apache.avalon.excalibur.source.validity.AggregatedValidity
 
add(String, Entry) - Method in interface org.apache.avalon.excalibur.container.Container
Add a component instance to container.
add(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
Add a component instance to container.
addComponentHandler(Object, ComponentHandler) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector
 
added(CacheEvent) - Method in interface org.apache.avalon.excalibur.cache.CacheListener
Added new item.
added(CacheEvent) - Method in class org.apache.avalon.excalibur.cache.validator.TimeoutValidator
 
addGroup(String, String[]) - Method in interface org.apache.avalon.excalibur.profile.ProfileReport
The addGroup method is called when using cascading Profilables.
addListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
addListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.AbstractCache
 
addListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
addListener(CacheListener) - Method in interface org.apache.avalon.excalibur.cache.Cache
Add listener.
addNode(String) - Method in class org.apache.avalon.excalibur.util.Circuit
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
addPropertyChangeListenersFrom(Resource) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
addStage(Stage) - Method in class org.apache.avalon.excalibur.pipeline.DefaultPipeline
 
AggregatedValidity - class org.apache.avalon.excalibur.source.validity.AggregatedValidity.
A validation object using a List.
AggregatedValidity() - Constructor for class org.apache.avalon.excalibur.source.validity.AggregatedValidity
 
AndValidator - class org.apache.avalon.excalibur.cache.validator.AndValidator.
 
AndValidator(CacheValidator[]) - Constructor for class org.apache.avalon.excalibur.cache.validator.AndValidator
 
AndValidator(CacheValidator, CacheValidator) - Constructor for class org.apache.avalon.excalibur.cache.validator.AndValidator
 
appendWhiteSpace(StringBuffer, int) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Append a certain number of whitespace characters to a StringBuffer.
assignHandler(ComponentHandler, Configuration, Map) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Adds the ComponentHandler and Configuration to the system.
assignSelector(String, ComponentSelector, Map) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Adds the ComponentHandler and Configuration to the system.
attach(Object) - Method in interface org.apache.avalon.excalibur.event.Message
Attach an Object to the message.

B

BASE - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a BASE entry
block(Object) - Method in class org.apache.avalon.excalibur.event.AbstractQueue
 
BufferedLogger - class org.apache.avalon.excalibur.logger.BufferedLogger.
Simple Logger which logs all information to an internal StringBuffer.
BufferedLogger() - Constructor for class org.apache.avalon.excalibur.logger.BufferedLogger
Create a new BufferedLogger.
Bundle - interface org.apache.avalon.excalibur.i18n.Bundle.
This is the interface of the ResourceBundle, for used for i18n support.
BUNDLE - Static variable in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.ConfigurationKeys
 
BUNDLE_CONF - Static variable in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.ConfigurationKeys
 
BundleFactory - interface org.apache.avalon.excalibur.i18n.BundleFactory.
 
BundleInfo - class org.apache.avalon.excalibur.i18n.BundleInfo.
Used to map locale information to URI space, to find the relevant bundle.
BundleInfo() - Constructor for class org.apache.avalon.excalibur.i18n.BundleInfo
 
BundleInfo(String, Locale) - Constructor for class org.apache.avalon.excalibur.i18n.BundleInfo
 
BundleInfo(String, Locale, String) - Constructor for class org.apache.avalon.excalibur.i18n.BundleInfo
 
BundleInfoMapper - interface org.apache.avalon.excalibur.i18n.BundleInfoMapper.
Used to map bundle information to string representation (e.g.
BundleLoader - interface org.apache.avalon.excalibur.i18n.BundleLoader.
Used to map locale information to URI space, to find the relevant bundle.
BundleMatcher - interface org.apache.avalon.excalibur.i18n.BundleMatcher.
Used to map bundle information to string representation (e.g.
BundleSelector - class org.apache.avalon.excalibur.i18n.BundleSelector.
This is the method for getting instances of ResourceBundles.
BundleSelector() - Constructor for class org.apache.avalon.excalibur.i18n.BundleSelector
 

C

cache - Variable in class org.apache.avalon.excalibur.i18n.BundleSelector
 
Cache - interface org.apache.avalon.excalibur.cache.Cache.
This is a cache that caches objects for reuse.
cacheAll(Node, String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Steps through the bundle tree and stores all text element values in bundle's cache.
cacheContains(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Does the "key-cache" contain the value with such key?
CacheEvent - class org.apache.avalon.excalibur.cache.CacheEvent.
This is the class used to deliver notifications about Cache.
CacheEvent(Cache, Object, Object) - Constructor for class org.apache.avalon.excalibur.cache.CacheEvent
 
cacheKey(String, String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Cache the key and value in "key-cache".
CacheListener - interface org.apache.avalon.excalibur.cache.CacheListener.
Receive notifications about Cache.
cacheNotFound - Variable in class org.apache.avalon.excalibur.i18n.BundleSelector
Cache for the names of the bundles that were not found
cacheNotFoundContains(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Does the "key-not-found-cache" contain such key?
cacheNotFoundKey(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Cache the key in "key-not-found-cache".
cacheOptionalPackage(OptionalPackage) - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Add OptionalPackage to internal cache of Optional Packages.
CacheStore - interface org.apache.avalon.excalibur.cache.CacheStore.
Store cached objects.
CacheValidator - interface org.apache.avalon.excalibur.cache.CacheValidator.
Validate cached object.
canAccept() - Method in class org.apache.avalon.excalibur.event.AbstractQueue
Default for canAccept()
canAccept() - Method in interface org.apache.avalon.excalibur.event.Source
Returns the number of QueueElements it can currently accept.
capacity() - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
capacity() - Method in interface org.apache.avalon.excalibur.cache.CacheStore
Return capacity of store.
capacity() - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
capacity() - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
capacity() - Method in interface org.apache.avalon.excalibur.cache.Cache
Return capacity of cache.
capacity() - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
capacity() - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Gets the capacity for the cache.
catalog - Variable in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
The OASIS Open Catalog used for entity resolution.
Catalog - class org.apache.avalon.excalibur.catalog.Catalog.
Represents OASIS Open Catalog files.
CATALOG - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a CATALOG entry
Catalog() - Constructor for class org.apache.avalon.excalibur.catalog.Catalog
Constructs an empty Catalog.
CatalogEntityResolver - class org.apache.avalon.excalibur.catalog.CatalogEntityResolver.
Implements SAX entityResolver using OASIS Open Catalogs.
CatalogEntityResolver() - Constructor for class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
Constructs a CatalogEntityResolver with an empty catalog.
CatalogEntry - class org.apache.avalon.excalibur.catalog.CatalogEntry.
Represents an OASIS Open Catalog entry.
CatalogEntry(int, String) - Constructor for class org.apache.avalon.excalibur.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(int, String, String) - Constructor for class org.apache.avalon.excalibur.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogReader - class org.apache.avalon.excalibur.catalog.CatalogReader.
Parses OASIS Open Catalog files.
CatalogReader() - Constructor for class org.apache.avalon.excalibur.catalog.CatalogReader
Construct a CatalogReader object.
characters(char[], int, int) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX characters method.
characters(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of character data.
checkActive() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Checks to see if the state is active.
checkActive(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Checks to see if the state is active.
checkComposed() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkComposed(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkConfigured() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkConfigured(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkContextualized() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkContextualized(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkDisposed() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkDisposed(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkEntry(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
 
checkInitialized() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkInitialized(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkLogEnabled() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkLogEnabled(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkNotAssigned(Object) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Make sure object has not been assigned yet.
checkNotAssigned(Object, String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Make sure object has not been assigned yet.
checkParameterized() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkParameterized(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkResumed() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkResumed(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkStarted() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkStarted(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkStopped() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkStopped(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkSuspended() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
checkSuspended(String) - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Throw an exception if the initialization is out of order.
Circuit - class org.apache.avalon.excalibur.util.Circuit.
Circuit class used to map trees of information
Circuit.CircuitException - exception org.apache.avalon.excalibur.util.Circuit.CircuitException.
 
Circuit.CircuitException(Circuit) - Constructor for class org.apache.avalon.excalibur.util.Circuit.CircuitException
 
Circuit.CircuitException(Circuit, String) - Constructor for class org.apache.avalon.excalibur.util.Circuit.CircuitException
 
Circuit.Node - class org.apache.avalon.excalibur.util.Circuit.Node.
 
Circuit.Node(Circuit, String) - Constructor for class org.apache.avalon.excalibur.util.Circuit.Node
 
Circuit() - Constructor for class org.apache.avalon.excalibur.util.Circuit
 
CircularDependencyException - exception org.apache.avalon.excalibur.util.CircularDependencyException.
 
CircularDependencyException(String, String, List) - Constructor for class org.apache.avalon.excalibur.util.CircularDependencyException
 
CLASSLOADER - Static variable in interface org.apache.avalon.excalibur.lang.ThreadContextPolicy
Key used to store ContextClassLoader in ThreadContextAccessor.
clear() - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
clear() - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
clear() - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
clear() - Method in interface org.apache.avalon.excalibur.cache.Cache
Clear cache.
clear() - Method in interface org.apache.avalon.excalibur.event.Message
Clear the attachment.
clearCache() - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Clear internal cache of optional packages.
clearWarnings() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
clearWarnings() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
clone() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Returns a copy of the parameters object.
close() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
Command - interface org.apache.avalon.excalibur.command.Command.
A Command is a specific type of Signal that denotes an asynchronous execution unit that must be performed by the CommandManager.
COMMAND_QUEUE - Static variable in interface org.apache.avalon.excalibur.system.Container
 
CommandManager - class org.apache.avalon.excalibur.command.CommandManager.
The CommandManager handles asynchronous commands from the rest of the system.
CommandManager() - Constructor for class org.apache.avalon.excalibur.command.CommandManager
 
comment(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report an XML comment anywhere in the document.
commit() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
commit() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
commit() - Method in interface org.apache.avalon.excalibur.event.PreparedEnqueue
Commit a previously prepared provisional enqueue operation (from the prepareEnqueue method).
COMPATIBLE - Static variable in class org.apache.avalon.excalibur.extension.Extension
 
ComponentFactory - class org.apache.avalon.excalibur.system.handler.ComponentFactory.
Factory for Avalon components.
ComponentFactory(Class, Configuration, ComponentManager, Context, RoleManager, LoggerManager) - Constructor for class org.apache.avalon.excalibur.system.handler.ComponentFactory
Construct a new component factory for the specified component.
ComponentHandler - interface org.apache.avalon.excalibur.system.handler.ComponentHandler.
The ComponentHandler interface marks the ComponentHandler implementations.
ComponentStateValidator - class org.apache.avalon.excalibur.util.ComponentStateValidator.
This class provides basic facilities for enforcing Avalon's contracts within your own code.
ComponentStateValidator(Object) - Constructor for class org.apache.avalon.excalibur.util.ComponentStateValidator
Create state validator from object (this can be used for more than just components).
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
 
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
 
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
 
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Set the current ComponentManager instance used by this Composable.
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.source.ResourceSource
 
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.source.URLSource
 
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Root ComponentManager.
compose(ComponentManager) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Get the Entity Resolver from the component manager
concat(String[]) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Convenience utility to concatenate an array of strings together.
concat(String, String, String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Convenience utility to concatenate three strings together.
ConfigurableBundleInfo - class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo.
Used to map locale information to URI space, to find the relevant bundle.
ConfigurableBundleInfo() - Constructor for class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
ConfigurableBundleInfo(String, Locale) - Constructor for class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
ConfigurableBundleInfo(String, Locale, String) - Constructor for class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
ConfigurableRoleManager - class org.apache.avalon.excalibur.system.ConfigurableRoleManager.
Configurable RoleManager implementation.
ConfigurableRoleManager() - Constructor for class org.apache.avalon.excalibur.system.ConfigurableRoleManager
Default constructor--this RoleManager has no parent.
ConfigurableRoleManager(RoleManager) - Constructor for class org.apache.avalon.excalibur.system.ConfigurableRoleManager
Alternate constructor--this RoleManager has the specified parent.
ConfigurableRoleManager(RoleManager, ClassLoader) - Constructor for class org.apache.avalon.excalibur.system.ConfigurableRoleManager
Alternate constructor--this RoleManager has the specified parent and a classloader.
configure(Configuration) - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
Pass the Configuration to the Configurable class.
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Configure the component.
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
Configure the component.
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
 
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
Configure the component.
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.DefaultMapper
 
configure(Configuration) - Method in class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
configure(Configuration) - Method in class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
configure(Configuration) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Process the configuration and set up the components and their mappings.
configure(Configuration) - Method in class org.apache.avalon.excalibur.system.ConfigurableRoleManager
Reads a configuration object and creates the role, shorthand, and class name mapping.
configure(Locale) - Method in class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
configure(String, Locale) - Method in class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
configure(String, Locale, String) - Method in class org.apache.avalon.excalibur.i18n.ConfigurableBundleInfo
 
Container - interface org.apache.avalon.excalibur.container.Container.
This contains it during execution and may provide certain facilities (like a thread per EJB etc).
Container - interface org.apache.avalon.excalibur.system.Container.
The Container is an interface used to mark the Containers in your system.
CONTAINER_CLASS - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
CONTAINER_CONFIG - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
ContainerException - exception org.apache.avalon.excalibur.container.ContainerException.
Exception to indicate error manipulating container.
ContainerException(String) - Constructor for class org.apache.avalon.excalibur.container.ContainerException
Construct a new ContainerException instance.
ContainerException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.container.ContainerException
Construct a new ContainerException instance.
ContainerManager - class org.apache.avalon.excalibur.system.ContainerManager.
The ContainerManager is a single point of contact to manage your Container resources.
ContainerManager(Parameters) - Constructor for class org.apache.avalon.excalibur.system.ContainerManager
This constructor creates a new ContainerManager with a LogKitLoggerManager for managing your logging categories.
ContainerManager(Parameters, LoggerManager) - Constructor for class org.apache.avalon.excalibur.system.ContainerManager
Create a ContainerManager with all the information in the Context, and the supplied LoggerManager.
ContainerManager(Parameters, LoggerManager, ClassLoader) - Constructor for class org.apache.avalon.excalibur.system.ContainerManager
Create a ContainerManager with all the information in the Context, and the supplied LoggerManager.
containsKey(Object) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
containsKey(Object) - Method in interface org.apache.avalon.excalibur.cache.CacheStore
 
containsKey(Object) - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
containsKey(Object) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
containsKey(Object) - Method in interface org.apache.avalon.excalibur.cache.Cache
 
containsKey(Object) - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
containsKey(Object) - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Checks if a given key exists within either of the spaces - old and new Caches.
containsKey(String) - Method in interface org.apache.avalon.excalibur.lang.ThreadContextAccessor
Determine if ThreadContext contains specified key.
containsParameter(String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Test if a value for this parameter exists.
contentHandler - Variable in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
The current ContentHandler.
ContentHandlerWrapper - class org.apache.avalon.excalibur.xml.ContentHandlerWrapper.
This class is an utility class "wrapping" around a SAX version 2.0 ContentHandler and forwarding it those events received throug its XMLConsumers interface.
ContentHandlerWrapper() - Constructor for class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler) - Constructor for class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
ContentHandlerWrapper(ContentHandler, LexicalHandler) - Constructor for class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Create a new ContentHandlerWrapper instance.
CONTEXT_CLASSLOADER - Static variable in interface org.apache.avalon.excalibur.system.Container
 
CONTEXT_DIRECTORY - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
CONTEXT_DIRECTORY - Static variable in interface org.apache.avalon.excalibur.system.Container
 
contextContainsKey(String) - Method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Utility method to search layers to see if key is found.
contextGet(String) - Method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Utility method to search layers to retrieve value for key.
contextualize(Context) - Method in class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
contextualize(Context) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Get the context
contextualize(Context) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Pull the manager items from the context so we can use them to set up the system.
convertKey(String) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Convert the "user view" of the lookup key to the "system view".
convertKey(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Convert the "user view" of the lookup key to the "system view".
convertKey(String) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Convert the "user view" of the lookup key to the "system view".
convertKey(String) - Method in class org.apache.avalon.excalibur.i18n.FlatXmlBundle
Convert the "user view" of the lookup key to the "system view".
CPU_COUNT - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
CREATED - Static variable in class org.apache.avalon.excalibur.container.State
CREATED is the state the component exists in after it has been successfully created but before it has been prepared.
createInstance(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
Load a bundle, based on bundleInfo.
createInstance(BundleInfo) - Method in interface org.apache.avalon.excalibur.i18n.BundleFactory
 
createStatement() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
createStatement() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
createStatement(int, int) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
createStatement(int, int) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
CREATING - Static variable in class org.apache.avalon.excalibur.container.State
CREATING indicates that the Component is in process of being created.

D

DataSourceComponent - interface org.apache.avalon.excalibur.datasource.DataSourceComponent.
 
deactivate(ThreadContextAccessor) - Method in class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy
The deactivate method is called when the ThreadContext is dis-associated with a thread.
deactivate(ThreadContextAccessor) - Method in interface org.apache.avalon.excalibur.lang.ThreadContextPolicy
The deactivate method is called when the ThreadContext is dis-associated with a thread.
debug - Variable in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
The debug level
debug - Variable in class org.apache.avalon.excalibur.catalog.Catalog
The debug level.
debug - Variable in class org.apache.avalon.excalibur.catalog.CatalogReader
The debug level
debug - Variable in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The debug level
debug(String) - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
 
debug(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a debug message.
debug(String, Throwable) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a debug message.
decommission(Object) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
 
decommission(Object) - Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
 
decommission(Object) - Method in class org.apache.avalon.excalibur.system.handler.ComponentFactory
 
decommission(Object) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
decommission(Object) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Cleans up any resources associated with the specified object and takes it out of commission.
DEFAULT_POOL_SIZE - Static variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
DefaultBundleFactory - class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.
Used to map locale information to URI space, to find the relevant bundle.
DefaultBundleFactory.ConfigurationKeys - class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.ConfigurationKeys.
 
DefaultBundleFactory.ConfigurationKeys() - Constructor for class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.ConfigurationKeys
 
DefaultBundleFactory() - Constructor for class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
 
DefaultBundleMatcher - class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher.
Used to map bundle information to string representation (e.g.
DefaultBundleMatcher() - Constructor for class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
 
DefaultCache - class org.apache.avalon.excalibur.cache.DefaultCache.
Default Cache implementation.
DefaultCache(ReplacementPolicy, CacheStore) - Constructor for class org.apache.avalon.excalibur.cache.DefaultCache
 
DefaultMapper - class org.apache.avalon.excalibur.i18n.DefaultMapper.
Maps the locale using the standard Java mapping: en-US would be mapped to file ending with en_US.
DefaultMapper.ConfigurationKeys - class org.apache.avalon.excalibur.i18n.DefaultMapper.ConfigurationKeys.
 
DefaultMapper.ConfigurationKeys() - Constructor for class org.apache.avalon.excalibur.i18n.DefaultMapper.ConfigurationKeys
 
DefaultMapper() - Constructor for class org.apache.avalon.excalibur.i18n.DefaultMapper
 
DefaultPackageRepository - class org.apache.avalon.excalibur.extension.DefaultPackageRepository.
Interface used to contain "Optional Packages" (formerly known as "Standard Extensions").
DefaultPackageRepository(File[]) - Constructor for class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Construct a package repository with path.
DefaultPipeline - class org.apache.avalon.excalibur.pipeline.DefaultPipeline.
This is basic array based pipeline.
DefaultPipeline() - Constructor for class org.apache.avalon.excalibur.pipeline.DefaultPipeline
 
DefaultPool - class org.apache.avalon.excalibur.pool.DefaultPool.
 
DefaultPool(Class, int) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPool
 
DefaultPool(Class, int, int) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPool
 
DefaultPool(ObjectFactory) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPool
 
DefaultPool(ObjectFactory, PoolController) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPool
 
DefaultPool(ObjectFactory, PoolController, int, int) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPool
 
DefaultPoolManager - class org.apache.avalon.excalibur.pool.DefaultPoolManager.
This interface is for a PoolManager that creates pools that are managed asynchronously.
DefaultPoolManager() - Constructor for class org.apache.avalon.excalibur.pool.DefaultPoolManager
 
DefaultPoolManager(Queue) - Constructor for class org.apache.avalon.excalibur.pool.DefaultPoolManager
 
DefaultQueue - class org.apache.avalon.excalibur.event.DefaultQueue.
The default queue implementation is a variable size queue.
DefaultQueue() - Constructor for class org.apache.avalon.excalibur.event.DefaultQueue
 
DefaultQueue(int) - Constructor for class org.apache.avalon.excalibur.event.DefaultQueue
 
DefaultThreadContextPolicy - class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy.
Default ThreadContextPolicy that just maintains the ContextClassLoader ThreadLocal variable.
DefaultThreadContextPolicy() - Constructor for class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy
 
DefaultThreadPool - class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool.
This class is the public frontend for the thread pool code.
DefaultThreadPool(int) - Constructor for class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
DefaultThreadPool(String, int) - Constructor for class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
DefaultThreadPool(String, int, ThreadContext) - Constructor for class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
DelayedCommand - interface org.apache.avalon.excalibur.command.DelayedCommand.
A DelayedCommand is a specific type of Command that denotes a an execution unit that will be delayed at least X number of milliseconds.
DELEGATE - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a DELEGATE entry
dequeue() - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
dequeue() - Method in interface org.apache.avalon.excalibur.event.Sink
Dequeues the next element, or returns null if there is nothing left on the queue.
dequeue() - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
dequeue(int) - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
dequeue(int) - Method in interface org.apache.avalon.excalibur.event.Sink
Dequeues at most num available elements, or returns null if there is nothing left on the queue.
dequeue(int) - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
dequeueAll() - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
dequeueAll() - Method in interface org.apache.avalon.excalibur.event.Sink
Dequeues all available elements, or returns null if there is nothing left on the queue.
dequeueAll() - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
deregister(EventPipeline) - Method in class org.apache.avalon.excalibur.command.TPCThreadManager
Deregister an EventPipeline with the ThreadManager
deregister(EventPipeline) - Method in interface org.apache.avalon.excalibur.command.ThreadManager
Deregister an EventPipeline with the ThreadManager
deregister(EventPipeline) - Method in class org.apache.avalon.excalibur.command.TPSPThreadManager
Deregister an EventPipeline with the ThreadManager
deregisterAll() - Method in class org.apache.avalon.excalibur.command.TPCThreadManager
Deregisters all EventPipelines from this ThreadManager
deregisterAll() - Method in interface org.apache.avalon.excalibur.command.ThreadManager
Deregisters all EventPipelines from this ThreadManager
deregisterAll() - Method in class org.apache.avalon.excalibur.command.TPSPThreadManager
Deregisters all EventPipelines from this ThreadManager
deregisterSignalHandler(Signal, EventHandler) - Method in class org.apache.avalon.excalibur.command.CommandManager
 
DESTROYED - Static variable in class org.apache.avalon.excalibur.container.State
DESTROYED indicates that the component has been destroyed.
DESTROYING - Static variable in class org.apache.avalon.excalibur.container.State
DESTROYING indicates that the component is being destroyed.
DeweyDecimal - class org.apache.avalon.excalibur.util.DeweyDecimal.
Utility class to contain version numbers in "Dewey Decimal" syntax that consists of positive decimal integers separated by periods ".", for example, "2.0" or "1.2.3.4.5.6.7".
DeweyDecimal(int[]) - Constructor for class org.apache.avalon.excalibur.util.DeweyDecimal
Construct a DeweyDecimal from an array of integer components.
DeweyDecimal(String) - Constructor for class org.apache.avalon.excalibur.util.DeweyDecimal
Construct a DeweyDecimal from string in DeweyDecimal format.
DirectoryMapper - class org.apache.avalon.excalibur.i18n.DirectoryMapper.
Maps the locale using the standard Java mapping: en-US would be mapped to file ending with en_US.
DirectoryMapper() - Constructor for class org.apache.avalon.excalibur.i18n.DirectoryMapper
 
DirectoryVFileAccessor - class org.apache.avalon.excalibur.vfs.DirectoryVFileAccessor.
Accessor for vanilla directorys VFS.
DirectoryVFileAccessor() - Constructor for class org.apache.avalon.excalibur.vfs.DirectoryVFileAccessor
 
discardValidity() - Method in class org.apache.avalon.excalibur.source.URLSource
Refresh this object and update the last modified date and content length.
discardValidity() - Method in interface org.apache.avalon.excalibur.source.ModifiableSource
Refresh the content of this object after the underlying data content has changed.
dispose() - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
The dispose operation is called at the end of a components lifecycle.
dispose() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
dispose() - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
 
dispose() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
The dispose operation is called at the end of a components lifecycle.
dispose() - Method in class org.apache.avalon.excalibur.pool.FixedSizePool
 
dispose() - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 
dispose() - Method in class org.apache.avalon.excalibur.pool.DefaultPool
 
dispose() - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Dispose
dispose() - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Disposes of all components and frees resources that they consume.
dispose() - Method in class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
Dispose of the ComponentHandler and any associated Pools and Factories.
dispose() - Method in class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
Dispose of the ComponentHandler and any associated Pools and Factories.
dispose() - Method in class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
Dispose of the ComponentHandler and any associated Pools and Factories.
dispose() - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
dispose() - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Clean up resources and references.
docBuilder - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
The DOM builder.
docFactory - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
the Document Builder factory
DOCTYPE - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a DOCTYPE entry
DOCUMENT - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a DOCUMENT entry
DTDDECL - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a DTDDECL entry
duplicate() - Method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Method to allow duplication of ThreadContext for new threads.

E

EMPTY_PROFILABLE_ARRAY - Static variable in interface org.apache.avalon.excalibur.profile.Profilable
Empty Profilable array for use in hierarchical Profilable systems.
EMPTY_STRING - Static variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
 
enableLogging(Logger) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
enableLogging(Logger) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Wrap this so that ComponentStateValidator functions properly.
enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
enableLogging(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Set the logger.
encode(String) - Static method in class org.apache.avalon.excalibur.source.SourceUtil
Translates a string into x-www-form-urlencoded format.
encodeBASE64(byte[]) - Static method in class org.apache.avalon.excalibur.source.SourceUtil
BASE 64 encoding.
encodeBASE64(String) - Static method in class org.apache.avalon.excalibur.source.SourceUtil
BASE 64 encoding.
endCDATA() - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the end of a CDATA section.
endDocument() - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX endDocument method.
endDocument() - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of the end of a document.
endDocument() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of the end of a document.
endDTD() - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the end of DTD declarations.
endDTD() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the end of DTD declarations.
endElement(String) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX endElement method.
endElement(String, String, String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the end of an entity.
endEntity(String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the end of an entity.
endPrefixMapping(String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
End the scope of a prefix-URI mapping.
endReport() - Method in interface org.apache.avalon.excalibur.profile.ProfileReport
This method is called once at the end of a profile run, and signifies that the ProfileReport object may close it's resources, and no other events will be called.
enqueue(QueueElement) - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
enqueue(QueueElement) - Method in interface org.apache.avalon.excalibur.event.Source
Enqueues the given element onto the queue.
enqueue(QueueElement) - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
enqueue(QueueElement[]) - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
enqueue(QueueElement[]) - Method in interface org.apache.avalon.excalibur.event.Source
Given an array of elements, atomically enqueues all of the elements in the array.
enqueue(QueueElement[]) - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
ENTITY - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a ENTITY entry
entityName() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entity name
EntityResolver - interface org.apache.avalon.excalibur.xml.EntityResolver.
A component that uses catalogs for resolving Entities.
Entry - class org.apache.avalon.excalibur.container.Entry.
Contains information about a particular instance of contained component.
Entry() - Constructor for class org.apache.avalon.excalibur.container.Entry
 
entryType() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type
error(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.XercesParser
Receive notification of a recoverable error.
error(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a error message.
error(String, Throwable) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a error message.
EventHandler - interface org.apache.avalon.excalibur.event.EventHandler.
An EventHandler takes care of processing specific events in an Event Based architecture.
EventPipeline - interface org.apache.avalon.excalibur.command.EventPipeline.
An EventPipeline is used by the ThreadManager to manage the event Queue and EventHandler relationship.
EventsPerSampleProfilePoint - class org.apache.avalon.excalibur.profile.EventsPerSampleProfilePoint.
The ProfilPoint interface is to mark objects that can be sampled by a Profiler.
EventsPerSampleProfilePoint(String) - Constructor for class org.apache.avalon.excalibur.profile.EventsPerSampleProfilePoint
Creates a EventsPerSampleProfilePoint with an initial name.
ExcaliburRoleManager - class org.apache.avalon.excalibur.system.ExcaliburRoleManager.
The Excalibur Role Manager is used for Excalibur Role Mappings.
ExcaliburRoleManager() - Constructor for class org.apache.avalon.excalibur.system.ExcaliburRoleManager
Default constructor--this RoleManager has no parent.
ExcaliburRoleManager(RoleManager) - Constructor for class org.apache.avalon.excalibur.system.ExcaliburRoleManager
Alternate constructor--this RoleManager has the specified parent.
ExcaliburRoleManager(RoleManager, ClassLoader) - Constructor for class org.apache.avalon.excalibur.system.ExcaliburRoleManager
Alternate constructor--this RoleManager has the specified parent and a classloader.
execute(Executable) - Method in interface org.apache.avalon.excalibur.thread.ThreadPool
Run work in separate thread.
execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
Run work in separate thread.
execute(Executable) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Run work in separate thread.
execute(Runnable) - Method in interface org.apache.avalon.excalibur.thread.ThreadPool
Run work in separate thread.
execute(Runnable) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
Run work in separate thread.
execute(Runnable) - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Run work in separate thread.
Extension - class org.apache.avalon.excalibur.extension.Extension.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension.Compatability - class org.apache.avalon.excalibur.extension.Extension.Compatability.
 
Extension.Compatability(String) - Constructor for class org.apache.avalon.excalibur.extension.Extension.Compatability
 
Extension(String, String, String, String, String, String, String) - Constructor for class org.apache.avalon.excalibur.extension.Extension
The constructor to create Extension object.

F

factory - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
the SAX Parser factory
FAILED - Static variable in class org.apache.avalon.excalibur.container.State
FAILED indicates that the component is in a FAILED state.
fatalError(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Receive notification of a fatal error.
fatalError(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.XercesParser
Receive notification of a fatal error.
fatalError(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a fatalError message.
fatalError(String, Throwable) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a fatalError message.
FIFOPolicy - class org.apache.avalon.excalibur.cache.policy.FIFOPolicy.
FIFO(First In First Out) replacement policy.
FIFOPolicy() - Constructor for class org.apache.avalon.excalibur.cache.policy.FIFOPolicy
 
FileResource - class org.apache.avalon.excalibur.monitor.FileResource.
 
FileResource(File) - Constructor for class org.apache.avalon.excalibur.monitor.FileResource
 
FileResource(String) - Constructor for class org.apache.avalon.excalibur.monitor.FileResource
 
finalize() - Method in class org.apache.avalon.excalibur.catalog.CatalogReader
The destructor.
FixedSizePool - class org.apache.avalon.excalibur.pool.FixedSizePool.
This is an Pool that caches Poolable objects for reuse.
FixedSizePool(ObjectFactory, int) - Constructor for class org.apache.avalon.excalibur.pool.FixedSizePool
 
FixedSizeQueue - class org.apache.avalon.excalibur.event.FixedSizeQueue.
The default queue implementation is a variabl size queue.
FixedSizeQueue(int) - Constructor for class org.apache.avalon.excalibur.event.FixedSizeQueue
 
FlatXmlBundle - class org.apache.avalon.excalibur.i18n.FlatXmlBundle.
 
FlatXmlBundle() - Constructor for class org.apache.avalon.excalibur.i18n.FlatXmlBundle
 
FlipSpacesStore - class org.apache.avalon.excalibur.cache.store.FlipSpacesStore.
 
FlipSpacesStore(int) - Constructor for class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Sets up the data spaces and sets the capacity of the cache
formalSystemIdentifier() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The formal system identifier of the entry, if appropriate
format(int, int, boolean, String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Utility to format a string given a set of constraints.
format(StringBuffer, int, int, boolean, String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Utility to format a string given a set of constraints.

G

get() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Gets a Poolable from the pool.
get() - Method in class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool
Gets a Poolable from the pool.
get() - Method in class org.apache.avalon.excalibur.pool.FixedSizePool
 
get() - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 
get() - Method in interface org.apache.avalon.excalibur.pool.Pool
 
get() - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
get() - Method in class org.apache.avalon.excalibur.pool.DefaultPool
 
get() - Method in class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
Get a reference of the desired Component
get() - Method in interface org.apache.avalon.excalibur.system.handler.ComponentHandler
Gets the current reference to a Component according to the policy of the implementation.
get() - Method in class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
Get a reference of the desired Component
get() - Method in class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
Get a reference of the desired Component
get(int) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return the component at specified index.
get(Object) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
get(Object) - Method in interface org.apache.avalon.excalibur.cache.CacheStore
 
get(Object) - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
get(Object) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
get(Object) - Method in interface org.apache.avalon.excalibur.cache.Cache
Get an item from the cache.
get(Object) - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
get(Object) - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Gets the cached object associated with the given name.
get(String) - Method in interface org.apache.avalon.excalibur.lang.ThreadContextAccessor
Retrieve value for specified key.
get(String) - Method in interface org.apache.avalon.excalibur.vfs.VFileSystem
Retrieve VFile by path.
get(ThreadContextAccessor, String, Object, Class) - Method in class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy
Get a value for specified key, using specified default if none present and making sure value is of specified type.
getAncestor() - Method in class org.apache.avalon.excalibur.util.Circuit
 
getAncestors() - Method in class org.apache.avalon.excalibur.util.Circuit
 
getAttachment() - Method in interface org.apache.avalon.excalibur.event.Message
Get the attachment associated with this Message.
getAutoCommit() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getAutoCommit() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getAvailable(Manifest) - Static method in class org.apache.avalon.excalibur.extension.Extension
Return an array of Extension objects representing optional packages that are available in the JAR file associated with the specified Manifest.
getAvailableExtensions() - Method in class org.apache.avalon.excalibur.extension.OptionalPackage
Return Extensions which OptionalPackage makes available.
getBundleInfo() - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Get the bundle info.
getBundleInfo() - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Get the bundle info.
getCallerClass(Class) - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Find the caller of the passed in Class.
getCallerClass(int) - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Find the caller of the passed in Class.
getCallerMethod(Class) - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Get the name of the method that called specified class.
getCallerMethod(int) - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Get the name of the method is at specified index in call stack.
getCallerStack(Class, int) - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Return the call stack that called specified Class as an array of Strings.
getCallStackAsStringArray() - Static method in class org.apache.avalon.excalibur.util.StackIntrospector
Return the current call stack as a String array.
getCatalog() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getCatalog() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getChildLogger(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Create a new child logger.
getChildProfilables() - Method in interface org.apache.avalon.excalibur.profile.Profilable
The Profiler will recursively call this method until it receives an EMPTY_PROFILABLE_ARRAY.
getClassesForRole(String) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
Retrieves the default class name for the specified role.
getClassesForRole(String) - Method in interface org.apache.avalon.excalibur.system.RoleManager
Get an array of classes registered with the role manager that implement a role.
getClassForName(String) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
Find the Class for the given shorthand name.
getClassForName(String) - Method in interface org.apache.avalon.excalibur.system.RoleManager
Find the Class for the given shorthand name.
getCommandQueue() - Method in class org.apache.avalon.excalibur.command.CommandManager
 
getCompatibilityWith(Extension) - Method in class org.apache.avalon.excalibur.extension.Extension
Return a Compatibility enum indicating the relationship of this Extension with the specified Extension.
getComponentManager() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get a reference to the initial ComponentManager used by the ContainerManager to hold the Components used for parsing the config files and setting up the environment.
getConnection() - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
Gets the Connection to the database
getConnection() - Method in interface org.apache.avalon.excalibur.datasource.DataSourceComponent
 
getContainerConfig() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get the Container Configuration hierarchy.
getContentLength() - Method in class org.apache.avalon.excalibur.source.URLSource
Get the content length of the source or -1 if it is not possible to determine the length.
getContext() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Override this if you have any special needs for the Container's Context.
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.system.handler.ComponentFactory
 
getCreatedClass() - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
getCreatedClass() - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Returns the class of which this ObjectFactory creates instances.
getDefaultLogger() - Method in interface org.apache.avalon.excalibur.logger.LoggerManager
 
getDefaultLogger() - Method in class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
getDelayInterval() - Method in interface org.apache.avalon.excalibur.command.DelayedCommand
Sets the initial delay for the Command.
getDocument() - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Gets the source DOM tree of the bundle.
getEncodedQueryString() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Build a query string and encode each parameter value The query string can e.g.
getEntry(String) - Method in interface org.apache.avalon.excalibur.container.Container
Retrieve Entry from container
getEntry(String) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
Retrieve Entry from container
getEntryCount() - Method in class org.apache.avalon.excalibur.container.AbstractContainer
 
getEventHandler() - Method in class org.apache.avalon.excalibur.command.CommandManager
 
getEventHandler() - Method in interface org.apache.avalon.excalibur.command.EventPipeline
Returns the reference to the EventHandler that the events from all the Sinks get merged into.
getExtensionName() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getExtensionParameter() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
getFile() - Method in class org.apache.avalon.excalibur.extension.OptionalPackage
Return File object in which OptionalPackage is contained.
getFirstParameters() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Create a Parameters object.
getFromCache(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Gets the value by the key from the "key-cache".
getHandler(Class, Class, Configuration) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Get a ComponentHandler with the standard HANDLER_CONSTRUCTOR for the component class passed in.
getHandlerClassForClass(Class) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
Retrieves the handler class name for the specified class name.
getHandlerClassForClass(Class) - Method in interface org.apache.avalon.excalibur.system.RoleManager
Retrieves the handler class name for the specified class.
getHierarchy() - Method in interface org.apache.avalon.excalibur.logger.LogKitManager
 
getImplementationURL() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getImplementationVendor() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getImplementationVendorId() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getImplementationVersion() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getInfo() - Method in class org.apache.avalon.excalibur.container.Entry
Retrieve Info describing instance.
getInputSource() - Method in class org.apache.avalon.excalibur.source.URLSource
Return a new InputSource object
getInputSource(Source) - Static method in class org.apache.avalon.excalibur.source.SourceUtil
Return a new InputSource object
getInputStream() - Method in class org.apache.avalon.excalibur.source.ResourceSource
Return an InputStream object to read from the source.
getInputStream() - Method in class org.apache.avalon.excalibur.source.URLSource
Return an InputStream object to read from the source.
getInputStream() - Method in interface org.apache.avalon.excalibur.source.Source
Return an InputStream object to read from the source.
getInputStream() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
getInputStream(VFile, Object) - Method in interface org.apache.avalon.excalibur.vfs.VFileAccessor
Get InputStream for resource.
getInputStream(VFile, Object) - Method in class org.apache.avalon.excalibur.vfs.ZipVFileAccessor
Get InputStream for resource.
getInputStream(VFile, Object) - Method in class org.apache.avalon.excalibur.vfs.DirectoryVFileAccessor
Get InputStream for resource.
getInstance() - Method in class org.apache.avalon.excalibur.container.Entry
Retrieve instance of component.
getKey() - Method in class org.apache.avalon.excalibur.cache.CacheEvent
 
getLastModified() - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Returns the last modification time of this bundle, in milliseconds.
getLastModified() - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Returns the last modification time of this bundle, in milliseconds.
getLastModified() - Method in class org.apache.avalon.excalibur.source.URLSource
Get the last modification date of the source or 0 if it is not possible to determine the date.
getLocale() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
getLocation() - Method in class org.apache.avalon.excalibur.container.Locator
Retrieve location of component.
getLocator() - Method in class org.apache.avalon.excalibur.container.Entry
Retrieve Locator describing access path for instance.
getLogger() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get a reference the default Logger.
getLogger(String) - Method in interface org.apache.avalon.excalibur.logger.LogKitManager
 
getLoggerForCategory(String) - Method in interface org.apache.avalon.excalibur.logger.LoggerManager
 
getLoggerForCategory(String) - Method in class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
getLoggerManager() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get the LoggerManager.
getLogKitConfig() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get the Container Configuration hierarchy.
getManagedPool(ObjectFactory, int) - Method in class org.apache.avalon.excalibur.pool.DefaultPoolManager
Return a managed pool that has a controller.
getManagedPool(ObjectFactory, int) - Method in interface org.apache.avalon.excalibur.pool.PoolManager
Return a managed pool that has a controller.
getMapper() - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
 
getMetaData() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getMetaData() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getName() - Method in class org.apache.avalon.excalibur.container.Locator
Retrieve "name" of component type.
getName() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
getName() - Method in class org.apache.avalon.excalibur.profile.AbstractProfilePoint
Get the ProfilePoint's name.
getName() - Method in interface org.apache.avalon.excalibur.profile.ProfilePoint
Get the ProfilePoint's name.
getName() - Method in class org.apache.avalon.excalibur.vfs.VFile
Get name of file.
getNameForClass(Class) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
Retrieves the real role name from a shorthand name.
getNameForClass(Class) - Method in interface org.apache.avalon.excalibur.system.RoleManager
This method is merely a hint for serialization.
getNumberOfRepeats() - Method in interface org.apache.avalon.excalibur.command.RepeatedCommand
If the value is less than 1 (0 or negative), the command repeats for as long as the CommandManager is running.
getOptionalPackage(Extension) - Method in class org.apache.avalon.excalibur.extension.PackageManager
Return the OptionalPackage that provides specified Extension.
getOptionalPackages(Extension) - Method in interface org.apache.avalon.excalibur.extension.PackageRepository
Return all the OptionalPackages that satisfy specified Extension.
getOptionalPackages(Extension) - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Return all the OptionalPackages that satisfy specified Extension.
getParameter(String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get the value of a parameter.
getParameter(String, String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get the value of a parameter.
getParameterAsBoolean(String, boolean) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get the boolean value of a parameter.
getParameterAsInteger(String, int) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get the integer value of a parameter.
getParameterNames() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get all parameter names.
getParameterValues(String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Get all values of a parameter.
getParent() - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Get the parent bundle of the current bundle.
getParent() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
getParent() - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Get the parent bundle of the current bundle.
getParent() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
getParentLocale() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
Returns the next locale up the parent hierarchy.
getPath() - Method in class org.apache.avalon.excalibur.vfs.VFile
Get path to file.
getPrefix() - Method in class org.apache.avalon.excalibur.i18n.DefaultMapper
 
getProfilePoints() - Method in interface org.apache.avalon.excalibur.profile.Profilable
Obtain a reference to all the ProfilePoints that the Profilable object wishes to expose.
getQueryString() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Build a query string.
getReadySize() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Returns the number of available Poolables waiting in the pool.
getRepeatInterval() - Method in interface org.apache.avalon.excalibur.command.RepeatedCommand
Gets the repeat interval so that the CommandQueue keeps it for the specified amount of time before enqueuing it again.
getRequired(Manifest) - Static method in class org.apache.avalon.excalibur.extension.Extension
Return the set of Extension objects representing optional packages that are required by the application contained in the JAR file associated with the specified Manifest.
getRequiredExtensions() - Method in class org.apache.avalon.excalibur.extension.OptionalPackage
Return Extensions which OptionalPackage requires to operate.
getResource() - Method in interface org.apache.avalon.excalibur.monitor.Monitorable
Get the corresponding Resource object for monitoring.
getResource() - Method in class org.apache.avalon.excalibur.source.URLSource
Get the corresponding Resource object for monitoring.
getResourceAsReader() - Method in class org.apache.avalon.excalibur.monitor.StreamResource
 
getResourceAsReader() - Method in class org.apache.avalon.excalibur.monitor.SourceResource
Sets the resource value with a Writer
getResourceAsReader() - Method in class org.apache.avalon.excalibur.monitor.FileResource
 
getResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.StreamResource
 
getResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.SourceResource
Sets the resource value with an OutputStream
getResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.FileResource
 
getResourceKey() - Method in class org.apache.avalon.excalibur.monitor.Resource
 
getRoleConfig() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Get the Container Configuration hierarchy.
getRoleForClass(Class) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
Retrieves a default class name for a role/hint combination.
getRoleForClass(Class) - Method in interface org.apache.avalon.excalibur.system.RoleManager
Get the Role name for a specific class.
getRoleManager() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Sets up the RoleManager.
getSample() - Method in class org.apache.avalon.excalibur.profile.ValueProfilePoint
Obtain the sample.
getSample() - Method in class org.apache.avalon.excalibur.profile.PeekValueProfilePoint
Obtain the sample.
getSample() - Method in interface org.apache.avalon.excalibur.profile.ProfilePoint
Obtain the sample.
getSample() - Method in class org.apache.avalon.excalibur.profile.EventsPerSampleProfilePoint
Obtain the sample.
getSinks() - Method in class org.apache.avalon.excalibur.command.CommandManager
 
getSinks() - Method in interface org.apache.avalon.excalibur.command.EventPipeline
There can be many different sinks to merge into a pipeline.
getSize() - Method in class org.apache.avalon.excalibur.pipeline.DefaultPipeline
Retrieve size of pipeline (number of stages).
getSize() - Method in class org.apache.avalon.excalibur.pipeline.ProcessorPipeline
 
getSize() - Method in interface org.apache.avalon.excalibur.pipeline.Pipeline
Retrieve size of pipeline (number of stages).
getSize() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Returns the total number of Poolables created by the pool.
getSize() - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return number of components in DeweyDecimal.
getSize() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
getSize(VFile, Object) - Method in interface org.apache.avalon.excalibur.vfs.VFileAccessor
Get size of resource in bytes.
getSize(VFile, Object) - Method in class org.apache.avalon.excalibur.vfs.ZipVFileAccessor
Get size of resource in bytes.
getSize(VFile, Object) - Method in class org.apache.avalon.excalibur.vfs.DirectoryVFileAccessor
Get size of resource in bytes.
getSource(String, SourceParameters) - Method in class org.apache.avalon.excalibur.source.ResourceSourceFactory
Get a Source object.
getSource(String, SourceParameters) - Method in interface org.apache.avalon.excalibur.source.SourceFactory
Get a Source object.
getSpecificationVendor() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getSpecificationVersion() - Method in class org.apache.avalon.excalibur.extension.Extension
 
getStack() - Method in class org.apache.avalon.excalibur.util.CircularDependencyException
 
getStage(int) - Method in class org.apache.avalon.excalibur.pipeline.DefaultPipeline
Retrieve a particular stage of pipeline
getStage(int) - Method in class org.apache.avalon.excalibur.pipeline.ProcessorPipeline
 
getStage(int) - Method in interface org.apache.avalon.excalibur.pipeline.Pipeline
Retrieve a particular stage of pipeline
getState() - Method in class org.apache.avalon.excalibur.container.Entry
Retrieve state of a component.
getString(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get value by key.
getString(String) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Get value by key.
getString(String, Map) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Get value by key and substitute variables.
getString(String, Map) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Get value by key and substitute variables.
getSuffix() - Method in class org.apache.avalon.excalibur.i18n.DefaultMapper
 
getSystemId() - Method in class org.apache.avalon.excalibur.source.ResourceSource
Return the unique identifer for this source
getSystemId() - Method in class org.apache.avalon.excalibur.source.URLSource
Return the unique identifer for this source
getSystemId() - Method in interface org.apache.avalon.excalibur.source.Source
Return the unique identifer for this source
getTextValue(Node) - Static method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get the text value of the node.
getThreadContext() - Static method in class org.apache.avalon.excalibur.lang.ThreadContext
Retrieve the ThreadContext associated with the current thread.
getThreadContext() - Static method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Retrieve the LayeredThreadContext associated with the current thread.
getThrowable() - Method in interface org.apache.avalon.excalibur.thread.ThreadControl
Retrieve throwable that caused thread to cease execution.
getTimeStamp() - Method in class org.apache.avalon.excalibur.source.validity.TimeStampValidity
 
getTransactionIsolation() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getTransactionIsolation() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getType(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
Get the string form of the bundle, based on bundle info.
getType(BundleInfo) - Method in interface org.apache.avalon.excalibur.i18n.BundleMatcher
Get the string form of the bundle, based on bundle info.
getTypeMap() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getTypeMap() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getUnsatisfiedExtension() - Method in class org.apache.avalon.excalibur.extension.UnsatisfiedExtensionException
Return the unsatisfied Extension that caused this exception tho be thrown.
getValidity() - Method in class org.apache.avalon.excalibur.source.URLSource
Get the Validity object.
getValidity() - Method in interface org.apache.avalon.excalibur.source.ModifiableSource
Get the Validity object.
getValue() - Method in class org.apache.avalon.excalibur.cache.CacheEvent
 
getWarnings() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
getWarnings() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
getWorker() - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
Retrieve a worker thread from pool.
getWorker() - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Retrieve a worker thread from pool.
grow() - Method in interface org.apache.avalon.excalibur.pool.PoolController
 
grow(int) - Method in class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
grow(int) - Method in interface org.apache.avalon.excalibur.pool.Resizable
 
grow(int, long) - Method in interface org.apache.avalon.excalibur.pool.ManagablePool
Grow by the specified amount.
grow(int, long) - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 

H

handleConfiguration(Configuration, Map) - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Handles when a configuration name is used that is not "component", so it makes it easier to handle ComponentSelector hierarchies.
handleEvent(QueueElement) - Method in interface org.apache.avalon.excalibur.event.EventHandler
Handle one event at a time.
handleEvents(QueueElement[]) - Method in interface org.apache.avalon.excalibur.event.EventHandler
Handle a whole array of events at a time.
HANDLER_CONSTRUCTOR - Static variable in interface org.apache.avalon.excalibur.system.handler.ComponentHandler
 
hasComponent(Object) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector
 
hasComponent(String) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager
 
hasListeners() - Method in class org.apache.avalon.excalibur.monitor.Resource
 
hasListeners(String) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
hasParameters() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Test if there are any parameters.
hexDisplay(byte[], int) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Display bytes in hex format.
hit(Object) - Method in interface org.apache.avalon.excalibur.cache.ReplacementPolicy
 
hit(Object) - Method in class org.apache.avalon.excalibur.cache.policy.FIFOPolicy
 
hit(Object) - Method in class org.apache.avalon.excalibur.cache.policy.LRUPolicy
 
hit(Object) - Method in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX ignorableWhitespace method.
ignorableWhitespace(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of ignorable whitespace in element content.
INCOMPATIBLE - Static variable in class org.apache.avalon.excalibur.extension.Extension
 
increment() - Method in class org.apache.avalon.excalibur.profile.EventsPerSampleProfilePoint
Set the sample value
Info - interface org.apache.avalon.excalibur.container.Info.
This contains information relating to a component.
info(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a info message.
info(String, Throwable) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a info message.
InitializationException - exception org.apache.avalon.excalibur.system.InitializationException.
This exception is used to indicate something went horribly wrong in the ContainerManager, and it is unable to create a new instance of your Container.
InitializationException(String) - Constructor for class org.apache.avalon.excalibur.system.InitializationException
 
InitializationException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.system.InitializationException
 
initialize() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
initialize() - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Initalize the bundle
initialize() - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
 
initialize() - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
initialize() - Method in class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
initialize() - Method in class org.apache.avalon.excalibur.system.AbstractContainer
Initializes all components so that the system is ready to be used.
initialize() - Method in class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
Initialize the ComponentHandler.
initialize() - Method in class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
Initialize the ComponentHandler.
initialize() - Method in class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
Initialize the ComponentHandler.
initialize(InputSource) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Initalize the bundle
initialize(Source) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Initalize the bundle
initialize(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Initalize the bundle
internalGrow(int) - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
internalShrink(int) - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
interupt() - Method in interface org.apache.avalon.excalibur.thread.ThreadControl
Call Thread.interupt() on thread being controlled.
invalidate() - Method in class org.apache.avalon.excalibur.vfs.VFile
Invalidate VFile and free all resources.
InvalidCatalogEntryException - exception org.apache.avalon.excalibur.catalog.InvalidCatalogEntryException.
This exception is thrown if an attempt is made to create a CatalogEntry instance with the wrong number of arguments or an obviously erroneous argument.
InvalidCatalogEntryException() - Constructor for class org.apache.avalon.excalibur.catalog.InvalidCatalogEntryException
 
InvalidCatalogEntryTypeException - exception org.apache.avalon.excalibur.catalog.InvalidCatalogEntryTypeException.
This exception is thrown if an attempt is made to create a CatalogEntry instance using an invalid entry type.
InvalidCatalogEntryTypeException() - Constructor for class org.apache.avalon.excalibur.catalog.InvalidCatalogEntryTypeException
 
isActive() - Method in class org.apache.avalon.excalibur.util.ComponentStateValidator
Checks to see if the state is active, and returns true or false.
isChildOf(Circuit.Node) - Method in class org.apache.avalon.excalibur.util.Circuit.Node
 
isClosed() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
isCompatible(Extension) - Method in class org.apache.avalon.excalibur.extension.OptionalPackage
Return true if any of the available Extensions are compatible with specified extension.
isCompatibleWith(Extension) - Method in class org.apache.avalon.excalibur.extension.Extension
Return true if the specified Extension (which represents an optional package required by an application) is satisfied by this Extension (which represents an optional package that is already installed.
isDebugEnabled() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Determine if messages of priority "debug" will be logged.
isDirectory() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
isEmpty() - Method in class org.apache.avalon.excalibur.util.Circuit
 
isEqual(DeweyDecimal) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return true if this DeweyDecimal is equal to the other DeweyDecimal.
isErrorEnabled() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Determine if messages of priority "error" will be logged.
isFatalErrorEnabled() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Determine if messages of priority "fatalError" will be logged.
isFile() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
isFinished() - Method in interface org.apache.avalon.excalibur.thread.ThreadControl
Determine if thread has finished execution
isFull() - Method in interface org.apache.avalon.excalibur.cache.CacheStore
 
isFull() - Method in class org.apache.avalon.excalibur.cache.store.AbstractCacheStore
 
isFull() - Method in class org.apache.avalon.excalibur.event.AbstractQueue
Default for isFull()
isFull() - Method in interface org.apache.avalon.excalibur.event.Source
Returns true if this sink has reached its threshold; false otherwise.
isGreaterThan(DeweyDecimal) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return true if this DeweyDecimal is greater than the other DeweyDecimal.
isGreaterThanOrEqual(DeweyDecimal) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return true if this DeweyDecimal is greater than or equal to the other DeweyDecimal.
isInfoEnabled() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Determine if messages of priority "info" will be logged.
isInitialized() - Method in class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
 
isInitialized() - Method in interface org.apache.avalon.excalibur.system.handler.ComponentHandler
Sometimes Components call other components during their initialization process.
isInitialized() - Method in class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
 
isInitialized() - Method in class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
 
isLessThan(DeweyDecimal) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return true if this DeweyDecimal is less than the other DeweyDecimal.
isLessThanOrEqual(DeweyDecimal) - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return true if this DeweyDecimal is less than or equal to the other DeweyDecimal.
isNotFoundBundle(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Checks if the bundle is in the "not-found" cache.
isReadOnly() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
isReadOnly() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
isValid() - Method in interface org.apache.avalon.excalibur.source.SourceValidity
Check if the component is still valid.
isValid() - Method in class org.apache.avalon.excalibur.source.validity.NOPValidity
Check if the component is still valid.
isValid() - Method in class org.apache.avalon.excalibur.source.validity.TimeStampValidity
Check if the component is still valid.
isValid() - Method in class org.apache.avalon.excalibur.source.validity.AggregatedValidity
 
isValid() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
isValid(SourceValidity) - Method in interface org.apache.avalon.excalibur.source.SourceValidity
Check if the component is still valid.
isValid(SourceValidity) - Method in class org.apache.avalon.excalibur.source.validity.NOPValidity
 
isValid(SourceValidity) - Method in class org.apache.avalon.excalibur.source.validity.TimeStampValidity
 
isValid(SourceValidity) - Method in class org.apache.avalon.excalibur.source.validity.AggregatedValidity
 
isWarnEnabled() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Determine if messages of priority "warn" will be logged.

J

JaxpParser - class org.apache.avalon.excalibur.xml.JaxpParser.
An XMLParser that is only dependant on JAXP 1.1 compliant parsers.
JaxpParser() - Constructor for class org.apache.avalon.excalibur.xml.JaxpParser
 
JdbcConnection - class org.apache.avalon.excalibur.datasource.JdbcConnection.
 
JdbcConnection(Connection, String) - Constructor for class org.apache.avalon.excalibur.datasource.JdbcConnection
 
JdbcConnectionFactory - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory.
 
JdbcConnectionFactory(String, String, String, boolean, boolean) - Constructor for class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
 
JdbcConnectionFactory(String, String, String, boolean, boolean, String) - Constructor for class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
 
JdbcConnectionFactory(String, String, String, boolean, String, String) - Constructor for class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
 
join(long) - Method in interface org.apache.avalon.excalibur.thread.ThreadControl
Wait for specified time for thread to complete it's work.
join(String[], String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Joins the string array using specified separator.

K

keys() - Method in interface org.apache.avalon.excalibur.cache.CacheStore
Return the array containing all key.
keys() - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
keys() - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Gets array of keys from both caches or spaces.

L

lastModified() - Method in class org.apache.avalon.excalibur.monitor.Resource
 
lastModified() - Method in class org.apache.avalon.excalibur.monitor.SourceResource
Determines the last time this resource was modified
lastModified() - Method in interface org.apache.avalon.excalibur.monitor.Modifiable
 
lastModified() - Method in class org.apache.avalon.excalibur.monitor.FileResource
 
LayeredThreadContext - class org.apache.avalon.excalibur.lang.LayeredThreadContext.
The LayeredThreadContext defines a set of data that is associated with a particular thread.
LayeredThreadContext(ThreadContextPolicy) - Constructor for class org.apache.avalon.excalibur.lang.LayeredThreadContext
Default constructor to create an empty LayeredThreadContext with specified policy.
lexicalHandler - Variable in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
The optional LexicalHandler
LINE_SEPARATOR - Static variable in class org.apache.avalon.excalibur.util.StringUtil
the line separator for this OS
link(String, String) - Method in class org.apache.avalon.excalibur.util.Circuit
 
LINKTYPE - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a LINKTYPE entry
list() - Method in interface org.apache.avalon.excalibur.container.Container
List all names of entries in container.
list() - Method in class org.apache.avalon.excalibur.container.AbstractContainer
List all names of entries in container.
list() - Method in class org.apache.avalon.excalibur.vfs.VFile
 
list(VFile) - Method in interface org.apache.avalon.excalibur.vfs.VFileSystem
List all vfiles in directory.
list(VFileFilter) - Method in class org.apache.avalon.excalibur.vfs.VFile
 
list(VFile, VFileFilter) - Method in interface org.apache.avalon.excalibur.vfs.VFileSystem
List all vfiles in directory that are accepted by filter.
ListBasedPolicy - class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy.
FIXME: Remove or determine good name.
ListBasedPolicy() - Constructor for class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy
 
listEntries() - Method in class org.apache.avalon.excalibur.container.AbstractContainer
List all entries in container.
LOAD_ON_INIT - Static variable in class org.apache.avalon.excalibur.i18n.XmlBundle.ConfigurationKeys
 
loadSystemCatalogs() - Method in class org.apache.avalon.excalibur.catalog.Catalog
Load the system catalog files.
Locator - class org.apache.avalon.excalibur.container.Locator.
This contains information required to locate a component.
Locator(String, URL) - Constructor for class org.apache.avalon.excalibur.container.Locator
 
LOG_CATEGORY - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
logger - Static variable in class org.apache.avalon.excalibur.i18n.util.ResourceCheck
 
LOGGER_MANAGER - Static variable in interface org.apache.avalon.excalibur.system.Container
 
LoggerManager - interface org.apache.avalon.excalibur.logger.LoggerManager.
 
LOGKIT_CONFIG - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
LogKitLoggerManager - class org.apache.avalon.excalibur.logger.LogKitLoggerManager.
 
LogKitLoggerManager() - Constructor for class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
LogKitLoggerManager(Hierarchy) - Constructor for class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
LogKitLoggerManager(String) - Constructor for class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
LogKitLoggerManager(String, Hierarchy) - Constructor for class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
LogKitLoggerManager(String, Hierarchy, Logger) - Constructor for class org.apache.avalon.excalibur.logger.LogKitLoggerManager
 
LogKitManageable - interface org.apache.avalon.excalibur.logger.LogKitManageable.
 
LogKitManager - interface org.apache.avalon.excalibur.logger.LogKitManager.
 
lookup(String) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager
 
LRUCache - class org.apache.avalon.excalibur.cache.LRUCache.
LRUCache.
LRUCache(CacheStore) - Constructor for class org.apache.avalon.excalibur.cache.LRUCache
 
LRUCache(int) - Constructor for class org.apache.avalon.excalibur.cache.LRUCache
 
LRUPolicy - class org.apache.avalon.excalibur.cache.policy.LRUPolicy.
LRU(Least Recently Used) replacement policy.
LRUPolicy() - Constructor for class org.apache.avalon.excalibur.cache.policy.LRUPolicy
 

M

m_active - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_baseURL - Variable in class org.apache.avalon.excalibur.source.SourceResolverImpl
The base URL
m_classNames - Variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
Map for role to classname mapping
m_connection - Variable in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
m_context - Variable in class org.apache.avalon.excalibur.source.SourceResolverImpl
The context
m_controller - Variable in class org.apache.avalon.excalibur.pool.DefaultPool
 
m_disposed - Variable in class org.apache.avalon.excalibur.pool.DefaultPool
 
m_eventSupport - Variable in class org.apache.avalon.excalibur.monitor.Resource
 
m_factory - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_factorySelector - Variable in class org.apache.avalon.excalibur.source.SourceResolverImpl
The special Source factories
m_handlerNames - Variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
Map for role to handler classname mapping
m_initialized - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_keyList - Variable in class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy
 
m_keyToTimeMap - Variable in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
m_lastUsed - Variable in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
m_listeners - Variable in class org.apache.avalon.excalibur.cache.AbstractCache
 
m_loader - Variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
 
m_manager - Variable in class org.apache.avalon.excalibur.source.SourceResolverImpl
The component manager
m_map - Variable in class org.apache.avalon.excalibur.util.Circuit
 
m_max - Variable in class org.apache.avalon.excalibur.pool.DefaultPool
 
m_min - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_min - Variable in class org.apache.avalon.excalibur.pool.DefaultPool
 
m_mutex - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_name - Variable in class org.apache.avalon.excalibur.util.Circuit.Node
 
m_parent - Variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
Parent RoleManager for nested resolution
m_parents - Variable in class org.apache.avalon.excalibur.util.Circuit.Node
 
m_pool - Variable in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
 
m_pool - Variable in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
m_previousModified - Variable in class org.apache.avalon.excalibur.monitor.Resource
 
m_quickFail - Variable in class org.apache.avalon.excalibur.pool.DefaultPool
 
m_ready - Variable in class org.apache.avalon.excalibur.pool.AbstractPool
 
m_semaphore - Variable in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Object used to synchronize access to the get and put methods
m_shorthands - Variable in class org.apache.avalon.excalibur.system.AbstractRoleManager
Map for shorthand to class mapping
m_stack - Variable in class org.apache.avalon.excalibur.util.CircularDependencyException
 
m_stages - Variable in class org.apache.avalon.excalibur.pipeline.DefaultPipeline
 
m_testException - Variable in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
m_testStatement - Variable in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
m_timeout - Variable in class org.apache.avalon.excalibur.event.AbstractQueue
 
m_timeToKeyMap - Variable in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
main(String[]) - Static method in class org.apache.avalon.excalibur.i18n.util.ResourceCheck
 
main(String, String, String) - Static method in class org.apache.avalon.excalibur.i18n.util.ResourceCheck
 
ManagablePool - interface org.apache.avalon.excalibur.pool.ManagablePool.
This is the interface for Pools that are not a fixed size.
manager - Variable in class org.apache.avalon.excalibur.i18n.BundleSelector
Component Manager
manager - Variable in class org.apache.avalon.excalibur.i18n.XmlBundle
Component Manager
manager - Variable in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory
Component Manager
manager - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
the component manager
map(BundleInfo) - Method in interface org.apache.avalon.excalibur.i18n.BundleInfoMapper
Get the string form of the bundle, based on bundle info.
map(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.DefaultMapper
Get the URI for the bundle, based on locale and filename.
map(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.DirectoryMapper
Get the URI for the bundle, based on locale and filename.
MAPPER - Static variable in class org.apache.avalon.excalibur.i18n.DefaultBundleFactory.ConfigurationKeys
 
match(BundleInfo, BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
 
match(Locale, Locale) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
 
match(String, String) - Method in class org.apache.avalon.excalibur.i18n.DefaultBundleMatcher
 
maxSize() - Method in class org.apache.avalon.excalibur.event.AbstractQueue
Default maxSize to -1 which is unbounded
maxSize() - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
maxSize() - Method in interface org.apache.avalon.excalibur.event.Source
Returns the length threshold of the sink.
maxSize() - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
MemoryStore - class org.apache.avalon.excalibur.cache.store.MemoryStore.
 
MemoryStore(int) - Constructor for class org.apache.avalon.excalibur.cache.store.MemoryStore
 
Message - interface org.apache.avalon.excalibur.event.Message.
A Source implements the side of an event queue where QueueElements are dequeued operations only.
Modifiable - interface org.apache.avalon.excalibur.monitor.Modifiable.
 
ModifiableSource - interface org.apache.avalon.excalibur.source.ModifiableSource.
Describes a Source object whose data content can change.
MODIFIED - Static variable in class org.apache.avalon.excalibur.monitor.Resource
 
Monitorable - interface org.apache.avalon.excalibur.monitor.Monitorable.
Describes an object which can be monitored.

N

nativeSQL(String) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
nativeSQL(String) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
newInstance() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory
 
newInstance() - Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
 
newInstance() - Method in class org.apache.avalon.excalibur.system.handler.ComponentFactory
 
newInstance() - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
newInstance() - Method in class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Creates and returns a new WorkerThread.
newPoolable() - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPool
Create a new poolable instance by by calling the newInstance method on the pool's ObjectFactory.
newPoolable() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Create a new poolable instance by by calling the newInstance method on the pool's ObjectFactory.
newPoolable() - Method in class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool
Create a new poolable instance by by calling the newInstance method on the pool's ObjectFactory.
newPoolable() - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
nextEntry() - Method in class org.apache.avalon.excalibur.catalog.CatalogReader
Get the next entry from the file
nextEntry() - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
Get the next entry from the file
NoAvailableConnectionException - exception org.apache.avalon.excalibur.datasource.NoAvailableConnectionException.
 
NoAvailableConnectionException() - Constructor for class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
 
NoAvailableConnectionException(String) - Constructor for class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
 
NoAvailableConnectionException(String, String) - Constructor for class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
 
NoAvailableConnectionException(String, String, int) - Constructor for class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException
 
NOPValidity - class org.apache.avalon.excalibur.source.validity.NOPValidity.
A validation object which is always valid.
NOPValidity() - Constructor for class org.apache.avalon.excalibur.source.validity.NOPValidity
 
normalize(String) - Static method in class org.apache.avalon.excalibur.catalog.CatalogReader
Normalize a public identifier.
NOTATION - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a NOTATION entry
notifyAdded(Object, Object) - Method in class org.apache.avalon.excalibur.cache.AbstractCache
 
notifyRemoved(Object, Object) - Method in class org.apache.avalon.excalibur.cache.AbstractCache
 
NotXMLCatalogException - exception org.apache.avalon.excalibur.catalog.NotXMLCatalogException.
This exception is thrown if an attempt is made to load an XML Catalog and it appears not to be XML.
NotXMLCatalogException() - Constructor for class org.apache.avalon.excalibur.catalog.NotXMLCatalogException
 
NoXMLParserException - exception org.apache.avalon.excalibur.catalog.NoXMLParserException.
This exception is thrown if an attempt is made to load an XML Catalog, but no Parser class has been provided.
NoXMLParserException() - Constructor for class org.apache.avalon.excalibur.catalog.NoXMLParserException
 
nsPrefixes - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
do we want namespaces also as attributes ?

O

ObjectFactory - interface org.apache.avalon.excalibur.pool.ObjectFactory.
 
OptionalPackage - class org.apache.avalon.excalibur.extension.OptionalPackage.
This contains the required meta-data for an "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file.
OptionalPackage(File, Extension[], Extension[]) - Constructor for class org.apache.avalon.excalibur.extension.OptionalPackage
Constructor for OptionalPackage.
org.apache.avalon.excalibur.cache - package org.apache.avalon.excalibur.cache
An extensible cache framework and implementation.
org.apache.avalon.excalibur.cache.policy - package org.apache.avalon.excalibur.cache.policy
 
org.apache.avalon.excalibur.cache.store - package org.apache.avalon.excalibur.cache.store
 
org.apache.avalon.excalibur.cache.validator - package org.apache.avalon.excalibur.cache.validator
 
org.apache.avalon.excalibur.catalog - package org.apache.avalon.excalibur.catalog
Catalog package
org.apache.avalon.excalibur.command - package org.apache.avalon.excalibur.command
 
org.apache.avalon.excalibur.container - package org.apache.avalon.excalibur.container
 
org.apache.avalon.excalibur.datasource - package org.apache.avalon.excalibur.datasource
 
org.apache.avalon.excalibur.event - package org.apache.avalon.excalibur.event
 
org.apache.avalon.excalibur.extension - package org.apache.avalon.excalibur.extension
 
org.apache.avalon.excalibur.i18n - package org.apache.avalon.excalibur.i18n
 
org.apache.avalon.excalibur.i18n.util - package org.apache.avalon.excalibur.i18n.util
 
org.apache.avalon.excalibur.lang - package org.apache.avalon.excalibur.lang
 
org.apache.avalon.excalibur.logger - package org.apache.avalon.excalibur.logger
 
org.apache.avalon.excalibur.monitor - package org.apache.avalon.excalibur.monitor
 
org.apache.avalon.excalibur.pipeline - package org.apache.avalon.excalibur.pipeline
 
org.apache.avalon.excalibur.pool - package org.apache.avalon.excalibur.pool
 
org.apache.avalon.excalibur.profile - package org.apache.avalon.excalibur.profile
 
org.apache.avalon.excalibur.source - package org.apache.avalon.excalibur.source
 
org.apache.avalon.excalibur.source.validity - package org.apache.avalon.excalibur.source.validity
 
org.apache.avalon.excalibur.system - package org.apache.avalon.excalibur.system
 
org.apache.avalon.excalibur.system.handler - package org.apache.avalon.excalibur.system.handler
 
org.apache.avalon.excalibur.thread - package org.apache.avalon.excalibur.thread
 
org.apache.avalon.excalibur.thread.impl - package org.apache.avalon.excalibur.thread.impl
 
org.apache.avalon.excalibur.util - package org.apache.avalon.excalibur.util
 
org.apache.avalon.excalibur.vfs - package org.apache.avalon.excalibur.vfs
 
org.apache.avalon.excalibur.xml - package org.apache.avalon.excalibur.xml
 
OVERRIDE - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a OVERRIDE entry

P

PackageManager - class org.apache.avalon.excalibur.extension.PackageManager.
Basic Implementation Of PackageManager Interface used to manage "Optional Packages" (formerly known as "Standard Extensions").
PackageManager(PackageRepository) - Constructor for class org.apache.avalon.excalibur.extension.PackageManager
Construct a PackageManager for a repositories.
PackageRepository - interface org.apache.avalon.excalibur.extension.PackageRepository.
Interface used to store a collection of "Optional Packages" (formerly known as "Standard Extensions").
parameterize(Parameters) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Configure
parse(InputSource, ContentHandler) - Method in interface org.apache.avalon.excalibur.xml.Parser
Parse the InputSource and send SAX events to the consumer.
parse(InputSource, ContentHandler) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
 
parse(InputSource, ContentHandler) - Method in class org.apache.avalon.excalibur.xml.XercesParser
 
parseAllCatalogs() - Method in class org.apache.avalon.excalibur.catalog.Catalog
Parse all subordinate catalogs.
parseCatalog(String) - Method in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
Parse a Catalog file.
parseCatalog(String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Parse a catalog file, augmenting internal data structures
parseCatalog(String) - Method in class org.apache.avalon.excalibur.catalog.CatalogReader
Start parsing an OASIS Open Catalog file.
parseCatalog(String) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
Attempt to parse an XML Catalog file.
parseDocument(InputSource) - Method in interface org.apache.avalon.excalibur.xml.Parser
Parse the InputSource and create a DOM out of it.
parseDocument(InputSource) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Parses a new Document object from the given InputSource.
parseDocument(InputSource) - Method in class org.apache.avalon.excalibur.xml.XercesParser
Parses a new Document object from the given InputSource.
Parser - interface org.apache.avalon.excalibur.xml.Parser.
The parser can be used to parse any XML document given by a InputSource object.
partialPublicId() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The partial public identifier of a DELEGATE entry.
PeekValueProfilePoint - class org.apache.avalon.excalibur.profile.PeekValueProfilePoint.
The ProfilPoint interface is to mark objects that can be sampled by a Profiler.
PeekValueProfilePoint(String) - Constructor for class org.apache.avalon.excalibur.profile.PeekValueProfilePoint
Creates a PeekValueProfilePoint with an initial name.
permanentlyRemovePoolable(Poolable) - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Permanently removes a poolable from the pool's active list and destroys it so that it will not ever be reused.
PerThreadComponentHandler - class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler.
The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
PerThreadComponentHandler(Class, Configuration, ComponentManager, Context) - Constructor for class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
Pipeline - interface org.apache.avalon.excalibur.pipeline.Pipeline.
This represents a pipeline made up of stages.
Pool - interface org.apache.avalon.excalibur.pool.Pool.
 
POOL_MANAGER - Static variable in interface org.apache.avalon.excalibur.system.Container
 
Poolable - interface org.apache.avalon.excalibur.pool.Poolable.
 
PoolableComponentHandler - class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler.
The PoolableComponentHandler to make sure components are initialized and destroyed correctly.
PoolableComponentHandler(Class, Configuration, ComponentManager, Context) - Constructor for class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolController - interface org.apache.avalon.excalibur.pool.PoolController.
 
PoolManager - interface org.apache.avalon.excalibur.pool.PoolManager.
This interface is for a PoolManager that creates pools that are managed asynchronously.
pop(Object) - Method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Pop layers off the top of context stack until you find a layer that has a key that matches specified key.
postAdd(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
This method is called after entry is added to give chance for sub-class to do some cleanup.
postRemove(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
This method is called after entry is removed to give chance for sub-class to do some cleanup.
preAdd(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
This method is called before entry is added to give chance for sub-class to veto removal.
PREFIX - Static variable in class org.apache.avalon.excalibur.i18n.DefaultMapper.ConfigurationKeys
 
PREFIX - Static variable in class org.apache.avalon.excalibur.i18n.FlatXmlBundle
 
preload() - Method in interface org.apache.avalon.excalibur.i18n.BundleLoader
Load a bundle, based on bundleInfo.
prepareCall(String) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
prepareCall(String) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
prepareCall(String, int, int) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
prepareCall(String, int, int) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
PreparedEnqueue - interface org.apache.avalon.excalibur.event.PreparedEnqueue.
A PreparedEnqueue is an object returned from a prepareEnqueue method that allows you to either commit or abort the enqueue operation.
prepareEnqueue(QueueElement[]) - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
prepareEnqueue(QueueElement[]) - Method in interface org.apache.avalon.excalibur.event.Source
Support for transactional enqueue.
prepareEnqueue(QueueElement[]) - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
prepareStatement(String) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
prepareStatement(String) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
prepareStatement(String, int, int) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
prepareStatement(String, int, int) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
preRemove(String, Entry) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
This method is called before entry is removed to give chance for sub-class to veto removal.
process(Object) - Method in class org.apache.avalon.excalibur.pipeline.ProcessorPipeline
 
process(Object) - Method in interface org.apache.avalon.excalibur.pipeline.ProcessorStage
 
processingInstruction(String, String) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX processingInstruction method.
processingInstruction(String, String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of a processing instruction.
ProcessorPipeline - class org.apache.avalon.excalibur.pipeline.ProcessorPipeline.
This represents a pipeline made up of stages.
ProcessorPipeline() - Constructor for class org.apache.avalon.excalibur.pipeline.ProcessorPipeline
 
ProcessorStage - interface org.apache.avalon.excalibur.pipeline.ProcessorStage.
This represents a stage in a pipeline.
Profilable - interface org.apache.avalon.excalibur.profile.Profilable.
The Profilable interface is to mark objects that can be sampled by a Profiler.
ProfilePoint - interface org.apache.avalon.excalibur.profile.ProfilePoint.
The ProfilPoint interface is to mark objects that can be sampled by a Profiler.
Profiler - interface org.apache.avalon.excalibur.profile.Profiler.
The Profiler is used to determine numeric values for specific parts of the Avalon environment.
ProfileReport - interface org.apache.avalon.excalibur.profile.ProfileReport.
The ProfileReport interface is an event based reporting mechanism.
PUBLIC - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a PUBLIC entry
publicId() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The public identifier
push(Object, Map, boolean) - Method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Push a layer onto context stack with specified key.
put(Component) - Method in class org.apache.avalon.excalibur.system.handler.PoolableComponentHandler
Return a reference of the desired Component
put(Component) - Method in interface org.apache.avalon.excalibur.system.handler.ComponentHandler
Puts the reference back in the ComponentHandler according to the policy of the implementation.
put(Component) - Method in class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
Return a reference of the desired Component
put(Component) - Method in class org.apache.avalon.excalibur.system.handler.PerThreadComponentHandler
Return a reference of the desired Component
put(Object, Object) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
put(Object, Object) - Method in interface org.apache.avalon.excalibur.cache.CacheStore
 
put(Object, Object) - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
put(Object, Object) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
put(Object, Object) - Method in interface org.apache.avalon.excalibur.cache.Cache
Puts a new item in the cache.
put(Object, Object) - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
put(Object, Object) - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Puts a given name value pair into the newCache.
put(Poolable) - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Returns a poolable to the pool and notifies any thread blocking.
put(Poolable) - Method in class org.apache.avalon.excalibur.pool.FixedSizePool
 
put(Poolable) - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 
put(Poolable) - Method in interface org.apache.avalon.excalibur.pool.Pool
 
put(Poolable) - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
put(Poolable) - Method in class org.apache.avalon.excalibur.pool.DefaultPool
 

Q

Queue - interface org.apache.avalon.excalibur.event.Queue.
A Source implements the side of an event queue where QueueElements are dequeued operations only.
QueueElement - interface org.apache.avalon.excalibur.event.QueueElement.
A QueueElement is a type of class that can be passed through the Queues.

R

reader - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
The SAX reader.
READY - Static variable in class org.apache.avalon.excalibur.container.State
READY indicates that the component is ready to be started or destroyed as appropriate.
READYING - Static variable in class org.apache.avalon.excalibur.container.State
READYING indicates that the component is being prepared for service.
Recyclable - interface org.apache.avalon.excalibur.pool.Recyclable.
 
recycle() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
recycle() - Method in interface org.apache.avalon.excalibur.pool.Recyclable
 
recycle() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
 
recycleContainer() - Method in class org.apache.avalon.excalibur.system.ContainerManager
Override this if you have any special needs for the container (such as wanting to use your own class).
register(EventPipeline) - Method in class org.apache.avalon.excalibur.command.TPCThreadManager
Register an EventPipeline with the ThreadManager.
register(EventPipeline) - Method in interface org.apache.avalon.excalibur.command.ThreadManager
Register an EventPipeline with the ThreadManager.
register(EventPipeline) - Method in class org.apache.avalon.excalibur.command.TPSPThreadManager
Register an EventPipeline with the ThreadManager.
registerSignalHandler(Signal, EventHandler) - Method in class org.apache.avalon.excalibur.command.CommandManager
 
release(Component) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentManager
 
release(Component) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector
 
release(Source) - Method in interface org.apache.avalon.excalibur.source.SourceResolver
Releases a resolved resource
release(Source) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Releases a resolved resource
remove(Object) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
remove(Object) - Method in interface org.apache.avalon.excalibur.cache.CacheStore
 
remove(Object) - Method in interface org.apache.avalon.excalibur.cache.ReplacementPolicy
 
remove(Object) - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
remove(Object) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
remove(Object) - Method in interface org.apache.avalon.excalibur.cache.Cache
Removes an item from the cache.
remove(Object) - Method in class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy
 
remove(Object) - Method in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
remove(Object) - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
remove(Object) - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Removes the Object associated with the given name from the both spaces of this cache store.
remove(String) - Method in interface org.apache.avalon.excalibur.container.Container
Remove a component instance from container.
remove(String) - Method in class org.apache.avalon.excalibur.container.AbstractContainer
Remove a component instance from container.
removeAllPropertyChangeListeners() - Method in class org.apache.avalon.excalibur.monitor.Resource
 
removed(CacheEvent) - Method in interface org.apache.avalon.excalibur.cache.CacheListener
Removed item.
removed(CacheEvent) - Method in class org.apache.avalon.excalibur.cache.validator.TimeoutValidator
 
removeListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
removeListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.AbstractCache
 
removeListener(CacheListener) - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
removeListener(CacheListener) - Method in interface org.apache.avalon.excalibur.cache.Cache
Remove listener.
removeNode(String) - Method in class org.apache.avalon.excalibur.util.Circuit
 
removeParameter(String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Remove all values for this parameter
removePoolable(Poolable) - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Called when an object is being removed permanently from the pool.
removePoolable(Poolable) - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
RepeatedCommand - interface org.apache.avalon.excalibur.command.RepeatedCommand.
A Signal is a specific type of QueueElement that denotes a Control code for the Queue system.
ReplacementPolicy - interface org.apache.avalon.excalibur.cache.ReplacementPolicy.
Cache replacement policy.
replaceSubString(String, String, String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Replace substrings of one string with another string and return altered string.
report(ProfileReport) - Method in interface org.apache.avalon.excalibur.profile.Profiler
Reports the results of the profiling to a ProfileReport.
REQUIRE_IMPLEMENTATION_UPGRADE - Static variable in class org.apache.avalon.excalibur.extension.Extension
 
REQUIRE_SPECIFICATION_UPGRADE - Static variable in class org.apache.avalon.excalibur.extension.Extension
 
REQUIRE_VENDOR_SWITCH - Static variable in class org.apache.avalon.excalibur.extension.Extension
 
Resizable - interface org.apache.avalon.excalibur.pool.Resizable.
 
resolve(String) - Method in interface org.apache.avalon.excalibur.source.SourceResolver
Get a Source object.
resolve(String) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Get a Source object.
resolve(String, SourceParameters) - Method in interface org.apache.avalon.excalibur.source.SourceResolver
Get a Source object.
resolve(String, SourceParameters) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Get a Source object.
resolve(URL, String) - Method in interface org.apache.avalon.excalibur.source.SourceResolver
Get a Source object.
resolve(URL, String) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Get a Source object.
resolve(URL, String, SourceParameters) - Method in interface org.apache.avalon.excalibur.source.SourceResolver
Get a Source object.
resolve(URL, String, SourceParameters) - Method in class org.apache.avalon.excalibur.source.SourceResolverImpl
Get a Source object.
resolveDoctype(String, String, String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable DOCTYPE system identifier.
resolveDocument() - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable DOCUMENT entry.
resolveEntity(String, String) - Method in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
Implements the resolveEntity method for the SAX interface.
resolveEntity(String, String) - Method in interface org.apache.avalon.excalibur.xml.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String, String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable ENTITY system identifier.
resolveNotation(String, String, String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable NOTATION system identifier.
resolvePublic(String, String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable PUBLIC or SYSTEM identifier.
resolver - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
the Entity Resolver
resolveSystem(String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Return the applicable SYSTEM system identifier
Resource - class org.apache.avalon.excalibur.monitor.Resource.
 
Resource(String) - Constructor for class org.apache.avalon.excalibur.monitor.Resource
 
ResourceCheck - class org.apache.avalon.excalibur.i18n.util.ResourceCheck.
 
ResourceCheck(String) - Constructor for class org.apache.avalon.excalibur.i18n.util.ResourceCheck
 
ResourceLimitingJdbcConnectionPool - class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPool.
A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads.
ResourceLimitingJdbcConnectionPool(ObjectFactory, int, boolean, boolean, long, long, boolean) - Constructor for class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPool
Creates a new ResourceLimitingJdbcConnectionPool
ResourceLimitingJdbcDataSource - class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource.
The ResourceLimiting implementation for DataSources in Avalon.
ResourceLimitingJdbcDataSource() - Constructor for class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource
 
ResourceLimitingPool - class org.apache.avalon.excalibur.pool.ResourceLimitingPool.
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables.
ResourceLimitingPool(ObjectFactory, int, boolean, boolean, long, long) - Constructor for class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Creates a new ResourceLimitingPool
ResourceLimitingThreadPool - class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool.
A Thread Pool which can be configured to have a hard limit on the maximum number of threads which will be allocated.
ResourceLimitingThreadPool(int) - Constructor for class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Creates a new ResourceLimitingThreadPool.
ResourceLimitingThreadPool(String, int) - Constructor for class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Creates a new ResourceLimitingThreadPool with maxStrict enabled, blocking enabled, no block timeout and a trim interval of 10 seconds.
ResourceLimitingThreadPool(String, int, boolean, boolean, long, long) - Constructor for class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Creates a new ResourceLimitingThreadPool.
ResourceLimitingThreadPool(String, int, boolean, boolean, long, long, ThreadContext) - Constructor for class org.apache.avalon.excalibur.thread.impl.ResourceLimitingThreadPool
Creates a new ResourceLimitingThreadPool.
ResourceSource - class org.apache.avalon.excalibur.source.ResourceSource.
Description of a source which is described by the resource protocol which gets a resource from the classloader.
ResourceSource(String) - Constructor for class org.apache.avalon.excalibur.source.ResourceSource
Constructor
ResourceSourceFactory - class org.apache.avalon.excalibur.source.ResourceSourceFactory.
A factory for the Resource protocol
ResourceSourceFactory() - Constructor for class org.apache.avalon.excalibur.source.ResourceSourceFactory
 
reuseParsers - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
do we want to reuse parsers ?
ROLE - Static variable in interface org.apache.avalon.excalibur.container.Container
 
ROLE - Static variable in interface org.apache.avalon.excalibur.datasource.DataSourceComponent
 
ROLE - Static variable in class org.apache.avalon.excalibur.i18n.BundleSelector
The role implemented by an BundleSelector.
ROLE - Static variable in interface org.apache.avalon.excalibur.i18n.BundleInfoMapper
 
ROLE - Static variable in interface org.apache.avalon.excalibur.i18n.Bundle
 
ROLE - Static variable in interface org.apache.avalon.excalibur.i18n.BundleMatcher
 
ROLE - Static variable in interface org.apache.avalon.excalibur.i18n.BundleFactory
 
ROLE - Static variable in interface org.apache.avalon.excalibur.source.SourceResolver
 
ROLE - Static variable in interface org.apache.avalon.excalibur.source.SourceFactory
 
ROLE - Static variable in interface org.apache.avalon.excalibur.xml.Parser
 
ROLE - Static variable in interface org.apache.avalon.excalibur.xml.EntityResolver
 
ROLE_CONFIG - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
ROLE_MANAGER - Static variable in interface org.apache.avalon.excalibur.system.Container
 
RoleManager - interface org.apache.avalon.excalibur.system.RoleManager.
RoleManager Interface, use this to specify the Components and how they correspond to easy shorthand names.
rollback() - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
rollback() - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
run() - Method in class org.apache.avalon.excalibur.command.TPCThreadManager
 
run() - Method in class org.apache.avalon.excalibur.command.TPCThreadManager.PipelineRunner
 
run() - Method in class org.apache.avalon.excalibur.command.TPSPThreadManager
 
run() - Method in class org.apache.avalon.excalibur.command.TPSPThreadManager.PipelineRunner
 

S

sample(long, int[]) - Method in interface org.apache.avalon.excalibur.profile.ProfileReport
This method is called each time the Profiler takes a sample.
scanDependencies(Extension[], Extension[]) - Method in class org.apache.avalon.excalibur.extension.PackageManager
Build a list of dependencies based on specified Extension.
scanDependencies(Extension[], Extension[], List, List) - Method in class org.apache.avalon.excalibur.extension.PackageManager
Build a list of dependencies based on specified Extensions.
scanDependencies(Extension, Extension[]) - Method in class org.apache.avalon.excalibur.extension.PackageManager
Build a list of dependencies based on specified Extensions.
scanDependencies(Extension, Extension[], List, List) - Method in class org.apache.avalon.excalibur.extension.PackageManager
Build a list of dependencies based on specified Extension.
scanPath() - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Scan the path for this repository and reload all the "Optional Packages" found in the path.
select(Object) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Select a bundle based on bundle name and locale.
select(Object) - Method in class org.apache.avalon.excalibur.system.AbstractContainer.ContainerComponentSelector
 
select(String, String) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Select a bundle based on bundle name and locale name.
selectCached(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Selects a bundle from the cache.
selectVictim() - Method in interface org.apache.avalon.excalibur.cache.ReplacementPolicy
 
selectVictim() - Method in class org.apache.avalon.excalibur.cache.policy.ListBasedPolicy
 
selectVictim() - Method in class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
setAutoCommit(boolean) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setAutoCommit(boolean) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
setBundleInfo(BundleInfo) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Set the bundle info.
setBundleInfo(BundleInfo) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Set the bundle info.
setCatalog(Catalog) - Method in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
Set the Catalog that will be used to resolve entities.
setCatalog(String) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setCatalog(String) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
setContentHandler(ContentHandler) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Set the ContentHandler that will receive XML data.
setDocumentLocator(Locator) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX setDocumentLocator method.
setDocumentLocator(Locator) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive an object for locating the origin of SAX document events.
setExtensionParameter(String) - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
setInfo(Info) - Method in class org.apache.avalon.excalibur.container.Entry
Mutator for info property.
setInstance(Object) - Method in class org.apache.avalon.excalibur.container.Entry
Set instance of component.
setLastModified(long) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Sets the last modification time of this bundle, in milliseconds.
setLastModified(long) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Sets the last modification time of this bundle, in milliseconds.
setLexicalHandler(LexicalHandler) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Set the LexicalHandler that will receive XML data.
setLocale(Locale) - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
setLocator(Locator) - Method in class org.apache.avalon.excalibur.container.Entry
Mutator for locator property.
setLogger(Logger) - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
setLogger(Logger) - Method in class org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
 
setLogKitManager(LogKitManager) - Method in interface org.apache.avalon.excalibur.logger.LogKitManageable
 
setMapper(BundleInfoMapper) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
 
setMapper(BundleInfoMapper) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Set the bundle info mapper.
setName(String) - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
setParent(Bundle) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Set the parent bundle of the current bundle.
setParent(Bundle) - Method in interface org.apache.avalon.excalibur.i18n.Bundle
Set the parent bundle of the current bundle.
setParserClass(String) - Method in class org.apache.avalon.excalibur.catalog.Catalog
Sets the parser class, enabling XML Catalog parsing.
setParserClass(String) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
Sets the parser class, enabling XML Catalog parsing.
setPath(File[]) - Method in class org.apache.avalon.excalibur.extension.DefaultPackageRepository
Set the path for the Repository.
setPool(Pool) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setReadOnly(boolean) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setReadOnly(boolean) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
setResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.StreamResource
 
setResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.SourceResource
Sets the resource value with an OutputStream
setResourceAsStream() - Method in class org.apache.avalon.excalibur.monitor.FileResource
 
setResourceAsWriter() - Method in class org.apache.avalon.excalibur.monitor.StreamResource
 
setResourceAsWriter() - Method in class org.apache.avalon.excalibur.monitor.SourceResource
Sets the resource value with a Writer
setResourceAsWriter() - Method in class org.apache.avalon.excalibur.monitor.FileResource
 
setRetry(boolean) - Method in class org.apache.avalon.excalibur.catalog.CatalogEntityResolver
Establish whether or not bad system identifiers should be ignored.
setSingleParameterValue(String, String) - Method in class org.apache.avalon.excalibur.source.SourceParameters
Set the value of this parameter to the given value.
setState(State) - Method in class org.apache.avalon.excalibur.container.Entry
set state of a component.
setThreadContext(LayeredThreadContext) - Static method in class org.apache.avalon.excalibur.lang.LayeredThreadContext
Set the LayeredThreadContext associated with the current thread.
setThreadContext(ThreadContext) - Static method in class org.apache.avalon.excalibur.lang.ThreadContext
Set the ThreadContext associated with the current thread.
setTimeout(long) - Method in class org.apache.avalon.excalibur.event.AbstractQueue
Set the timeout
setTimeout(long) - Method in interface org.apache.avalon.excalibur.event.Sink
Sets the timeout on a blocking Sink.
setTransactionIsolation(int) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setTransactionIsolation(int) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
setTypeMap(Map) - Method in class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
 
setTypeMap(Map) - Method in class org.apache.avalon.excalibur.datasource.JdbcConnection
 
setup(Map, Map, Map, String, String, String, String) - Method in class org.apache.avalon.excalibur.system.AbstractRoleManager
 
setupDocumentBuilder() - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Creates a new DocumentBuilder if needed.
setupXMLReader() - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Creates a new XMLReader if needed.
setValue(int) - Method in class org.apache.avalon.excalibur.profile.ValueProfilePoint
Set the sample value
setValue(int) - Method in class org.apache.avalon.excalibur.profile.PeekValueProfilePoint
Set the sample value
SGMLDECL - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a SGMLDECL entry
SHARED_INSTANCE - Static variable in class org.apache.avalon.excalibur.source.validity.NOPValidity
 
shrink() - Method in interface org.apache.avalon.excalibur.pool.PoolController
 
shrink(int) - Method in class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
shrink(int) - Method in interface org.apache.avalon.excalibur.pool.Resizable
 
shrink(int, long) - Method in interface org.apache.avalon.excalibur.pool.ManagablePool
Shrink the pool by the specified amount.
shrink(int, long) - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 
Signal - interface org.apache.avalon.excalibur.event.Signal.
A Signal is a specific type of QueueElement that denotes a Control code for the Queue system.
Sink - interface org.apache.avalon.excalibur.event.Sink.
A Sink implements the side of an event queue where QueueElements are dequeued operations only.
size() - Method in class org.apache.avalon.excalibur.cache.SynchronizedCache
 
size() - Method in interface org.apache.avalon.excalibur.cache.CacheStore
Return size of store.
size() - Method in class org.apache.avalon.excalibur.cache.DefaultCache
 
size() - Method in class org.apache.avalon.excalibur.cache.ValidatingCache
 
size() - Method in interface org.apache.avalon.excalibur.cache.Cache
Return size of cache.
size() - Method in class org.apache.avalon.excalibur.cache.store.MemoryStore
 
size() - Method in class org.apache.avalon.excalibur.cache.store.FlipSpacesStore
Gets the current size of the newCache.
size() - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
size() - Method in interface org.apache.avalon.excalibur.event.Source
Returns the number of elements waiting in this queue.
size() - Method in interface org.apache.avalon.excalibur.event.Sink
Returns the number of elements waiting in this queue.
size() - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 
size() - Method in class org.apache.avalon.excalibur.pool.AbstractPool
 
size(long) - Method in interface org.apache.avalon.excalibur.pool.ManagablePool
Determine the pool's current size.
size(long) - Method in class org.apache.avalon.excalibur.pool.VariableSizePool
 
skippedEntity(String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of a skipped entity.
SoftResourceLimitingPool - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool.
 
SoftResourceLimitingPool(Class, int) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
SoftResourceLimitingPool(Class, int, int) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
SoftResourceLimitingPool(ObjectFactory) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
SoftResourceLimitingPool(ObjectFactory, int) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
SoftResourceLimitingPool(ObjectFactory, int, int) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
SoftResourceLimitingPool(ObjectFactory, PoolController, int, int) - Constructor for class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool
 
Source - interface org.apache.avalon.excalibur.event.Source.
A Source implements the end of a finite-length event queue where QueueElements are enqueued.
Source - interface org.apache.avalon.excalibur.source.Source.
Description of a source.
SourceClosedException - exception org.apache.avalon.excalibur.event.SourceClosedException.
A SourceException is thrown when an enqueue operation fails.
SourceClosedException(String) - Constructor for class org.apache.avalon.excalibur.event.SourceClosedException
 
SourceClosedException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.event.SourceClosedException
 
SourceException - exception org.apache.avalon.excalibur.event.SourceException.
A SourceException is thrown when an enqueue operation fails.
SourceException(String) - Constructor for class org.apache.avalon.excalibur.event.SourceException
 
SourceException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.event.SourceException
 
SourceFactory - interface org.apache.avalon.excalibur.source.SourceFactory.
 
SourceFullException - exception org.apache.avalon.excalibur.event.SourceFullException.
A SourceException is thrown when an enqueue operation fails.
SourceFullException(String) - Constructor for class org.apache.avalon.excalibur.event.SourceFullException
 
SourceFullException(String, Throwable) - Constructor for class org.apache.avalon.excalibur.event.SourceFullException
 
SourceParameters - class org.apache.avalon.excalibur.source.SourceParameters.
This class holds parameters for a Source object.
SourceParameters() - Constructor for class org.apache.avalon.excalibur.source.SourceParameters
Standard Constructor
SourceParameters(String) - Constructor for class org.apache.avalon.excalibur.source.SourceParameters
Construct a new object from a queryString
SourceResolver - interface org.apache.avalon.excalibur.source.SourceResolver.
Base interface for resolving a source by system identifiers.
SourceResolverImpl - class org.apache.avalon.excalibur.source.SourceResolverImpl.
Base interface for resolving a source by system identifiers.
SourceResolverImpl() - Constructor for class org.apache.avalon.excalibur.source.SourceResolverImpl
 
SourceResource - class org.apache.avalon.excalibur.monitor.SourceResource.
 
SourceResource(Source) - Constructor for class org.apache.avalon.excalibur.monitor.SourceResource
Instantiate the SourceResource
SourceUtil - class org.apache.avalon.excalibur.source.SourceUtil.
Utility class for source resolving.
SourceUtil() - Constructor for class org.apache.avalon.excalibur.source.SourceUtil
 
SourceValidity - interface org.apache.avalon.excalibur.source.SourceValidity.
A Validity object contains all information to check if a Source object is still valid.
split(String, String) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Splits the string on every token into an array of strings.
StackIntrospector - class org.apache.avalon.excalibur.util.StackIntrospector.
A set of utilities to inspect current stack frame.
Stage - interface org.apache.avalon.excalibur.pipeline.Stage.
This represents a stage in a pipeline.
startCDATA() - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the start of a CDATA section.
startDocument() - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX startDocument method.
startDocument() - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of the beginning of a document.
startDTD(String, String, String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the start of DTD declarations, if any.
STARTED - Static variable in class org.apache.avalon.excalibur.container.State
STARTED indicates that the component has been started.
startElement(String, AttributeList) - Method in class org.apache.avalon.excalibur.catalog.XMLCatalogReader
The SAX startElement method.
startElement(String, String, String, Attributes) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Receive notification of the beginning of an element.
startEntity(String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Report the beginning of an entity.
STARTING - Static variable in class org.apache.avalon.excalibur.container.State
STARTING indicates that the component is being started.
startPrefixMapping(String, String) - Method in class org.apache.avalon.excalibur.xml.AbstractXMLConsumer
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.avalon.excalibur.xml.ContentHandlerWrapper
Begin the scope of a prefix-URI Namespace mapping.
startProfiling() - Method in interface org.apache.avalon.excalibur.profile.Profilable
The Profiler will call this method when it begins taking samples.
startReport() - Method in interface org.apache.avalon.excalibur.profile.ProfileReport
The report is started with this method.
State - class org.apache.avalon.excalibur.container.State.
Defines possible states for contained components.
State(String, int) - Constructor for class org.apache.avalon.excalibur.container.State
 
stopOnRecoverableError - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
do we stop on recoverable errors ?
stopOnWarning - Variable in class org.apache.avalon.excalibur.xml.JaxpParser
do we stop on warnings ?
STOPPED - Static variable in class org.apache.avalon.excalibur.container.State
STOPPED indicates that the component has been stopped.
STOPPING - Static variable in class org.apache.avalon.excalibur.container.State
STOPPING indicates that the component is being stopped.
stopProfiling() - Method in interface org.apache.avalon.excalibur.profile.Profilable
The Profiler will call this method when it no longer is interested in taking samples.
streamClosedEvent() - Method in class org.apache.avalon.excalibur.monitor.StreamResource
 
StreamResource - class org.apache.avalon.excalibur.monitor.StreamResource.
 
StreamResource(String) - Constructor for class org.apache.avalon.excalibur.monitor.StreamResource
 
StringUtil - class org.apache.avalon.excalibur.util.StringUtil.
A set of utility operations that work on or create strings.
substitute(String, Map) - Method in class org.apache.avalon.excalibur.i18n.AbstractBundle
Substitute the "variables" in the string with the values provided in the map.
SUFFIX - Static variable in class org.apache.avalon.excalibur.i18n.DefaultMapper.ConfigurationKeys
 
SUFFIX - Static variable in class org.apache.avalon.excalibur.i18n.FlatXmlBundle
 
SynchronizedCache - class org.apache.avalon.excalibur.cache.SynchronizedCache.
A thread safe version of the Cache.
SynchronizedCache(Cache) - Constructor for class org.apache.avalon.excalibur.cache.SynchronizedCache
 
SYSTEM - Static variable in class org.apache.avalon.excalibur.catalog.CatalogEntry
The entry type for a SYSTEM entry
systemId() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The system identifier

T

testModifiedAfter(long) - Method in class org.apache.avalon.excalibur.monitor.Resource
 
testModifiedAfter(long) - Method in interface org.apache.avalon.excalibur.monitor.Modifiable
 
ThreadContext - class org.apache.avalon.excalibur.lang.ThreadContext.
The ThreadContext defines a set of data that is associated with a particular thread.
ThreadContext(ThreadContextPolicy, Map) - Constructor for class org.apache.avalon.excalibur.lang.ThreadContext
Constructor that places values specified in Map into ThreadContext.
ThreadContextAccessor - interface org.apache.avalon.excalibur.lang.ThreadContextAccessor.
The ThreadContextAccessor is the interface through which ThreadContextPolicy objects access thread context.
ThreadContextPolicy - interface org.apache.avalon.excalibur.lang.ThreadContextPolicy.
The ThreadContextPolicy determines the policy with which items can be added to context.
ThreadControl - interface org.apache.avalon.excalibur.thread.ThreadControl.
This interface defines the method through which Threads can be controller.
ThreadManager - interface org.apache.avalon.excalibur.command.ThreadManager.
A ThreadManager handles the thread policies for EventPipelines.
ThreadPool - interface org.apache.avalon.excalibur.thread.ThreadPool.
This class is the public frontend for the thread pool code.
THREADS_CPU - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
ThreadSafeComponentHandler - class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler.
The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
ThreadSafeComponentHandler(Class, Configuration, ComponentManager, Context) - Constructor for class org.apache.avalon.excalibur.system.handler.ThreadSafeComponentHandler
Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
TimeMapLRUCache - class org.apache.avalon.excalibur.cache.TimeMapLRUCache.
TimeMapLRUCache.
TimeMapLRUCache(CacheStore) - Constructor for class org.apache.avalon.excalibur.cache.TimeMapLRUCache
 
TimeMapLRUCache(int) - Constructor for class org.apache.avalon.excalibur.cache.TimeMapLRUCache
 
TimeMapLRUPolicy - class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy.
TimeMapLRU(Least Recently Used) replacement policy.
TimeMapLRUPolicy() - Constructor for class org.apache.avalon.excalibur.cache.policy.TimeMapLRUPolicy
 
TimeoutValidator - class org.apache.avalon.excalibur.cache.validator.TimeoutValidator.
General timeout cache validator.
TimeoutValidator(long) - Constructor for class org.apache.avalon.excalibur.cache.validator.TimeoutValidator
 
TimeStampValidity - class org.apache.avalon.excalibur.source.validity.TimeStampValidity.
A validation object for time-stamps.
TimeStampValidity(long) - Constructor for class org.apache.avalon.excalibur.source.validity.TimeStampValidity
 
toDOM(Node) - Method in interface org.apache.avalon.excalibur.xml.XMLFragment
Appends children representing the object's state to the given node.
toFiles(OptionalPackage[]) - Static method in class org.apache.avalon.excalibur.extension.OptionalPackage
Convert a list of OptionalPackages into a list of Files.
toSAX(ContentHandler) - Method in class org.apache.avalon.excalibur.source.ResourceSource
Stream content to a content handler or to an XMLConsumer.
toSAX(ContentHandler) - Method in class org.apache.avalon.excalibur.source.URLSource
Stream content to a content handler or to an XMLConsumer.
toSAX(ContentHandler) - Method in interface org.apache.avalon.excalibur.xml.XMLizable
Generates SAX events representing the object's state.
NOTE : if the implementation can produce lexical events, care should be taken that handler can actually be a XMLConsumer that accepts such events or directly implements the LexicalHandler interface!
toString() - Method in class org.apache.avalon.excalibur.extension.Extension
Return a String representation of this object.
toString() - Method in class org.apache.avalon.excalibur.extension.Extension.Compatability
 
toString() - Method in class org.apache.avalon.excalibur.extension.OptionalPackage
Return a String representation of this object.
toString() - Method in class org.apache.avalon.excalibur.i18n.BundleInfo
 
toString() - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Returns the contents of the buffer.
toString() - Method in class org.apache.avalon.excalibur.source.SourceParameters
Overriding toString
toString() - Method in class org.apache.avalon.excalibur.source.validity.NOPValidity
 
toString() - Method in class org.apache.avalon.excalibur.source.validity.TimeStampValidity
 
toString() - Method in class org.apache.avalon.excalibur.source.validity.AggregatedValidity
 
toString() - Method in class org.apache.avalon.excalibur.util.Circuit
 
toString() - Method in class org.apache.avalon.excalibur.util.Circuit.Node
 
toString() - Method in class org.apache.avalon.excalibur.util.DeweyDecimal
Return string representation of DeweyDecimal.
TPCThreadManager - class org.apache.avalon.excalibur.command.TPCThreadManager.
This is a ThreadManager that uses a certain number of threads per processor.
TPCThreadManager.PipelineRunner - class org.apache.avalon.excalibur.command.TPCThreadManager.PipelineRunner.
 
TPCThreadManager.PipelineRunner(EventPipeline) - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager.PipelineRunner
 
TPCThreadManager() - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager
The default constructor assumes there is a system property named "os.arch.cpus" that has a default for the number of CPUs on a system.
TPCThreadManager(int) - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager
Constructor provides one thread per number of processors.
TPCThreadManager(int, int) - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager
Constructor provides a specified number of threads per processor.
TPCThreadManager(int, int, long) - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager
Constructor provides a specified number of threads per processor.
TPCThreadManager(Parameters) - Constructor for class org.apache.avalon.excalibur.command.TPCThreadManager
This constructor assumes there is a parameter named "os.arch.cpus" that has a default for the number of CPUs on a system.
TPSPThreadManager - class org.apache.avalon.excalibur.command.TPSPThreadManager.
This is a ThreadManager which provides a threadpool per Sink per EventPipeline.
TPSPThreadManager.PipelineRunner - class org.apache.avalon.excalibur.command.TPSPThreadManager.PipelineRunner.
 
TPSPThreadManager.PipelineRunner(EventPipeline) - Constructor for class org.apache.avalon.excalibur.command.TPSPThreadManager.PipelineRunner
 
TPSPThreadManager() - Constructor for class org.apache.avalon.excalibur.command.TPSPThreadManager
The default constructor assumes there is a system property named "os.arch.cpus" that has a default for the number of CPUs on a system.
TPSPThreadManager(int, int, long) - Constructor for class org.apache.avalon.excalibur.command.TPSPThreadManager
Constructor provides a specified number of threads per processor.
trim() - Method in class org.apache.avalon.excalibur.pool.ResourceLimitingPool
Forces the pool to trim, remove, old Poolables from the pool.
truncate(String, int) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Truncate a string to maximum length;
truncateNicely(String, int) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Truncate a string in a nice manner.
tryEnqueue(QueueElement) - Method in class org.apache.avalon.excalibur.event.FixedSizeQueue
 
tryEnqueue(QueueElement) - Method in interface org.apache.avalon.excalibur.event.Source
Tries to enqueue an event, but instead of throwing exceptions, it returns a boolean value of whether the attempt was successful.
tryEnqueue(QueueElement) - Method in class org.apache.avalon.excalibur.event.DefaultQueue
 

U

UnknownCatalogFormatException - exception org.apache.avalon.excalibur.catalog.UnknownCatalogFormatException.
This exception is thrown if an XML Catalog is loaded and the root element of the catalog file is unrecognized.
UnknownCatalogFormatException() - Constructor for class org.apache.avalon.excalibur.catalog.UnknownCatalogFormatException
 
unlink(String, String) - Method in class org.apache.avalon.excalibur.util.Circuit
 
UnsatisfiedExtensionException - exception org.apache.avalon.excalibur.extension.UnsatisfiedExtensionException.
Exception indicating an extension was not found in Package Repository.
UnsatisfiedExtensionException(Extension) - Constructor for class org.apache.avalon.excalibur.extension.UnsatisfiedExtensionException
Construct the UnsatisfiedPackageException for specified Extension.
updateCache(BundleInfo, Bundle) - Method in class org.apache.avalon.excalibur.i18n.BundleSelector
Checks if the bundle is in the "not-found" cache.
updateFormalSystemIdentifier(String) - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
Update the formal system identifier
URLSource - class org.apache.avalon.excalibur.source.URLSource.
Description of a source which is described by an URL.
URLSource(URL, SourceParameters) - Constructor for class org.apache.avalon.excalibur.source.URLSource
Construct a new object
USE_ROOT - Static variable in class org.apache.avalon.excalibur.i18n.XmlBundle.ConfigurationKeys
 

V

Validatable - interface org.apache.avalon.excalibur.pool.Validatable.
Used to define an object which can be validated by a ValidatedResourceLimitingPool.
validate() - Method in interface org.apache.avalon.excalibur.pool.Validatable
Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.
validate(Object, Object) - Method in interface org.apache.avalon.excalibur.cache.CacheValidator
 
validate(Object, Object) - Method in class org.apache.avalon.excalibur.cache.validator.AndValidator
 
validate(Object, Object) - Method in class org.apache.avalon.excalibur.cache.validator.TimeoutValidator
 
ValidatedResourceLimitingPool - class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.
A ResourceLimitingPool which validates reused poolables before they are returned with a call get().
ValidatedResourceLimitingPool(ObjectFactory, int, boolean, boolean, long, long) - Constructor for class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool
Creates a new ValidatedResourceLimitingPool
validatePoolable(Poolable) - Method in class org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcConnectionPool
Validates the poolable before it is provided to the caller of get on this pool.
validatePoolable(Poolable) - Method in class org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool
If the poolable implements Validatable, then its validate() method will be called to give the poolable a chance to validate itself.
ValidatingCache - class org.apache.avalon.excalibur.cache.ValidatingCache.
Validating cache proxy.
ValidatingCache(Cache, CacheValidator) - Constructor for class org.apache.avalon.excalibur.cache.ValidatingCache
 
ValueProfilePoint - class org.apache.avalon.excalibur.profile.ValueProfilePoint.
The ProfilPoint interface is to mark objects that can be sampled by a Profiler.
ValueProfilePoint(String) - Constructor for class org.apache.avalon.excalibur.profile.ValueProfilePoint
Creates a ValueProfilePoint with an initial name.
VariableSizePool - class org.apache.avalon.excalibur.pool.VariableSizePool.
This is an Pool that caches Poolable objects for reuse.
VariableSizePool(ObjectFactory, int) - Constructor for class org.apache.avalon.excalibur.pool.VariableSizePool
Constructor for an unmanaged pool
VariableSizePool(ObjectFactory, int, long) - Constructor for class org.apache.avalon.excalibur.pool.VariableSizePool
Constructor for a managed pool
verifyKeyValue(String, Object) - Method in class org.apache.avalon.excalibur.lang.DefaultThreadContextPolicy
Verify that the key/value pair is valid.
verifyKeyValue(String, Object) - Method in interface org.apache.avalon.excalibur.lang.ThreadContextPolicy
Verify that the key/value pair is valid.
VFile - class org.apache.avalon.excalibur.vfs.VFile.
File on virtual file system.
VFile(String, VFileSystem) - Constructor for class org.apache.avalon.excalibur.vfs.VFile
Constructor for creating a directory entry.
VFile(String, VFileSystem, Object, VFileAccessor) - Constructor for class org.apache.avalon.excalibur.vfs.VFile
Constructor for creating a vfile.
VFileAccessor - interface org.apache.avalon.excalibur.vfs.VFileAccessor.
Accessor for implementations of VFS.
VFileFilter - interface org.apache.avalon.excalibur.vfs.VFileFilter.
Filter for VFiles.
VFileSystem - interface org.apache.avalon.excalibur.vfs.VFileSystem.
Interface to read only VFS.
VOID - Static variable in class org.apache.avalon.excalibur.container.State
VOID is the initial state of all components.

W

warn(String) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a warn message.
warn(String, Throwable) - Method in class org.apache.avalon.excalibur.logger.BufferedLogger
Log a warn message.
warning(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.JaxpParser
Receive notification of a warning.
warning(SAXParseException) - Method in class org.apache.avalon.excalibur.xml.XercesParser
Receive notification of a warning.
wordWrap(String, int, boolean) - Static method in class org.apache.avalon.excalibur.util.StringUtil
Wordwrap string to specified column.
WORK_DIRECTORY - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
WORK_DIRECTORY - Static variable in interface org.apache.avalon.excalibur.system.Container
 

X

XercesParser - class org.apache.avalon.excalibur.xml.XercesParser.
 
XercesParser() - Constructor for class org.apache.avalon.excalibur.xml.XercesParser
 
XML_PARSER - Static variable in class org.apache.avalon.excalibur.system.ContainerManager
 
XmlBundle - class org.apache.avalon.excalibur.i18n.XmlBundle.
 
XmlBundle.ConfigurationKeys - class org.apache.avalon.excalibur.i18n.XmlBundle.ConfigurationKeys.
Constants for configuration keys
XmlBundle.ConfigurationKeys() - Constructor for class org.apache.avalon.excalibur.i18n.XmlBundle.ConfigurationKeys
 
XmlBundle() - Constructor for class org.apache.avalon.excalibur.i18n.XmlBundle
 
XMLCatalogReader - class org.apache.avalon.excalibur.catalog.XMLCatalogReader.
Parses XML Catalog files.
XMLCatalogReader() - Constructor for class org.apache.avalon.excalibur.catalog.XMLCatalogReader
Construct an XMLCatalogReader object.
XMLConsumer - interface org.apache.avalon.excalibur.xml.XMLConsumer.
This interfaces identifies classes that consume XML data, receiving notification of SAX events.
XMLFragment - interface org.apache.avalon.excalibur.xml.XMLFragment.
This interface must be implemented by classes willing to provide an XML representation of their current state.
XMLizable - interface org.apache.avalon.excalibur.xml.XMLizable.
This interface can be implemented by classes willing to provide an XML representation of their current state as SAX events.

Y

yes_or_no() - Method in class org.apache.avalon.excalibur.catalog.CatalogEntry
The argument, YES or NO, of an OVERRIDE entry.

Z

ZipVFileAccessor - class org.apache.avalon.excalibur.vfs.ZipVFileAccessor.
Accessor for Zip file VFS.
ZipVFileAccessor() - Constructor for class org.apache.avalon.excalibur.vfs.ZipVFileAccessor
 

_

_getNode(Node, String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get the node with the supplied XPath key, starting from concrete root node.
_getNode(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get the node with the supplied XPath key.
_getString(Node, String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get value by key from a concrete node.
_getString(String) - Method in class org.apache.avalon.excalibur.i18n.XmlBundle
Get value by key.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Copyright © 2001 Apache Jakarta Project. All Rights Reserved.