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

A

AbstractContext - class org.apache.avalon.excalibur.naming.AbstractContext.
Abstract JNDI Context that can be inherited from to provide a particular type of Context.
AbstractContext() - class org.apache.avalon.excalibur.naming.AbstractContext のコンストラクタ
 
AbstractContext(Hashtable) - class org.apache.avalon.excalibur.naming.AbstractContext のコンストラクタ
 
AbstractJdbcConnection - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection.
The Connection object used in conjunction with the JdbcDataSource object.
AbstractJdbcConnection(Connection, boolean) - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のコンストラクタ
推奨されていません。 Use the version with keepAlive specified
AbstractJdbcConnection(Connection, String) - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のコンストラクタ
 
AbstractLocalContext - class org.apache.avalon.excalibur.naming.AbstractLocalContext.
Abstract local JNDI Context that can be inherited from to provide a particular type of Context.
AbstractLocalContext(Namespace, Hashtable, Context) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のコンストラクタ
 
AbstractNamespace - class org.apache.avalon.excalibur.naming.AbstractNamespace.
This is the class to extend that provides basic facilities for Namespace management.
AbstractNamespace() - class org.apache.avalon.excalibur.naming.AbstractNamespace のコンストラクタ
 
AbstractNamingEnumeration - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration.
Class for building NamingEnumerations.
AbstractNamingEnumeration(Context, Namespace) - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration のコンストラクタ
 
AbstractParserControl - class org.apache.avalon.excalibur.cli.AbstractParserControl.
Class to inherit from so when in future when new controls are added clients will no have to implement them.
AbstractParserControl() - class org.apache.avalon.excalibur.cli.AbstractParserControl のコンストラクタ
 
AbstractPool - class org.apache.avalon.excalibur.pool.AbstractPool.
This is an Pool that caches Poolable objects for reuse.
AbstractPool(ObjectFactory) - class org.apache.avalon.excalibur.pool.AbstractPool のコンストラクタ
Create an AbstractPool.
AbstractTargetFactory - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory.
AbstractTargetFactory class.
AbstractTargetFactory() - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory のコンストラクタ
 
AbstractURLContext - class org.apache.avalon.excalibur.naming.AbstractURLContext.
Abstract JNDI Context that can be inherited from to provide a particular type of Context.
AbstractURLContext(String, Hashtable) - class org.apache.avalon.excalibur.naming.AbstractURLContext のコンストラクタ
 
accept() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.AndFileFilter のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.PrefixFileFilter のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.DirectoryFileFilter のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.OrFileFilter のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.ExtensionFileFilter のメソッド
 
accept(File, String) - class org.apache.avalon.excalibur.io.InvertedFileFilter のメソッド
 
acquire() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
If the count is non-zero, acquires a semaphore and decrements the count by 1, otherwise blocks until a release() is executed by some other thread.
acquire() - interface org.apache.avalon.excalibur.concurrent.Sync のメソッド
Aquire access to resource.
acquire() - class org.apache.avalon.excalibur.concurrent.Semaphore のメソッド
 
acquireAll() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
Tries to acquire all the semaphores thus bringing the count to zero.
ActiveMonitor - class org.apache.avalon.excalibur.monitor.ActiveMonitor.
The ActiveMonitor is used to actively check a set of resources to see if they have changed.
ActiveMonitor() - class org.apache.avalon.excalibur.monitor.ActiveMonitor のコンストラクタ
 
add(Object) - interface org.apache.avalon.excalibur.collections.Buffer のメソッド
Add an object into the buffer.
add(Object) - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のメソッド
 
add(Object) - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のメソッド
Add an object into the buffer
addArgument(String) - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Mutator of Argument property.
addComponent(Object, Class, Configuration) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Add a new component to the manager.
addComponent(String, Class, Configuration) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Add a new component to the manager.
addComponentInstance(Object, Component) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Add a static instance of a component to the manager.
addComponentInstance(String, Component) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Add a static instance of a component to the manager.
addContext(DefaultContext) - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
This method may be overwritten by subclasses to put additional objects into the context programmatically.
addObjectFactory(ObjectFactory) - class org.apache.avalon.excalibur.naming.AbstractNamespace のメソッド
Utility method for subclasses to add factorys.
addObjectFactory(ObjectFactory) - class org.apache.avalon.excalibur.naming.DefaultNamespace のメソッド
 
addPropertyChangeListener(PropertyChangeListener) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is the prefered method of registering a PropertyChangeListender.
addPropertyChangeListener(String, PropertyChangeListener) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is a convenience if you want to expose other properties for the Resource.
addPropertyChangeListenersFrom(Resource) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
Abstract method to add the PropertyChangeListeners in another Resource to this one.
addResource(Resource) - class org.apache.avalon.excalibur.monitor.PassiveMonitor のメソッド
Add a resource to monitor.
addResource(Resource) - interface org.apache.avalon.excalibur.monitor.Monitor のメソッド
Add a resource to monitor.
addResource(Resource) - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
Add a resource to monitor.
addStateFactory(StateFactory) - class org.apache.avalon.excalibur.naming.AbstractNamespace のメソッド
Utility method for subclasses to add factorys.
addStateFactory(StateFactory) - class org.apache.avalon.excalibur.naming.DefaultNamespace のメソッド
 
addToEnvironment(String, Object) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Add a key-value pair to environment
AndFileFilter - class org.apache.avalon.excalibur.io.AndFileFilter.
Accepts a selection if it is acceptable to both of two FilenameFilters.
AndFileFilter(FilenameFilter, FilenameFilter) - class org.apache.avalon.excalibur.io.AndFileFilter のコンストラクタ
 
append(Object) - class org.apache.avalon.excalibur.collections.CircularBuffer のメソッド
推奨されていません。  
aquireRead() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のメソッド
Attempts to aquire a read lock.
aquireWrite() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のメソッド
Attempts to aquire a write lock.
ARGUMENT_DISALLOWED - class org.apache.avalon.excalibur.cli.CLOptionDescriptor の static 変数
Flag to say this option does not take arguments
ARGUMENT_OPTIONAL - class org.apache.avalon.excalibur.cli.CLOptionDescriptor の static 変数
Flag to say that the argument is optional
ARGUMENT_REQUIRED - class org.apache.avalon.excalibur.cli.CLOptionDescriptor の static 変数
Flag to say that one argument is required
ARGUMENTS_REQUIRED_2 - class org.apache.avalon.excalibur.cli.CLOptionDescriptor の static 変数
Flag to say this option requires 2 arguments
ArrayEnumeration - class org.apache.avalon.excalibur.collections.ArrayEnumeration.
Enumeration wrapper for array.
ArrayEnumeration(List) - class org.apache.avalon.excalibur.collections.ArrayEnumeration のコンストラクタ
 
ArrayEnumeration(Object[]) - class org.apache.avalon.excalibur.collections.ArrayEnumeration のコンストラクタ
 
ArrayStack - class org.apache.avalon.excalibur.collections.ArrayStack.
Unsynchronized stakc.
ArrayStack() - class org.apache.avalon.excalibur.collections.ArrayStack のコンストラクタ
 
AsyncLogTargetFactory - class org.apache.avalon.excalibur.logger.factory.AsyncLogTargetFactory.
AsyncLogTargetFactory class.
AsyncLogTargetFactory() - class org.apache.avalon.excalibur.logger.factory.AsyncLogTargetFactory のコンストラクタ
 
attempt(long) - interface org.apache.avalon.excalibur.concurrent.Sync のメソッド
Aquire access to resource.
attempt(long) - class org.apache.avalon.excalibur.concurrent.Semaphore のメソッド
 
available() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 

B

barrierSynchronize() - class org.apache.avalon.excalibur.concurrent.ThreadBarrier のメソッド
This method blocks all threads calling it until the threshold number of threads have called it.
BinaryHeap - class org.apache.avalon.excalibur.collections.BinaryHeap.
BinaryHeap implementation of priority queue.
BinaryHeap() - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Instantiates a new min binary heap with the default initial capacity.
BinaryHeap(boolean) - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Create a binary heap of Comparables.
BinaryHeap(Comparator) - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Instantiates a new binary heap with the default initial capacity and ordered using the given Comparator.
BinaryHeap(int) - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Instantiates a new min binary heap with the given initial capacity.
BinaryHeap(int, boolean) - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Create a binary heap of Comparables.
BinaryHeap(int, Comparator) - class org.apache.avalon.excalibur.collections.BinaryHeap のコンストラクタ
Instantiates a new binary heap with the given initial capacity and ordered using the given Comparator.
bind(Name, Object) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Bind an object to a name.
bind(Name, Object, boolean) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Helper method to bind
bind(Name, Object, boolean) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Helper method to bind
bind(Name, Object, boolean) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Helper method to bind
bind(Name, Object, boolean) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Helper method to bind
bind(Name, String, Object) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
bind(Name, String, Object) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
bind(String, Object) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Bind an object to a name.
Buffer - interface org.apache.avalon.excalibur.collections.Buffer.
A Buffer is an ordered list of objects, that does not support querying or direct access to the elements.
bufferedCopy(InputStream, OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
推奨されていません。 Buffering streams is actively harmful! See the class description as to why. Use IOUtil.copy(InputStream, OutputStream) instead.
BufferOverflowException - exception org.apache.avalon.excalibur.collections.BufferOverflowException.
The BufferOverflowException is used when the buffer's capacity has been exceeded.
BufferOverflowException(String) - class org.apache.avalon.excalibur.collections.BufferOverflowException のコンストラクタ
 
BufferOverflowException(String, Throwable) - class org.apache.avalon.excalibur.collections.BufferOverflowException のコンストラクタ
 
BufferUnderflowException - exception org.apache.avalon.excalibur.collections.BufferUnderflowException.
The BufferOverflowException is used when the buffer is already empty
BufferUnderflowException(String) - class org.apache.avalon.excalibur.collections.BufferUnderflowException のコンストラクタ
 
BufferUnderflowException(String, Throwable) - class org.apache.avalon.excalibur.collections.BufferUnderflowException のコンストラクタ
 

C

c_syntax - class org.apache.avalon.excalibur.naming.DefaultNameParser の static 変数
 
CascadingAssertionFailedError - error org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError.
This is an extention to the testing framework so that we can get detailed messages from JUnit (The AssertionFailedError hides the underlying cause)
CascadingAssertionFailedError() - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のコンストラクタ
Constructor with no message
CascadingAssertionFailedError(String) - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のコンストラクタ
Constructor with a message
CascadingAssertionFailedError(String, Throwable) - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のコンストラクタ
Constructor with a message and a parent exception
catPath(String, String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Will concatenate 2 paths, dealing with .. Eg.,
/a/b/c + d = /a/b/d
/a/b/c + ../d = /a/d
Thieved from Tomcat sources...
checkUnbindContext(Name, Object) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
CircularBuffer - class org.apache.avalon.excalibur.collections.CircularBuffer.
推奨されていません。 use one of the Buffer implementations instead.
CircularBuffer() - class org.apache.avalon.excalibur.collections.CircularBuffer のコンストラクタ
推奨されていません。  
CircularBuffer(int) - class org.apache.avalon.excalibur.collections.CircularBuffer のコンストラクタ
推奨されていません。  
CLArgsParser - class org.apache.avalon.excalibur.cli.CLArgsParser.
Parser for command line arguments.
CLArgsParser(String[], CLOptionDescriptor[]) - class org.apache.avalon.excalibur.cli.CLArgsParser のコンストラクタ
Create a parser that deals with options and parses certain args.
CLArgsParser(String[], CLOptionDescriptor[], ParserControl) - class org.apache.avalon.excalibur.cli.CLArgsParser のコンストラクタ
Create a parser that can deal with options and parses certain args.
ClassLoaderObjectInputStream - class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream.
A special ObjectInputStream to handle highly transient classes hosted by Avalon components that are juggling many classloaders.
ClassLoaderObjectInputStream(ClassLoader, InputStream) - class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream のコンストラクタ
 
cleanDirectory(File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Clean a directory without deleting it.
cleanDirectory(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Clean a directory without deleting it.
clear() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Clear all elements from queue.
clear() - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
Clear all elements from queue.
clear() - interface org.apache.avalon.excalibur.collections.PriorityQueue のメソッド
Clear all elements from queue.
clearWarnings() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
cloneContext() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
cloneContext() - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
 
CLOption - class org.apache.avalon.excalibur.cli.CLOption.
Basic class describing an instance of option.
CLOption(int) - class org.apache.avalon.excalibur.cli.CLOption のコンストラクタ
Constructor taking an id (that must be a proper character code)
CLOption(String) - class org.apache.avalon.excalibur.cli.CLOption のコンストラクタ
Constructor taking argument for option.
CLOptionDescriptor - class org.apache.avalon.excalibur.cli.CLOptionDescriptor.
Basic class describing an type of option.
CLOptionDescriptor(String, int, int, String) - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のコンストラクタ
Constructor.
CLOptionDescriptor(String, int, int, String, int[]) - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のコンストラクタ
Constructor.
close() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
close() - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Release resources associated with context.
close() - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Release resources associated with context.
close() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
close() - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration のメソッド
 
close() - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
CLUtil - class org.apache.avalon.excalibur.cli.CLUtil.
CLUtil offers basic utility operations for use both internal and external to package.
commit() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
ComponentHandler - class org.apache.avalon.excalibur.component.ComponentHandler.
This class acts like a Factory to instantiate the correct version of the ComponentHandler that you need.
ComponentHandler() - class org.apache.avalon.excalibur.component.ComponentHandler のコンストラクタ
 
compose(ComponentManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Compose the ComponentSelector so that we know what the parent ComponentManager is.
composeName(Name, Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Compose a name form a name and a prefix.
composeName(String, String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Compose a name form a name and a prefix.
ConditionalEvent - class org.apache.avalon.excalibur.concurrent.ConditionalEvent.
This class implements a POSIX style "Event" object.
ConditionalEvent(boolean) - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のコンストラクタ
Creates a manual reset ConditionalEvent with a specified initial state
ConditionalEvent(boolean, boolean) - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のコンストラクタ
Creates a ConditionalEvent with the defined initial state
configure(Configuration) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Configure the ComponentManager.
configure(Configuration) - class org.apache.avalon.excalibur.component.DefaultRoleManager のメソッド
Reads a configuration object and creates the role, shorthand, and class name mapping.
configure(Configuration) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Default Configuration handler for ComponentSelector.
configure(Configuration) - class org.apache.avalon.excalibur.monitor.PassiveMonitor のメソッド
 
configure(Configuration) - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
Configure the ActiveMonitor.
configure(Configuration) - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager のメソッド
Reads a configuration object and creates the log targets.
configure(Configuration) - class org.apache.avalon.excalibur.logger.DefaultLogTargetFactoryManager のメソッド
Reads a configuration object and creates the category mapping.
configure(Configuration) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のメソッド
推奨されていません。 Reads a configuration object and creates the category mapping.
configure(Configuration) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のメソッド
Reads a configuration object and creates the category mapping.
configure(Configuration) - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory のメソッド
Get the Configuration object
configure(Configuration) - class org.apache.avalon.excalibur.datasource.JdbcDataSource のメソッド
Configure and set up DB connection.
configure(Configuration) - class org.apache.avalon.excalibur.datasource.J2eeDataSource のメソッド
Configure and set up DB connection.
contentEquals(File, File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Compare the contents of two files to determine if they are equal or not.
contextualize(Context) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Set up the Component's Context.
contextualize(Context) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Provide the application Context.
contextualize(Context) - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager のメソッド
Reads a context object.
contextualize(Context) - class org.apache.avalon.excalibur.logger.DefaultLogTargetFactoryManager のメソッド
Reads a context object.
contextualize(Context) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のメソッド
推奨されていません。 Reads a context object.
contextualize(Context) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のメソッド
Reads a context object.
contextualize(Context) - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory のメソッド
Get the Context object
contextualize(Context) - class org.apache.avalon.excalibur.logger.factory.StreamTargetFactory のメソッド
 
copy(byte[], OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy bytes from a byte[] to an OutputStream.
copy(byte[], Writer) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream, OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, Writer) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy chars from a Reader to a Writer.
copy(String, OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Copy chars from a String to a Writer.
copyFile(File, File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Copy file from source to destination.
copyFileToDirectory(File, File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Copy file from source to destination.
copyFileToDirectory(String, String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Copy file from source to destination.
copyURLToFile(URL, File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Copies bytes from the URL source to a file destination.
createFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.FormatterFactory のメソッド
 
createStatement() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
createStatement(int, int) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
createSubcontext(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Create a Subcontext.
createSubcontext(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Create a Subcontext.
createSubcontext(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Create a Subcontext.
createSubcontext(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
createSubcontext(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
createSubcontext(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Create a Subcontext.
createTarget(Configuration) - interface org.apache.avalon.excalibur.logger.LogTargetFactory のメソッド
Create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.JMSTargetFactory のメソッド
 
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory のメソッド
 
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.DatagramTargetFactory のメソッド
Create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory のメソッド
Create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.PriorityFilterTargetFactory のメソッド
create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.ServletTargetFactory のメソッド
create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.JDBCTargetFactory のメソッド
 
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.SocketTargetFactory のメソッド
Creates a log target based on Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.AsyncLogTargetFactory のメソッド
create a LogTarget based on a Configuration
createTarget(Configuration) - class org.apache.avalon.excalibur.logger.factory.StreamTargetFactory のメソッド
Create a LogTarget based on a Configuration

D

DatagramTargetFactory - class org.apache.avalon.excalibur.logger.factory.DatagramTargetFactory.
DatagramTargetFactory This factory creates LogTargets with a wrapped DatagramOutputTarget around it: <datagram-target id="target-id"> <address hostname="hostname" port="4455" /> <format type="extended"> %7.7{priority} %23.23{time:yyyy-MM-dd HH:mm:ss:SSS} [%25.25{category}] : %{message}\n%{throwable} </format> </datagram-target> This factory creates a DatagramOutputTarget object which will sends datagrams to the specified address.
DatagramTargetFactory() - class org.apache.avalon.excalibur.logger.factory.DatagramTargetFactory のコンストラクタ
 
DataSourceComponent - interface org.apache.avalon.excalibur.datasource.DataSourceComponent.
The standard interface for DataSources in Avalon.
decommission(Object) - interface org.apache.avalon.excalibur.pool.ObjectFactory のメソッド
 
decommission(Object) - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のメソッド
 
decommission(Object) - class org.apache.avalon.excalibur.component.DefaultComponentFactory のメソッド
 
decommission(Object) - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のメソッド
 
DEFAULT_AMOUNT - class org.apache.avalon.excalibur.component.DefaultComponentPoolController の static 変数
Default increase/decrease amount
DEFAULT_POOL_SIZE - class org.apache.avalon.excalibur.pool.AbstractPool の static 変数
 
DefaultComponentFactory - class org.apache.avalon.excalibur.component.DefaultComponentFactory.
Factory for Avalon components.
DefaultComponentFactory(Class, Configuration, ComponentManager, Context, RoleManager, LogKitManager) - class org.apache.avalon.excalibur.component.DefaultComponentFactory のコンストラクタ
Construct a new component factory for the specified component.
DefaultComponentManager - class org.apache.avalon.excalibur.component.DefaultComponentManager.
推奨されていません。 Please use ExcaliburComponentManager instead
DefaultComponentManager() - class org.apache.avalon.excalibur.component.DefaultComponentManager のコンストラクタ
推奨されていません。  
DefaultComponentManager(ClassLoader) - class org.apache.avalon.excalibur.component.DefaultComponentManager のコンストラクタ
推奨されていません。 Create the ComponentManager with a Classloader
DefaultComponentPool - class org.apache.avalon.excalibur.component.DefaultComponentPool.
This is the implementation of Pool for Avalon Components that is thread safe.
DefaultComponentPool(ObjectFactory) - class org.apache.avalon.excalibur.component.DefaultComponentPool のコンストラクタ
Initialize the Pool with an ObjectFactory.
DefaultComponentPool(ObjectFactory, PoolController, int, int) - class org.apache.avalon.excalibur.component.DefaultComponentPool のコンストラクタ
Initialized the Pool with an alternative management infrastructure.
DefaultComponentPoolController - class org.apache.avalon.excalibur.component.DefaultComponentPoolController.
This is the PoolController for the Avalon Excalibur Component Management Framework.
DefaultComponentPoolController() - class org.apache.avalon.excalibur.component.DefaultComponentPoolController のコンストラクタ
The default constructor.
DefaultComponentPoolController(int) - class org.apache.avalon.excalibur.component.DefaultComponentPoolController のコンストラクタ
The alternate constructor.
DefaultComponentSelector - class org.apache.avalon.excalibur.component.DefaultComponentSelector.
推奨されていません。 use ExcaliburComponentSelector instead.
DefaultComponentSelector() - class org.apache.avalon.excalibur.component.DefaultComponentSelector のコンストラクタ
推奨されていません。 Create the ComponentSelector
DefaultComponentSelector(ClassLoader) - class org.apache.avalon.excalibur.component.DefaultComponentSelector のコンストラクタ
推奨されていません。 Create the ComponentSelector with a Classloader
DefaultLogKitManager - class org.apache.avalon.excalibur.logger.DefaultLogKitManager.
推奨されていません。 we should use the new LogKitLoggerManager interface that directly supports the new framework Logger interface.
DefaultLogKitManager() - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のコンストラクタ
推奨されていません。 Creates a new DefaultLogKitManager.
DefaultLogKitManager(Hierarchy) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のコンストラクタ
推奨されていません。 Creates a new DefaultLogKitManager with an existing Hierarchy.
DefaultLogKitManager(String) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のコンストラクタ
推奨されていません。 Creates a new DefaultLogKitManager using specified logger name as root logger.
DefaultLogKitManager(String, Hierarchy) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のコンストラクタ
推奨されていません。 Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
DefaultLogTargetFactoryManager - class org.apache.avalon.excalibur.logger.DefaultLogTargetFactoryManager.
Default LogTargetFactoryManager implementation.
DefaultLogTargetFactoryManager() - class org.apache.avalon.excalibur.logger.DefaultLogTargetFactoryManager のコンストラクタ
 
DefaultLogTargetManager - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager.
Default LogTargetManager implementation.
DefaultLogTargetManager() - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager のコンストラクタ
 
DefaultNameParser - class org.apache.avalon.excalibur.naming.DefaultNameParser.
 
DefaultNameParser() - class org.apache.avalon.excalibur.naming.DefaultNameParser のコンストラクタ
 
DefaultNamespace - class org.apache.avalon.excalibur.naming.DefaultNamespace.
This is the default namespace implementation.
DefaultNamespace(NameParser) - class org.apache.avalon.excalibur.naming.DefaultNamespace のコンストラクタ
 
DefaultNamespace(NameParser, ObjectFactory[], StateFactory[]) - class org.apache.avalon.excalibur.naming.DefaultNamespace のコンストラクタ
 
DefaultObjectFactory - class org.apache.avalon.excalibur.pool.DefaultObjectFactory.
This is the default for factory that is used to create objects for Pool.
DefaultObjectFactory(Class) - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のコンストラクタ
 
DefaultObjectFactory(Class, Class[], Object[]) - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のコンストラクタ
 
DefaultObjectFactory(Constructor, Object[]) - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のコンストラクタ
 
DefaultPool - class org.apache.avalon.excalibur.pool.DefaultPool.
This is an Pool that caches Poolable objects for reuse.
DefaultPool(Class, int) - class org.apache.avalon.excalibur.pool.DefaultPool のコンストラクタ
 
DefaultPool(Class, int, int) - class org.apache.avalon.excalibur.pool.DefaultPool のコンストラクタ
 
DefaultPool(ObjectFactory) - class org.apache.avalon.excalibur.pool.DefaultPool のコンストラクタ
 
DefaultPool(ObjectFactory, PoolController) - class org.apache.avalon.excalibur.pool.DefaultPool のコンストラクタ
 
DefaultPool(ObjectFactory, PoolController, int, int) - class org.apache.avalon.excalibur.pool.DefaultPool のコンストラクタ
 
DefaultPoolController - class org.apache.avalon.excalibur.pool.DefaultPoolController.
This is a PoolController that controls how many instances of a Poolable are created at one time.
DefaultPoolController() - class org.apache.avalon.excalibur.pool.DefaultPoolController のコンストラクタ
 
DefaultPoolController(int) - class org.apache.avalon.excalibur.pool.DefaultPoolController のコンストラクタ
 
DefaultRoleManager - class org.apache.avalon.excalibur.component.DefaultRoleManager.
Default RoleManager implementation.
DefaultRoleManager() - class org.apache.avalon.excalibur.component.DefaultRoleManager のコンストラクタ
Default constructor--this RoleManager has no parent.
DefaultRoleManager(RoleManager) - class org.apache.avalon.excalibur.component.DefaultRoleManager のコンストラクタ
Alternate constructor--this RoleManager has the specified parent.
deleteDirectory(File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Recursively delete a directory.
deleteDirectory(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Recursively delete a directory.
describeOptions(CLOptionDescriptor[]) - class org.apache.avalon.excalibur.cli.CLUtil の static メソッド
Format options into StringBuffer and return.
destroySubcontext(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
 
destroySubcontext(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
destroySubcontext(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
destroySubcontext(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
destroySubcontext(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
destroySubcontext(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Destroy a Subcontext.
DijkstraSemaphore - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore.
Also called counting semaphores, Djikstra semaphores are used to control access to a set of resources.
DijkstraSemaphore(int) - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のコンストラクタ
Creates a Djikstra semaphore with the specified max count and initial count set to the max count (all resources released)
DijkstraSemaphore(int, int) - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のコンストラクタ
Creates a Djikstra semaphore with the specified max count and an initial count of acquire() operations that are assumed to have already been performed.
DirectoryFileFilter - class org.apache.avalon.excalibur.io.DirectoryFileFilter.
This filter accepts Files that are directories.
DirectoryFileFilter() - class org.apache.avalon.excalibur.io.DirectoryFileFilter のコンストラクタ
 
dispose() - class org.apache.avalon.excalibur.pool.DefaultPool のメソッド
 
dispose() - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Properly dispose of the Child handlers.
dispose() - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のメソッド
Dispose of the ComponentHandler and any associated Pools and Factories.
dispose() - class org.apache.avalon.excalibur.component.PoolableComponentHandler のメソッド
Dispose of the ComponentHandler and any associated Pools and Factories.
dispose() - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Properly dispose of all the ComponentHandlers.
dispose() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
dispose() - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
dispose() - class org.apache.avalon.excalibur.datasource.JdbcDataSource のメソッド
Dispose properly of the pool
DjikstraSemaphore - class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore.
推奨されていません。 Replaced by by DijkstraSemaphore.
DjikstraSemaphore(int) - class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore のコンストラクタ
推奨されていません。 Creates a Djikstra semaphore with the specified max count and initial count set to the max count (all resources released)
DjikstraSemaphore(int, int) - class org.apache.avalon.excalibur.concurrent.DjikstraSemaphore のコンストラクタ
推奨されていません。 Creates a Djikstra semaphore with the specified max count and an initial count of acquire() operations that are assumed to have already been performed.
doLocalBind(Name, Object) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
doLocalBind(Name, Object) - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
 
doLocalList() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
doLocalList() - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
 
doLocalListBindings() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
doLocalListBindings() - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
 
doLocalLookup(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Actually lookup raw entry in local context.
doLocalLookup(Name) - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
Actually lookup raw entry in local context.
doLocalUnbind(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Actually unbind raw entry in local context.
doLocalUnbind(Name) - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
Actually unbind raw entry in local context.
DUPLICATES_ALLOWED - class org.apache.avalon.excalibur.cli.CLOptionDescriptor の static 変数
Flag to say this option may be repeated on the command line
DynamicProxy - class org.apache.avalon.excalibur.proxy.DynamicProxy.
This makes a dynamic proxy for an object.

E

enableLogging(Logger) - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
EndianUtil - class org.apache.avalon.excalibur.io.EndianUtil.
Utility code for dealing with different endian systems.
EndianUtil() - class org.apache.avalon.excalibur.io.EndianUtil のコンストラクタ
 
ExcaliburComponentManager - class org.apache.avalon.excalibur.component.ExcaliburComponentManager.
Default component manager for Avalon's components.
ExcaliburComponentManager() - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のコンストラクタ
Create the ComponentManager
ExcaliburComponentManager(ClassLoader) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のコンストラクタ
Create the ComponentManager with a Classloader
ExcaliburComponentManager(ComponentManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のコンストラクタ
Create the ComponentManager with a parent ComponentManager
ExcaliburComponentManager(ComponentManager, ClassLoader) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のコンストラクタ
Create the ComponentManager with a Classloader and parent ComponentManager
ExcaliburComponentSelector - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector.
Default component selector for Avalon's components.
ExcaliburComponentSelector() - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のコンストラクタ
Create the ComponentSelector
ExcaliburComponentSelector(ClassLoader) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のコンストラクタ
Create the ComponentSelector with a Classloader
ExcaliburTestCase - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase.
JUnit TestCase for Avalon Components This class will extends the JUnit TestCase class to setup an environment to easily test Avalon Components.
ExcaliburTestCase(String) - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のコンストラクタ
 
export() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
ExtensionFileFilter - class org.apache.avalon.excalibur.io.ExtensionFileFilter.
This filters files based on the extension (what the filename ends with).
ExtensionFileFilter(String) - class org.apache.avalon.excalibur.io.ExtensionFileFilter のコンストラクタ
 
ExtensionFileFilter(String[]) - class org.apache.avalon.excalibur.io.ExtensionFileFilter のコンストラクタ
 

F

FileResource - class org.apache.avalon.excalibur.monitor.FileResource.
Managed File based Resource.
FileResource(File) - class org.apache.avalon.excalibur.monitor.FileResource のコンストラクタ
 
FileResource(String) - class org.apache.avalon.excalibur.monitor.FileResource のコンストラクタ
Instantiate the FileResource
FileTargetFactory - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory.
FileTargetFactory class.
FileTargetFactory() - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory のコンストラクタ
 
FileUtil - class org.apache.avalon.excalibur.io.FileUtil.
This class provides basic facilities for manipulating files and file paths.
fill(int) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
This fills the pool to the size specified in parameter.
fillInContext(Context) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
FixedSizeBuffer - class org.apache.avalon.excalibur.collections.FixedSizeBuffer.
The FixedSizeBuffer is a very efficient implementation of Buffer that does not alter the size of the buffer at runtime.
FixedSizeBuffer() - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のコンストラクタ
 
FixedSizeBuffer(int) - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のコンストラクタ
 
forceDelete(File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Delete a file.
forceDelete(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Delete a file.
format(String, Object[]) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
FormatterFactory - class org.apache.avalon.excalibur.logger.factory.FormatterFactory.
Factory for Formatter-s.
FormatterFactory() - class org.apache.avalon.excalibur.logger.factory.FormatterFactory のコンストラクタ
 

G

get() - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
get() - class org.apache.avalon.excalibur.pool.DefaultPool のメソッド
 
get() - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
Retrieve an object from pool.
get() - interface org.apache.avalon.excalibur.pool.Pool のメソッド
 
get() - class org.apache.avalon.excalibur.component.ComponentHandler のメソッド
 
get() - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のメソッド
Get a reference of the desired Component
get() - class org.apache.avalon.excalibur.component.PoolableComponentHandler のメソッド
Get a reference of the desired Component
get() - class org.apache.avalon.excalibur.collections.CircularBuffer のメソッド
推奨されていません。  
get() - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
 
getAbsoluteName(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
getArgument() - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Retrieve argument to option if it takes arguments.
getArgument(int) - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Retrieve indexed argument to option if it takes arguments.
getArgumentById(int) - class org.apache.avalon.excalibur.cli.CLArgsParser のメソッド
Retrieve the CLOption with specified id, or null if no command line option is found.
getArgumentByName(String) - class org.apache.avalon.excalibur.cli.CLArgsParser のメソッド
Retrieve the CLOption with specified name, or null if no command line option is found.
getArgumentCount() - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Get number of arguments.
getArguments() - class org.apache.avalon.excalibur.cli.CLArgsParser のメソッド
Retrieve a list of options that were parsed from command list.
getAutoCommit() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
getBaseResources(String) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource with specified basename.
getBaseResources(String, ClassLoader) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource with specified basename.
getBaseURLContext(Name, Hashtable) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
 
getBoolean(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a boolean from bundle.
getBoolean(String, boolean) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a boolean from bundle.
getBufferSize() - class org.apache.avalon.excalibur.collections.CircularBuffer のメソッド
推奨されていません。  
getBundle() - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve underlying ResourceBundle.
getByte(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a byte from bundle.
getByte(String, byte) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a byte from bundle.
getCapacity() - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
Return the total number of slots in Pool
getCatalog() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
getCause() - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のメソッド
Return the parent exception
getChar(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a char from bundle.
getChar(String, char) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a char from bundle.
getClassResources(Class) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource for specified Class.
getClassResourcesBaseName(Class) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource basename for specified Class.
getComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogKitManager) - class org.apache.avalon.excalibur.component.ComponentHandler の static メソッド
 
getComponentHandler(Component) - class org.apache.avalon.excalibur.component.ComponentHandler の static メソッド
 
getConnection() - class org.apache.avalon.excalibur.datasource.JdbcDataSource のメソッド
Get the database connection
getConnection() - class org.apache.avalon.excalibur.datasource.J2eeDataSource のメソッド
Get the database connection
getConnection() - interface org.apache.avalon.excalibur.datasource.DataSourceComponent のメソッド
Gets the Connection to the database
getContentSize() - class org.apache.avalon.excalibur.collections.CircularBuffer のメソッド
推奨されていません。  
getCreatedClass() - interface org.apache.avalon.excalibur.pool.ObjectFactory のメソッド
 
getCreatedClass() - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のメソッド
 
getCreatedClass() - class org.apache.avalon.excalibur.component.DefaultComponentFactory のメソッド
 
getCreatedClass() - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のメソッド
 
getDate(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a date from bundle.
getDate(String, Date) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a date from bundle.
getDateTime(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a date + time from bundle.
getDateTime(String, Date) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a time from bundle.
getDefaultClassNameForHint(String, String) - class org.apache.avalon.excalibur.component.DefaultRoleManager のメソッド
Retrieves a default class name for a role/hint combination.
getDefaultClassNameForHint(String, String) - interface org.apache.avalon.excalibur.component.RoleManager のメソッド
Get the default classname for a given hint type.
getDefaultClassNameForRole(String) - class org.apache.avalon.excalibur.component.DefaultRoleManager のメソッド
Retrieves the default class name for the specified role.
getDefaultClassNameForRole(String) - interface org.apache.avalon.excalibur.component.RoleManager のメソッド
Get the default classname for a given role.
getDefaultLogger() - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のメソッド
 
getDefaultLogger() - interface org.apache.avalon.excalibur.logger.LoggerManager のメソッド
Return the default Logger.
getDefaultLogger() - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のメソッド
 
getDescription() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
Retrieve textual description.
getDouble(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a double from bundle.
getDouble(String, double) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a double from bundle.
getEndIndexOfURLPart(String, int) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Find end index of url part in string.
getEnvironment() - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Return a copy of environment.
getErrorString() - class org.apache.avalon.excalibur.cli.CLArgsParser のメソッド
Retrieve an error message that occured during parsing if one existed.
getExtension(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Get extension from filename. ie foo.txt --> "txt" a\b\c.jpg --> "jpg" a\b\c --> ""
getFilename(String) - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory のメソッド
Process the file name This method scans the file name passed for occurrences of ${foo}.
getFileStrategy(Configuration, File) - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory のメソッド
 
getFlags() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
Retrieve flags about option.
getFloat(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a float from bundle.
getFloat(String, float) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a float from bundle.
getFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.JMSTargetFactory のメソッド
 
getFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.DatagramTargetFactory のメソッド
Returns the Formatter
getFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.FileTargetFactory のメソッド
 
getFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.ServletTargetFactory のメソッド
 
getFormatter(Configuration) - class org.apache.avalon.excalibur.logger.factory.StreamTargetFactory のメソッド
 
getHierarchy() - interface org.apache.avalon.excalibur.logger.LogKitManager のメソッド
推奨されていません。 Retrieve Hierarchy for Loggers configured by the system.
getHierarchy() - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のメソッド
推奨されていません。 Retrieve Hierarchy for Loggers configured by the system.
getId() - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Retrieve id of option.
getId() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
Retrieve the id for option.
getIncompatble() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
推奨されていません。 Use the correctly spelled CLOptionDescriptor.getIncompatible() instead.
getIncompatible() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
 
getInitialContext(Hashtable) - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory のメソッド
 
getInitialContext(Hashtable) - class org.apache.avalon.excalibur.naming.memory.MemoryInitialContextFactory のメソッド
 
getInteger(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a integer from bundle.
getInteger(String, int) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a integer from bundle.
getLeafName(Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get leaf name component from specified Name object.
getLogEnabledLogger() - class org.apache.avalon.excalibur.component.DefaultComponentFactory のメソッド
 
getLogEnabledLogger() - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
Return the logger
getLogger() - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
Return the logger
getLogger(String) - interface org.apache.avalon.excalibur.logger.LogKitManager のメソッド
推奨されていません。 Find a logger based on a category name.
getLogger(String) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のメソッド
推奨されていません。 Retrieves a Logger from a category name.
getLoggerForCategory(String) - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のメソッド
Retrieves a Logger from a category name.
getLoggerForCategory(String) - interface org.apache.avalon.excalibur.logger.LoggerManager のメソッド
Return the Logger for the specified category.
getLoggerForCategory(String) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のメソッド
Retrieves a Logger from a category name.
getLogTarget(String) - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager のメソッド
Retrieves a LogTarget for an ID.
getLogTarget(String) - interface org.apache.avalon.excalibur.logger.LogTargetManager のメソッド
Find a logger based on a category name.
getLogTargetFactory(String) - interface org.apache.avalon.excalibur.logger.LogTargetFactoryManager のメソッド
Find a factory for LogTargets based on a name.
getLogTargetFactory(String) - class org.apache.avalon.excalibur.logger.DefaultLogTargetFactoryManager のメソッド
Retrieves a LogTargetFactory from a name.
getLong(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a long from bundle.
getLong(String, long) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a long from bundle.
getMetaData() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
getName() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
Retrieve name of option which is also text for long option.
getNameInNamespace() - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
 
getNameInNamespace() - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
getNameInNamespace() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.DefaultNamespace のメソッド
 
getNameParser() - interface org.apache.avalon.excalibur.naming.Namespace のメソッド
 
getNameParser() - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.StandardNamespace のメソッド
 
getNameParser() - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
getNameParser(Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get the NameParser for the named context.
getNameParser(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get the NameParser for the named context.
getNamespace() - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
getNamespace() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Utility method to retrieve the Namespace.
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.avalon.excalibur.naming.AbstractNamespace のメソッド
 
getObjectInstance(Object, Name, Context, Hashtable) - class org.apache.avalon.excalibur.naming.StandardNamespace のメソッド
 
getPackageResources(Class) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource for specified Classes package.
getPackageResourcesBaseName(Class) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource basename for specified Classes package.
getParent() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Utility method to retrieve parent Context.
getPath(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Get path from filename.
getPath(String, char) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Get path from filename. ie.
getPathName(Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get name components minus leaf name component.
getProvider() - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
getRawEnvironment() - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Utility method to retrieve raw environment value.
getResource(String) - class org.apache.avalon.excalibur.monitor.PassiveMonitor のメソッド
Find a monitored resource.
getResource(String) - interface org.apache.avalon.excalibur.monitor.Monitor のメソッド
Find a monitored resource.
getResource(String) - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
Find a monitored resource.
getResourceAsReader() - class org.apache.avalon.excalibur.monitor.StreamResource のメソッド
Get the Resource contents as a Reader.
getResourceAsReader() - class org.apache.avalon.excalibur.monitor.FileResource のメソッド
Sets the resource value with a Writer
getResourceAsStream() - class org.apache.avalon.excalibur.monitor.StreamResource のメソッド
Get the Resource contents as an InputStream.
getResourceAsStream() - class org.apache.avalon.excalibur.monitor.FileResource のメソッド
Sets the resource value with an OutputStream
getResourceKey() - class org.apache.avalon.excalibur.monitor.Resource のメソッド
Return the key for the resource.
getResources(String) - class org.apache.avalon.excalibur.i18n.ResourceManager の static メソッド
Retrieve resource for specified name.
getRoleForName(String) - class org.apache.avalon.excalibur.component.DefaultRoleManager のメソッド
Retrieves the real role name from a shorthand name.
getRoleForName(String) - interface org.apache.avalon.excalibur.component.RoleManager のメソッド
Find Role name based on shorthand name.
getShort(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a short from bundle.
getShort(String, short) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a short from bundle.
getSize() - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
推奨されていません。 use the official size() method instead
getStateToBind(Object, Name, Context, Hashtable) - class org.apache.avalon.excalibur.naming.AbstractNamespace のメソッド
 
getStateToBind(Object, Name, Context, Hashtable) - class org.apache.avalon.excalibur.naming.StandardNamespace のメソッド
 
getString(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a raw string from bundle.
getString(String, Object) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
getString(String, Object, Object, Object, Object, Object) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a string from resource bundle and format it with specified args.
getTime(String) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a time from bundle.
getTime(String, Date) - class org.apache.avalon.excalibur.i18n.Resources のメソッド
Retrieve a time from bundle.
getTransactionIsolation() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
getTypeMap() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
getUnparsedArgs() - class org.apache.avalon.excalibur.cli.CLArgsParser のメソッド
 
getWarnings() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
grow() - interface org.apache.avalon.excalibur.pool.PoolController のメソッド
Called when a Pool reaches it's minimum.
grow() - class org.apache.avalon.excalibur.pool.DefaultPoolController のメソッド
 
grow() - class org.apache.avalon.excalibur.component.DefaultComponentPoolController のメソッド
Called when a Pool reaches it's minimum.
grow(int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のメソッド
 
grow(int) - interface org.apache.avalon.excalibur.pool.Resizable のメソッド
 
grow(int) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
This fills the pool by the size specified in parameter.

H

handleException(Exception) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
 
HardResourceLimitingPool - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool.
This is a implementation of Pool that is thread safe.
HardResourceLimitingPool(Class, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(Class, int, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory, int, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory, PoolController) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory, PoolController, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
HardResourceLimitingPool(ObjectFactory, PoolController, int, int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のコンストラクタ
 
hasComponent(Object) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Tests for existence of a component.
hasComponent(String) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Tests for existence of a component.
hasListeners() - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is the preferred method of determining if a Resource has listeners.
hasListeners(String) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is a convenience if you want to expose other properties for the Resource.
hasMore() - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration のメソッド
 
hasMoreElements() - class org.apache.avalon.excalibur.collections.ArrayEnumeration のメソッド
 
hasMoreElements() - class org.apache.avalon.excalibur.collections.IteratorEnumeration のメソッド
 

I

init() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
initialize() - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
initialize() - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のメソッド
 
initialize() - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
 
initialize() - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のメソッド
 
initialize() - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Properly initialize of the Child handlers.
initialize() - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のメソッド
Initialize the ComponentHandler.
initialize() - class org.apache.avalon.excalibur.component.PoolableComponentHandler のメソッド
Initialize the ComponentHandler.
initialize() - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Properly initialize of the Child handlers.
initialize() - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
initialize() - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
 
insert(Object) - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Insert an element into queue.
insert(Object) - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
Insert an element into queue.
insert(Object) - interface org.apache.avalon.excalibur.collections.PriorityQueue のメソッド
Insert an element into queue.
internalGrow(int) - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
internalGrow(int) - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のメソッド
 
internalShrink(int) - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
intersection(List, List) - class org.apache.avalon.excalibur.collections.ListUtils の static メソッド
 
InvertedFileFilter - class org.apache.avalon.excalibur.io.InvertedFileFilter.
This takes a FilenameFilter as input and inverts the selection.
InvertedFileFilter(FilenameFilter) - class org.apache.avalon.excalibur.io.InvertedFileFilter のコンストラクタ
 
invoke(Object, Method, Object[]) - class org.apache.avalon.excalibur.proxy.DynamicProxy のメソッド
Invoke the specified method on underlying object.
IOUtil - class org.apache.avalon.excalibur.io.IOUtil.
General IO Stream manipulation.
isClosed() - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
isDestroyableContext(Object) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
isEmpty() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Test if queue is empty.
isEmpty() - interface org.apache.avalon.excalibur.collections.Buffer のメソッド
Tests to see if the CircularBuffer is empty.
isEmpty() - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のメソッド
 
isEmpty() - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のメソッド
Tests to see if the CircularBuffer is empty.
isEmpty() - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
Test if queue is empty.
isEmpty() - interface org.apache.avalon.excalibur.collections.PriorityQueue のメソッド
Test if queue is empty.
isEmpty() - class org.apache.avalon.excalibur.collections.CircularBuffer のメソッド
推奨されていません。  
isFinished(int) - class org.apache.avalon.excalibur.cli.AbstractParserControl のメソッド
 
isFinished(int) - interface org.apache.avalon.excalibur.cli.ParserControl のメソッド
 
isFull() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Test if queue is full.
isReadOnly() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
isSelf(Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
 
isSignalled() - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のメソッド
Checks if the event is signalled.
IteratorEnumeration - class org.apache.avalon.excalibur.collections.IteratorEnumeration.
Enumeration wrapper for iterator.
IteratorEnumeration(Iterator) - class org.apache.avalon.excalibur.collections.IteratorEnumeration のコンストラクタ
 

J

J2eeDataSource - class org.apache.avalon.excalibur.datasource.J2eeDataSource.
The J2EE implementation for DataSources in Cocoon.
J2eeDataSource() - class org.apache.avalon.excalibur.datasource.J2eeDataSource のコンストラクタ
 
JaxenProcessorImpl - class org.apache.avalon.excalibur.xml.xpath.JaxenProcessorImpl.
This class defines the implementation of the XPathProcessor component.
JaxenProcessorImpl() - class org.apache.avalon.excalibur.xml.xpath.JaxenProcessorImpl のコンストラクタ
 
JDBC_NAME - class org.apache.avalon.excalibur.datasource.J2eeDataSource の static 変数
 
JdbcConnection - class org.apache.avalon.excalibur.datasource.JdbcConnection.
The Connection object used in conjunction with the JdbcDataSource object.
JdbcConnection(Connection, String) - class org.apache.avalon.excalibur.datasource.JdbcConnection のコンストラクタ
 
JdbcConnectionFactory - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory.
The Factory implementation for JdbcConnections.
JdbcConnectionFactory(String, String, String, boolean, boolean) - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のコンストラクタ
推奨されていません。 Use the new constructor with the keepalive and connectionClass specified.
JdbcConnectionFactory(String, String, String, boolean, boolean, String) - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のコンストラクタ
 
JdbcConnectionFactory(String, String, String, boolean, String, String) - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のコンストラクタ
Creates and configures a new JdbcConnectionFactory.
JdbcConnectionPool - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool.
The Pool implementation for JdbcConnections.
JdbcConnectionPool(JdbcConnectionFactory, DefaultPoolController, int, int, boolean) - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のコンストラクタ
 
JdbcDataSource - class org.apache.avalon.excalibur.datasource.JdbcDataSource.
The Default implementation for DataSources in Avalon.
JdbcDataSource() - class org.apache.avalon.excalibur.datasource.JdbcDataSource のコンストラクタ
 
JDBCTargetFactory - class org.apache.avalon.excalibur.logger.factory.JDBCTargetFactory.
Factory for JDBCLogTarget-s.
JDBCTargetFactory() - class org.apache.avalon.excalibur.logger.factory.JDBCTargetFactory のコンストラクタ
 
JMSTargetFactory - class org.apache.avalon.excalibur.logger.factory.JMSTargetFactory.
Factory for JMS LogTarget-s.
JMSTargetFactory() - class org.apache.avalon.excalibur.logger.factory.JMSTargetFactory のコンストラクタ
 

L

lastModified() - class org.apache.avalon.excalibur.monitor.Resource のメソッド
The time this was last modified.
lastModified() - class org.apache.avalon.excalibur.monitor.FileResource のメソッド
Determines the last time this resource was modified
lastModified() - interface org.apache.avalon.excalibur.monitor.Modifiable のメソッド
Simply provides the last time the resource has been modified.
list(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Enumerates the names bound in the named context.
list(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Enumerates the names bound in the named context.
list(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Enumerates the names bound in the named context.
list(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
list(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
list(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
listBindings(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
listBindings(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Enumerates the names bound in the named context, along with the objects bound to them.
ListUtils - class org.apache.avalon.excalibur.collections.ListUtils.
Miscelaneous utilities to manipulate Lists.
ListUtils() - class org.apache.avalon.excalibur.collections.ListUtils のコンストラクタ
 
localLookup(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Lookup entry in local context.
Lock - class org.apache.avalon.excalibur.concurrent.Lock.
推奨されていません。 use the Mutex class instead
lock() - class org.apache.avalon.excalibur.concurrent.Lock のメソッド
推奨されていません。 Locks.
Lock() - class org.apache.avalon.excalibur.concurrent.Lock のコンストラクタ
推奨されていません。  
Log4JLoggerManager - class org.apache.avalon.excalibur.logger.Log4JLoggerManager.
Log4JLoggerManager implementation.
Log4JLoggerManager() - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager.
Log4JLoggerManager(Hierarchy) - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy.
Log4JLoggerManager(String) - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager using specified logger name as root logger.
Log4JLoggerManager(String, Hierarchy) - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
Log4JLoggerManager(String, Hierarchy, Logger) - class org.apache.avalon.excalibur.logger.Log4JLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
LoggerManager - interface org.apache.avalon.excalibur.logger.LoggerManager.
LoggerManager Interface.
LogKitLoggerManager - class org.apache.avalon.excalibur.logger.LogKitLoggerManager.
LogKitLoggerManager implementation.
LogKitLoggerManager() - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager.
LogKitLoggerManager(Hierarchy) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy.
LogKitLoggerManager(String) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager using specified logger name as root logger.
LogKitLoggerManager(String, Hierarchy) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
LogKitLoggerManager(String, Hierarchy, Logger) - class org.apache.avalon.excalibur.logger.LogKitLoggerManager のコンストラクタ
Creates a new DefaultLogKitManager with an existing Hierarchy using specified logger name as root logger.
LogKitManageable - interface org.apache.avalon.excalibur.logger.LogKitManageable.
LogKitManageable Interface, use this to set the LogKitManagers for child Components.
LogKitManager - interface org.apache.avalon.excalibur.logger.LogKitManager.
推奨されていません。 we should use the new LoggerManager interface that directly supports the new framework Logger interface.
LogTargetFactory - interface org.apache.avalon.excalibur.logger.LogTargetFactory.
LogTargetFactory Interface.
LogTargetFactoryManageable - interface org.apache.avalon.excalibur.logger.LogTargetFactoryManageable.
LogTargetFactoryManageable Interface, use this to set the LogTargetFactoryManager for child Components.
LogTargetFactoryManager - interface org.apache.avalon.excalibur.logger.LogTargetFactoryManager.
LogTargetFactoryManager Interface.
LogTargetManager - interface org.apache.avalon.excalibur.logger.LogTargetManager.
LogTargetManager Interface.
lookup(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Get the object named.
lookup(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Get the object named.
lookup(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Get the object named.
lookup(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
lookup(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
lookup(String) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Return an instance of a component based on a Role.
lookup(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get the object named.
lookupLink(Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get the object named following all links.
lookupLink(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Get the object named following all links.
lookupSubContext(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Lookup a sub-context of current context.

M

m_active - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_amount - class org.apache.avalon.excalibur.component.DefaultComponentPoolController の変数
Used increase/decrease amount
m_arguements - class org.apache.avalon.excalibur.pool.DefaultObjectFactory の変数
 
m_buffer - class org.apache.avalon.excalibur.collections.VariableSizeBuffer の変数
 
m_buffer - class org.apache.avalon.excalibur.collections.CircularBuffer の変数
推奨されていません。  
m_bufferSize - class org.apache.avalon.excalibur.collections.CircularBuffer の変数
推奨されていません。  
m_configuration - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory の変数
The Configuration object
m_connection - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection の変数
 
m_constructor - class org.apache.avalon.excalibur.pool.DefaultObjectFactory の変数
 
m_contentSize - class org.apache.avalon.excalibur.collections.CircularBuffer の変数
推奨されていません。  
m_context - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector の変数
The application context for components
m_context - class org.apache.avalon.excalibur.logger.factory.AbstractTargetFactory の変数
The Context object
m_controller - class org.apache.avalon.excalibur.pool.DefaultPool の変数
 
m_controller - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_count - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_dataSource - class org.apache.avalon.excalibur.datasource.J2eeDataSource の変数
 
m_disposed - class org.apache.avalon.excalibur.pool.DefaultPool の変数
 
m_elements - class org.apache.avalon.excalibur.collections.ArrayEnumeration の変数
 
m_eventSupport - class org.apache.avalon.excalibur.monitor.Resource の変数
 
m_factory - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_factory - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_head - class org.apache.avalon.excalibur.collections.VariableSizeBuffer の変数
 
m_head - class org.apache.avalon.excalibur.collections.CircularBuffer の変数
推奨されていません。  
m_index - class org.apache.avalon.excalibur.collections.ArrayEnumeration の変数
 
m_initial - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_initialized - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_iterator - class org.apache.avalon.excalibur.collections.IteratorEnumeration の変数
 
m_lastUsed - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection の変数
 
m_logPriority - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase の変数
 
m_logTargetFactoryManager - class org.apache.avalon.excalibur.logger.factory.PriorityFilterTargetFactory の変数
The LogTargetFactoryManager
m_logTargetFactoryManager - class org.apache.avalon.excalibur.logger.factory.AsyncLogTargetFactory の変数
The LogTargetFactoryManager
m_max - class org.apache.avalon.excalibur.pool.DefaultPool の変数
 
m_maximum - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_min - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_min - class org.apache.avalon.excalibur.pool.DefaultPool の変数
 
m_mutex - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_namespace - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration の変数
 
m_objectFactorySet - class org.apache.avalon.excalibur.naming.AbstractNamespace の変数
 
m_owner - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration の変数
 
m_pool - class org.apache.avalon.excalibur.pool.SingleThreadedPool の変数
 
m_pool - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection の変数
 
m_pool - class org.apache.avalon.excalibur.datasource.JdbcDataSource の変数
 
m_previousModified - class org.apache.avalon.excalibur.monitor.Resource の変数
 
m_quickFail - class org.apache.avalon.excalibur.pool.DefaultPool の変数
 
m_ready - class org.apache.avalon.excalibur.pool.AbstractPool の変数
 
m_scheme - class org.apache.avalon.excalibur.naming.AbstractURLContext の変数
 
m_stateFactorySet - class org.apache.avalon.excalibur.naming.AbstractNamespace の変数
 
m_tail - class org.apache.avalon.excalibur.collections.VariableSizeBuffer の変数
 
m_tail - class org.apache.avalon.excalibur.collections.CircularBuffer の変数
推奨されていません。  
m_testException - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection の変数
 
m_testStatement - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection の変数
 
Main - class org.apache.avalon.excalibur.naming.rmi.server.Main.
This is a simple test name server and should NOT be used in a production system.
Main() - class org.apache.avalon.excalibur.naming.rmi.server.Main のコンストラクタ
 
Main(boolean) - class org.apache.avalon.excalibur.naming.rmi.server.Main のコンストラクタ
 
main(String[]) - class org.apache.avalon.excalibur.naming.rmi.server.Main の static メソッド
 
manager - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase の変数
 
mark(int) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
markSupported() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
MAX_COMPARATOR - class org.apache.avalon.excalibur.collections.BinaryHeap の static 変数
Comparator used to instantiate a max heap - assumes contents implement the Comparable interface.
MemoryContext - class org.apache.avalon.excalibur.naming.memory.MemoryContext.
An in memory context implementation.
MemoryContext(Namespace, Hashtable, Context) - class org.apache.avalon.excalibur.naming.memory.MemoryContext のコンストラクタ
 
MemoryContext(Namespace, Hashtable, Context, Hashtable) - class org.apache.avalon.excalibur.naming.memory.MemoryContext のコンストラクタ
 
MemoryInitialContextFactory - class org.apache.avalon.excalibur.naming.memory.MemoryInitialContextFactory.
Initial context factory for memorycontext.
MemoryInitialContextFactory() - class org.apache.avalon.excalibur.naming.memory.MemoryInitialContextFactory のコンストラクタ
 
MIN_COMPARATOR - class org.apache.avalon.excalibur.collections.BinaryHeap の static 変数
Comparator used to instantiate a min heap - assumes contents implement the Comparable interface.
Modifiable - interface org.apache.avalon.excalibur.monitor.Modifiable.
This interface is used by the Monitor section so that we can test if a resource is modified by an external source.
MODIFIED - class org.apache.avalon.excalibur.monitor.Resource の static 変数
 
Monitor - interface org.apache.avalon.excalibur.monitor.Monitor.
The Monitor is used to actively check a set of resources to see if they have changed.
Mutex - class org.apache.avalon.excalibur.concurrent.Mutex.
 
Mutex() - class org.apache.avalon.excalibur.concurrent.Mutex のコンストラクタ
 

N

Namespace - interface org.apache.avalon.excalibur.naming.Namespace.
Interface representing Namespace/NamingSystem.
NAMESPACE - class org.apache.avalon.excalibur.naming.RemoteContext の static 変数
 
NAMESPACE_NAME - class org.apache.avalon.excalibur.naming.RemoteContext の static 変数
 
NAMING_PROVIDER - class org.apache.avalon.excalibur.naming.RemoteContext の static 変数
 
NamingProvider - interface org.apache.avalon.excalibur.naming.NamingProvider.
The underlying communication interface for remote contexts.
nativeSQL(String) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
newContext() - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
 
newContext() - class org.apache.avalon.excalibur.naming.memory.MemoryContext のメソッド
 
newContext(String) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Return a new instance of the base context for a URL.
newInstance() - interface org.apache.avalon.excalibur.pool.ObjectFactory のメソッド
 
newInstance() - class org.apache.avalon.excalibur.pool.DefaultObjectFactory のメソッド
 
newInstance() - class org.apache.avalon.excalibur.component.DefaultComponentFactory のメソッド
 
newInstance() - class org.apache.avalon.excalibur.datasource.JdbcConnectionFactory のメソッド
 
newInstance(Object) - class org.apache.avalon.excalibur.proxy.DynamicProxy の static メソッド
Create a proxy object that has all of it's underlying interfaces implemented by proxy.
newInstance(Object, Class[]) - class org.apache.avalon.excalibur.proxy.DynamicProxy の static メソッド
Create a proxy object that has specified interfaces implemented by proxy.
newNamespace(Hashtable) - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory のメソッド
 
newNamingProvider(Hashtable) - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory のメソッド
 
newNamingProvider(String, int) - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory のメソッド
 
newPoolable() - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
This is the method to override when you need to enforce creational policies.
newPoolable() - class org.apache.avalon.excalibur.pool.HardResourceLimitingPool のメソッド
 
newPoolable() - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
 
nextElement() - class org.apache.avalon.excalibur.collections.ArrayEnumeration のメソッド
 
nextElement() - class org.apache.avalon.excalibur.collections.IteratorEnumeration のメソッド
 
nextElement() - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration のメソッド
 
NoAvailableConnectionException - exception org.apache.avalon.excalibur.datasource.NoAvailableConnectionException.
Exception that is thrown when there are no more Connection objects available in the pool.
NoAvailableConnectionException() - class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException のコンストラクタ
 
NoAvailableConnectionException(String) - class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException のコンストラクタ
 
NoAvailableConnectionException(String, String) - class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException のコンストラクタ
 
NoAvailableConnectionException(String, String, int) - class org.apache.avalon.excalibur.datasource.NoAvailableConnectionException のコンストラクタ
 
normalize(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Normalize a path.
NoValidConnectionException - exception org.apache.avalon.excalibur.datasource.NoValidConnectionException.
Exception that is thrown when there is no valid Connection wrapper available in the ClassLoader.
NoValidConnectionException() - class org.apache.avalon.excalibur.datasource.NoValidConnectionException のコンストラクタ
 
NoValidConnectionException(String) - class org.apache.avalon.excalibur.datasource.NoValidConnectionException のコンストラクタ
 
NoValidConnectionException(String, String) - class org.apache.avalon.excalibur.datasource.NoValidConnectionException のコンストラクタ
 
NoValidConnectionException(String, String, int) - class org.apache.avalon.excalibur.datasource.NoValidConnectionException のコンストラクタ
 

O

ObjectFactory - interface org.apache.avalon.excalibur.pool.ObjectFactory.
This is the interface for factory that is used to create objects for Pool.
OrFileFilter - class org.apache.avalon.excalibur.io.OrFileFilter.
Accepts a selection if it is acceptable to either of two FilenameFilters.
OrFileFilter(FilenameFilter, FilenameFilter) - class org.apache.avalon.excalibur.io.OrFileFilter のコンストラクタ
 
org.apache.avalon.excalibur.cli - package org.apache.avalon.excalibur.cli
Utility code for parsing command-line options.
org.apache.avalon.excalibur.collections - package org.apache.avalon.excalibur.collections
 
org.apache.avalon.excalibur.component - package org.apache.avalon.excalibur.component
 
org.apache.avalon.excalibur.concurrent - package org.apache.avalon.excalibur.concurrent
 
org.apache.avalon.excalibur.datasource - package org.apache.avalon.excalibur.datasource
 
org.apache.avalon.excalibur.i18n - package org.apache.avalon.excalibur.i18n
 
org.apache.avalon.excalibur.io - package org.apache.avalon.excalibur.io
Utility code for IO operations.
org.apache.avalon.excalibur.logger - package org.apache.avalon.excalibur.logger
 
org.apache.avalon.excalibur.logger.factory - package org.apache.avalon.excalibur.logger.factory
 
org.apache.avalon.excalibur.monitor - package org.apache.avalon.excalibur.monitor
An extensible resource monitor framework and implementation.
org.apache.avalon.excalibur.naming - package org.apache.avalon.excalibur.naming
 
org.apache.avalon.excalibur.naming.memory - package org.apache.avalon.excalibur.naming.memory
 
org.apache.avalon.excalibur.naming.rmi - package org.apache.avalon.excalibur.naming.rmi
 
org.apache.avalon.excalibur.naming.rmi.server - package org.apache.avalon.excalibur.naming.rmi.server
 
org.apache.avalon.excalibur.pool - package org.apache.avalon.excalibur.pool
 
org.apache.avalon.excalibur.property - package org.apache.avalon.excalibur.property
 
org.apache.avalon.excalibur.proxy - package org.apache.avalon.excalibur.proxy
 
org.apache.avalon.excalibur.testcase - package org.apache.avalon.excalibur.testcase
 
org.apache.avalon.excalibur.xml.xpath - package org.apache.avalon.excalibur.xml.xpath
 

P

parse(String) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
 
parse(String) - class org.apache.avalon.excalibur.naming.DefaultNameParser のメソッド
 
ParserControl - interface org.apache.avalon.excalibur.cli.ParserControl.
ParserControl is used to control particular behaviour of the parser.
PassiveMonitor - class org.apache.avalon.excalibur.monitor.PassiveMonitor.
The PassiveMonitor is used to passively check a set of resources to see if they have changed.
PassiveMonitor() - class org.apache.avalon.excalibur.monitor.PassiveMonitor のコンストラクタ
 
peek() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Return element on top of heap but don't remove it.
peek() - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
Return element on top of heap but don't remove it.
peek() - interface org.apache.avalon.excalibur.collections.PriorityQueue のメソッド
Return element on top of heap but don't remove it.
Pool - interface org.apache.avalon.excalibur.pool.Pool.
This is an Pool that caches Poolable objects for reuse.
Poolable - interface org.apache.avalon.excalibur.pool.Poolable.
Poolable marker interface.
PoolableComponentHandler - class org.apache.avalon.excalibur.component.PoolableComponentHandler.
The PoolableComponentHandler to make sure components are initialized and destroyed correctly.
PoolableComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogKitManager) - class org.apache.avalon.excalibur.component.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.
This is the interface you implement if you want to control how Pools capacity changes overtime.
pop() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Return element on top of heap and remove it.
pop() - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
Return element on top of heap and remove it.
pop() - interface org.apache.avalon.excalibur.collections.PriorityQueue のメソッド
Return element on top of heap and remove it.
pop() - class org.apache.avalon.excalibur.collections.ArrayStack のメソッド
Remove element from top of stack and return it
PrefixFileFilter - class org.apache.avalon.excalibur.io.PrefixFileFilter.
This filters filenames for a certain prefix.
PrefixFileFilter(String) - class org.apache.avalon.excalibur.io.PrefixFileFilter のコンストラクタ
 
PrefixFileFilter(String[]) - class org.apache.avalon.excalibur.io.PrefixFileFilter のコンストラクタ
 
prepare() - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
Initializes the ComponentManager The configuration file is determined by the class name plus .xtest appended, all '.' replaced by '/' and loaded as a resource via classpath
prepare(InputStream) - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
Initializes the ComponentManager
prepareCall(String) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
prepareCall(String, int, int) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
prepareStatement(String) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
prepareStatement(String, int, int) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
printStackTrace() - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のメソッド
 
printStackTrace(PrintStream) - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のメソッド
 
printStackTrace(PrintWriter) - class org.apache.avalon.excalibur.testcase.CascadingAssertionFailedError のメソッド
 
PriorityFilterTargetFactory - class org.apache.avalon.excalibur.logger.factory.PriorityFilterTargetFactory.
PriorityFilterTargetFactory class.
PriorityFilterTargetFactory() - class org.apache.avalon.excalibur.logger.factory.PriorityFilterTargetFactory のコンストラクタ
 
PriorityQueue - interface org.apache.avalon.excalibur.collections.PriorityQueue.
Iterface for priority queues.
PropertyException - exception org.apache.avalon.excalibur.property.PropertyException.
Thrown when a property can not be resolved properly.
PropertyException(String) - class org.apache.avalon.excalibur.property.PropertyException のコンストラクタ
Construct a new PropertyException instance.
PropertyException(String, Throwable) - class org.apache.avalon.excalibur.property.PropertyException のコンストラクタ
Construct a new PropertyException instance.
PropertyUtil - class org.apache.avalon.excalibur.property.PropertyUtil.
This provides utility methods for properties.
push(Object) - class org.apache.avalon.excalibur.collections.ArrayStack のメソッド
Adds the object to the top of the stack.
put(Component) - class org.apache.avalon.excalibur.component.ComponentHandler のメソッド
 
put(Component) - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のメソッド
Return a reference of the desired Component
put(Component) - class org.apache.avalon.excalibur.component.PoolableComponentHandler のメソッド
Return a reference of the desired Component
put(Poolable) - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
put(Poolable) - class org.apache.avalon.excalibur.pool.DefaultPool のメソッド
 
put(Poolable) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
Place an object in pool.
put(Poolable) - interface org.apache.avalon.excalibur.pool.Pool のメソッド
 
put(Poolable) - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
 

R

read() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
read(byte[]) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
read(byte[], int, int) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readBoolean() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readByte() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readChar() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readDouble() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readFloat() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readFully(byte[]) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readFully(byte[], int, int) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readInt() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readLine() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readLong() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readShort() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readSwappedDouble(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedDouble(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedFloat(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedFloat(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedInteger(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedInteger(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedLong(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedLong(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedShort(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedShort(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedUnsignedInteger(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedUnsignedInteger(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedUnsignedShort(byte[], int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readSwappedUnsignedShort(InputStream) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
readUnsignedByte() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readUnsignedShort() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
readUTF() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
ReadWriteLock - class org.apache.avalon.excalibur.concurrent.ReadWriteLock.
Class implementing a read/write lock.
ReadWriteLock() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のコンストラクタ
Default constructor.
rebind(Name, Object) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Binds a name to an object, overwriting any existing binding.
rebind(Name, String, Object) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
rebind(Name, String, Object) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
rebind(String, Object) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Binds a name to an object, overwriting any existing binding.
recursiveResolveProperty(String, Context, boolean) - class org.apache.avalon.excalibur.property.PropertyUtil の static メソッド
Resolve a string property.
Recyclable - interface org.apache.avalon.excalibur.pool.Recyclable.
This interface standardizes the behaviour of a recyclable object.
recycle() - interface org.apache.avalon.excalibur.pool.Recyclable のメソッド
This method should be implemented to remove all costly resources in object.
recycle() - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
release() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のメソッド
Releases a lock.
release() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
Releases a previously acquires semaphore and increments the count by one.
release() - interface org.apache.avalon.excalibur.concurrent.Sync のメソッド
Release lock.
release() - class org.apache.avalon.excalibur.concurrent.Semaphore のメソッド
 
release(Component) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Release a Component.
release(Component) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Release the Component to the propper ComponentHandler.
release(int) - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
Same as release() except that the count is increased by pCount instead of 1.
releaseAll() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
Releases all semaphores setting the count to max count.
RemoteContext - class org.apache.avalon.excalibur.naming.RemoteContext.
Context that hooks up to a remote source.
RemoteContext() - class org.apache.avalon.excalibur.naming.RemoteContext のコンストラクタ
 
RemoteContext(Hashtable, Name) - class org.apache.avalon.excalibur.naming.RemoteContext のコンストラクタ
 
remove() - interface org.apache.avalon.excalibur.collections.Buffer のメソッド
Removes the next object from the buffer.
remove() - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のメソッド
 
remove() - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のメソッド
Removes the next object from the buffer
removeAllPropertyChangeListeners() - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This cleanup method removes all listeners
removeExtension(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Remove extension from filename. ie foo.txt --> foo a\b\c.jpg --> a\b\c a\b\c --> a\b\c
removeExtention(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
推奨されていません。 Use removeExtension as removeExtention is mispelled
removeFromEnvironment(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Remove a key-value pair form environment and return it.
removePath(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Remove path from filename.
removePath(String, char) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Remove path from filename. ie.
removePoolable(Poolable) - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
This is the method to override when you need to enforce destructional policies.
removePropertyChangeListener(PropertyChangeListener) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is the prefered method of unregistering a PropertyChangeListender.
removePropertyChangeListener(String, PropertyChangeListener) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
This is a convenience if you want to expose other properties for the Resource.
removeResource(Resource) - class org.apache.avalon.excalibur.monitor.PassiveMonitor のメソッド
Remove a monitored resource by reference.
removeResource(Resource) - interface org.apache.avalon.excalibur.monitor.Monitor のメソッド
Remove a monitored resource by reference.
removeResource(Resource) - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
Remove a monitored resource by reference.
removeResource(String) - class org.apache.avalon.excalibur.monitor.PassiveMonitor のメソッド
Remove a monitored resource by key.
removeResource(String) - interface org.apache.avalon.excalibur.monitor.Monitor のメソッド
Remove a monitored resource by key.
removeResource(String) - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
Remove a monitored resource by key.
rename(Name, Name) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
 
rename(String, String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Rename a already bound object
reset() - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
reset() - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のメソッド
Resets the event to an unsignalled state
Resizable - interface org.apache.avalon.excalibur.pool.Resizable.
This is the interface for Pools that are not a fixed size.
resolve(String, Object) - class org.apache.avalon.excalibur.naming.AbstractNamingEnumeration のメソッド
 
resolveClass(ObjectStreamClass) - class org.apache.avalon.excalibur.io.ClassLoaderObjectInputStream のメソッド
 
resolveFile(File, String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Resolve a file filename to it's canonical form.
resolveProperty(String, Context, boolean) - class org.apache.avalon.excalibur.property.PropertyUtil の static メソッド
Resolve a string property.
Resource - class org.apache.avalon.excalibur.monitor.Resource.
Managed Resource.
Resource(String) - class org.apache.avalon.excalibur.monitor.Resource のコンストラクタ
Required constructor.
ResourceManager - class org.apache.avalon.excalibur.i18n.ResourceManager.
Manager for resources.
Resources - class org.apache.avalon.excalibur.i18n.Resources.
A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle.
Resources(String) - class org.apache.avalon.excalibur.i18n.Resources のコンストラクタ
Constructor that builds a manager in default locale.
Resources(String, ClassLoader) - class org.apache.avalon.excalibur.i18n.Resources のコンストラクタ
Constructor that builds a manager in default locale using specified ClassLoader.
Resources(String, Locale) - class org.apache.avalon.excalibur.i18n.Resources のコンストラクタ
Constructor that builds a manager in specified locale.
Resources(String, Locale, ClassLoader) - class org.apache.avalon.excalibur.i18n.Resources のコンストラクタ
Constructor that builds a manager in specified locale.
RMIInitialContextFactory - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory.
Initial context factory for memorycontext.
RMIInitialContextFactory() - class org.apache.avalon.excalibur.naming.rmi.RMIInitialContextFactory のコンストラクタ
 
RMINamingProvider - interface org.apache.avalon.excalibur.naming.rmi.RMINamingProvider.
The underlying communication interface for remote contexts.
RMINamingProviderImpl - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl.
The RMI implementation of provider.
RMINamingProviderImpl(Context) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のコンストラクタ
 
ROLE - interface org.apache.avalon.excalibur.xml.xpath.XPathProcessor の static 変数
The role implemented by an XSLTProcessor.
ROLE - interface org.apache.avalon.excalibur.monitor.Monitor の static 変数
 
ROLE - interface org.apache.avalon.excalibur.datasource.DataSourceComponent の static 変数
The name of the role for convenience
RoleManageable - interface org.apache.avalon.excalibur.component.RoleManageable.
RoleManageable Interface, use this to set the RoleManagers for child Components.
RoleManager - interface org.apache.avalon.excalibur.component.RoleManager.
RoleManager Interface, use this to specify the Roles and how they correspond easy shorthand names.
rollback() - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
run() - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
 
run() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
run() - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
 
run(TestResult) - class org.apache.avalon.excalibur.testcase.ExcaliburTestCase のメソッド
Override run so that we can have code that is run once.

S

select(Object) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Return an instance of a component based on a hint.
selectNodeList(Node, String) - class org.apache.avalon.excalibur.xml.xpath.JaxenProcessorImpl のメソッド
Use an XPath string to select a nodelist.
selectNodeList(Node, String) - class org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl のメソッド
Use an XPath string to select a nodelist.
selectNodeList(Node, String) - interface org.apache.avalon.excalibur.xml.xpath.XPathProcessor のメソッド
Use an XPath string to select a nodelist.
selectSingleNode(Node, String) - class org.apache.avalon.excalibur.xml.xpath.JaxenProcessorImpl のメソッド
Use an XPath string to select a single node.
selectSingleNode(Node, String) - class org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl のメソッド
Use an XPath string to select a single node.
selectSingleNode(Node, String) - interface org.apache.avalon.excalibur.xml.xpath.XPathProcessor のメソッド
Use an XPath string to select a single node.
Semaphore - class org.apache.avalon.excalibur.concurrent.Semaphore.
 
Semaphore(long) - class org.apache.avalon.excalibur.concurrent.Semaphore のコンストラクタ
 
ServletTargetFactory - class org.apache.avalon.excalibur.logger.factory.ServletTargetFactory.
ServletTargetFactory class.
ServletTargetFactory() - class org.apache.avalon.excalibur.logger.factory.ServletTargetFactory のコンストラクタ
 
setAutoCommit(boolean) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
setCatalog(String) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
setLogger(Logger) - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
setLogger(Logger) - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のメソッド
 
setLogger(Logger) - class org.apache.avalon.excalibur.component.PoolableComponentHandler のメソッド
Sets the logger that the ComponentHandler will use.
setLogger(Logger) - class org.apache.avalon.excalibur.logger.DefaultLogKitManager のメソッド
推奨されていません。  
setLogger(Logger) - class org.apache.avalon.excalibur.datasource.JdbcDataSource のメソッド
 
setLogger(Logger) - class org.apache.avalon.excalibur.datasource.J2eeDataSource のメソッド
 
setLogKitManager(LogKitManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Configure the LogKitManager
setLogKitManager(LogKitManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Configure the LogKitManager
setLogKitManager(LogKitManager) - interface org.apache.avalon.excalibur.logger.LogKitManageable のメソッド
Sets the LogKitManager for child components.
setLogTargetFactoryManager(LogTargetFactoryManager) - class org.apache.avalon.excalibur.logger.DefaultLogTargetManager のメソッド
Gets the LogTargetFactoryManager.
setLogTargetFactoryManager(LogTargetFactoryManager) - interface org.apache.avalon.excalibur.logger.LogTargetFactoryManageable のメソッド
Sets the LogTargetFactoryManager for child components.
setLogTargetFactoryManager(LogTargetFactoryManager) - class org.apache.avalon.excalibur.logger.factory.PriorityFilterTargetFactory のメソッド
get the LogTargetFactoryManager
setLogTargetFactoryManager(LogTargetFactoryManager) - class org.apache.avalon.excalibur.logger.factory.AsyncLogTargetFactory のメソッド
get the LogTargetFactoryManager
setPool(Pool) - class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection のメソッド
 
setReadOnly(boolean) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
setResourceAsStream() - class org.apache.avalon.excalibur.monitor.StreamResource のメソッド
Set the Resource contents as an OutputStream.
setResourceAsStream() - class org.apache.avalon.excalibur.monitor.FileResource のメソッド
Sets the resource value with an OutputStream
setResourceAsWriter() - class org.apache.avalon.excalibur.monitor.StreamResource のメソッド
Set the Resource contents as a Writer.
setResourceAsWriter() - class org.apache.avalon.excalibur.monitor.FileResource のメソッド
Sets the resource value with a Writer
setRoleManager(RoleManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentManager のメソッド
Configure the RoleManager
setRoleManager(RoleManager) - interface org.apache.avalon.excalibur.component.RoleManageable のメソッド
Sets the RoleManager for child components.
setRoleManager(RoleManager) - class org.apache.avalon.excalibur.component.ExcaliburComponentSelector のメソッド
Configure the RoleManager
setSize(int) - class org.apache.avalon.excalibur.collections.ArrayStack のメソッド
 
setTimeout(long) - class org.apache.avalon.excalibur.datasource.JdbcConnectionPool のメソッド
Set the timeout in milliseconds for blocking when waiting for a new connection.
setTransactionIsolation(int) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
setTypeMap(Map) - class org.apache.avalon.excalibur.datasource.JdbcConnection のメソッド
 
shrink() - interface org.apache.avalon.excalibur.pool.PoolController のメソッド
Called when a pool reaches it's maximum.
shrink() - class org.apache.avalon.excalibur.pool.DefaultPoolController のメソッド
 
shrink() - class org.apache.avalon.excalibur.component.DefaultComponentPoolController のメソッド
Called when a pool reaches it's maximum.
shrink(int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のメソッド
 
shrink(int) - interface org.apache.avalon.excalibur.pool.Resizable のメソッド
 
shrink(int) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
This shrinks the pool by parameter size.
shutdownReader(Reader) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Unconditionally close an Reader.
shutdownStream(InputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Unconditionally close an InputStream.
shutdownStream(OutputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Unconditionally close an OutputStream.
shutdownWriter(Writer) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Unconditionally close an Writer.
signal() - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のメソッド
Signals the event.
signalAll() - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のメソッド
Current implementation only works with manual reset events.
SingleThreadedPool - class org.apache.avalon.excalibur.pool.SingleThreadedPool.
This is an Pool that caches Poolable objects for reuse.
SingleThreadedPool(Class, int, int) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のコンストラクタ
 
SingleThreadedPool(ObjectFactory, PoolController, int, int) - class org.apache.avalon.excalibur.pool.SingleThreadedPool のコンストラクタ
 
size() - class org.apache.avalon.excalibur.pool.AbstractPool のメソッド
 
size() - class org.apache.avalon.excalibur.pool.SingleThreadedPool のメソッド
Get the number of used slots in Pool
size() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Returns the number of elements currently on the heap.
size() - interface org.apache.avalon.excalibur.collections.Buffer のメソッド
Returns the number of elements stored in the buffer.
size() - class org.apache.avalon.excalibur.collections.FixedSizeBuffer のメソッド
 
size() - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のメソッド
Returns the number of elements stored in the buffer.
SIZEOF_BYTE - class org.apache.avalon.excalibur.io.EndianUtil の static 変数
 
SIZEOF_FLOAT - class org.apache.avalon.excalibur.io.EndianUtil の static 変数
 
SIZEOF_INT - class org.apache.avalon.excalibur.io.EndianUtil の static 変数
 
SIZEOF_LONG - class org.apache.avalon.excalibur.io.EndianUtil の static 変数
 
SIZEOF_SHORT - class org.apache.avalon.excalibur.io.EndianUtil の static 変数
 
sizeOfDirectory(File) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Recursively count size of a directory.
sizeOfDirectory(String) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Recursively count size of a directory.
skip(long) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
skipBytes(int) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のメソッド
 
SocketTargetFactory - class org.apache.avalon.excalibur.logger.factory.SocketTargetFactory.
SocketTargetFactory This factory creates LogTargets with a wrapped SocketOutputTarget around it: <socket-target id="target-id"> <address hostname="hostname" port="4455" /> </socket-target> This factory creates a SocketOutputTarget object which will TCP/IP socket to communicate with the server.
SocketTargetFactory() - class org.apache.avalon.excalibur.logger.factory.SocketTargetFactory のコンストラクタ
 
SoftResourceLimitingPool - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool.
This is an Pool that caches Poolable objects for reuse.
SoftResourceLimitingPool(Class, int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
 
SoftResourceLimitingPool(Class, int, int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
 
SoftResourceLimitingPool(ObjectFactory) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory, int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory, int, int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
Create an SoftResourceLimitingPool.
SoftResourceLimitingPool(ObjectFactory, PoolController, int, int) - class org.apache.avalon.excalibur.pool.SoftResourceLimitingPool のコンストラクタ
Create an SoftResourceLimitingPool.
StandardNamespace - class org.apache.avalon.excalibur.naming.StandardNamespace.
Namespace that directly uses NamingManager.
StandardNamespace(NameParser) - class org.apache.avalon.excalibur.naming.StandardNamespace のコンストラクタ
Construct a Namespace with specified NameParser.
start() - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
 
start() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
starvationCheck() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
This method blocks the calling thread until the count drops to zero.
stop() - class org.apache.avalon.excalibur.monitor.ActiveMonitor のメソッド
 
stop() - class org.apache.avalon.excalibur.naming.rmi.server.Main のメソッド
 
streamClosedEvent() - class org.apache.avalon.excalibur.monitor.StreamResource のメソッド
Automatically handle the streamClosedEvent from the ResourceOutputStream and ResourceWriter.
StreamResource - class org.apache.avalon.excalibur.monitor.StreamResource.
Managed Stream based Resource.
StreamResource(String) - class org.apache.avalon.excalibur.monitor.StreamResource のコンストラクタ
Required constructor.
StreamTargetFactory - class org.apache.avalon.excalibur.logger.factory.StreamTargetFactory.
TargetFactory for org.apache.log.output.io.StreamTarget This factory is able to create different StreamTargets according to the following configuration syntax : <stream id="foo"> <stream>stream-context-name</stream> <format type="raw|pattern|extended">pattern to be used if needed</format> </stream> The "stream-context-name" is the name of an java.io.OutputStream that is fetched in the context.
StreamTargetFactory() - class org.apache.avalon.excalibur.logger.factory.StreamTargetFactory のコンストラクタ
 
subtract(List, List) - class org.apache.avalon.excalibur.collections.ListUtils の static メソッド
 
sum(List, List) - class org.apache.avalon.excalibur.collections.ListUtils の static メソッド
 
swapDouble(double) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
swapFloat(float) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
swapInteger(int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
swapLong(long) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
SwappedDataInputStream - class org.apache.avalon.excalibur.io.SwappedDataInputStream.
DataInput for systems relying on little endian data formats.
SwappedDataInputStream(InputStream) - class org.apache.avalon.excalibur.io.SwappedDataInputStream のコンストラクタ
 
swapShort(short) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
Sync - interface org.apache.avalon.excalibur.concurrent.Sync.
The interface to synchronization objects.
SynchronizedPriorityQueue - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue.
A thread safe version of the PriorityQueue.
SynchronizedPriorityQueue(PriorityQueue) - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のコンストラクタ
 

T

testModifiedAfter(long) - class org.apache.avalon.excalibur.monitor.Resource のメソッド
Test whether this has been modified since time X
testModifiedAfter(long) - interface org.apache.avalon.excalibur.monitor.Modifiable のメソッド
Tests if a resource has been modified, and causes the resource to act on that test.
TEXT_ARGUMENT - class org.apache.avalon.excalibur.cli.CLOption の static 変数
Value of CLOption.getId() when the option is a text argument.
ThreadBarrier - class org.apache.avalon.excalibur.concurrent.ThreadBarrier.
A thread barrier blocks all threads hitting it until a pre-defined number of threads arrive at the barrier.
ThreadBarrier(int) - class org.apache.avalon.excalibur.concurrent.ThreadBarrier のコンストラクタ
Initializes a thread barrier object with a given thread count
ThreadSafeComponentHandler - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.
The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
ThreadSafeComponentHandler(Class, Configuration, ComponentManager, Context, RoleManager, LogKitManager) - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のコンストラクタ
Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
ThreadSafeComponentHandler(Component) - class org.apache.avalon.excalibur.component.ThreadSafeComponentHandler のコンストラクタ
Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
toByteArray(InputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a byte[].
toByteArray(InputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a Reader as a byte[].
toByteArray(Reader, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a Reader as a byte[].
toByteArray(String) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a String as a byte[].
toByteArray(String, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a String as a byte[].
toFile(URL) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Convert from a URL to a File.
toString() - class org.apache.avalon.excalibur.cli.CLOption のメソッド
Convert to String.
toString() - class org.apache.avalon.excalibur.cli.CLOptionDescriptor のメソッド
Convert to String.
toString() - class org.apache.avalon.excalibur.collections.BinaryHeap のメソッド
Create a string representing heap and all elements in heap.
toString() - class org.apache.avalon.excalibur.collections.SynchronizedPriorityQueue のメソッド
 
toString(byte[]) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a byte[] as a String.
toString(byte[], int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a byte[] as a String.
toString(byte[], String) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a byte[] as a String.
toString(byte[], String, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a byte[] as a String.
toString(InputStream) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a String.
toString(InputStream, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a String.
toString(InputStream, String) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a String.
toString(InputStream, String, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of an InputStream as a String.
toString(Reader) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a Reader as a String.
toString(Reader, int) - class org.apache.avalon.excalibur.io.IOUtil の static メソッド
Get the contents of a Reader as a String.
toURLs(File[]) - class org.apache.avalon.excalibur.io.FileUtil の static メソッド
Convert the array of Files into a list of URLs.
tryAcquire() - class org.apache.avalon.excalibur.concurrent.DijkstraSemaphore のメソッド
Non-blocking version of acquire().
tryAquireRead() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のメソッド
Attempts to aquire a read lock.
tryAquireWrite() - class org.apache.avalon.excalibur.concurrent.ReadWriteLock のメソッド
Attempts to aquire a write lock.

U

unbind(Name) - class org.apache.avalon.excalibur.naming.AbstractURLContext のメソッド
Unbind a object from a name.
unbind(Name) - class org.apache.avalon.excalibur.naming.RemoteContext のメソッド
Unbind a object from a name.
unbind(Name) - class org.apache.avalon.excalibur.naming.AbstractLocalContext のメソッド
Unbind a object from a name.
unbind(Name) - interface org.apache.avalon.excalibur.naming.NamingProvider のメソッド
 
unbind(Name) - class org.apache.avalon.excalibur.naming.rmi.server.RMINamingProviderImpl のメソッド
 
unbind(String) - class org.apache.avalon.excalibur.naming.AbstractContext のメソッド
Unbind a object from a name.
union(List, List) - class org.apache.avalon.excalibur.collections.ListUtils の static メソッド
 
unlock() - class org.apache.avalon.excalibur.concurrent.Lock のメソッド
推奨されていません。 Unlocks.

V

VariableSizeBuffer - class org.apache.avalon.excalibur.collections.VariableSizeBuffer.
VariableSizeBuffer is a very efficient buffer implementation.
VariableSizeBuffer() - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のコンストラクタ
Initialize the VariableSizeBuffer with the default number of elements.
VariableSizeBuffer(int) - class org.apache.avalon.excalibur.collections.VariableSizeBuffer のコンストラクタ
Initialize the VariableSizeBuffer with the specified number of elements.

W

waitForSignal() - class org.apache.avalon.excalibur.concurrent.ConditionalEvent のメソッド
If the event is signalled, this method returns immediately resetting the signal, otherwise it blocks until the event is signalled.
writeSwappedDouble(byte[], int, double) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedDouble(OutputStream, double) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedFloat(byte[], int, float) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedFloat(OutputStream, float) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedInteger(byte[], int, int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedInteger(OutputStream, int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedLong(byte[], int, long) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedLong(OutputStream, long) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedShort(byte[], int, int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 
writeSwappedShort(OutputStream, int) - class org.apache.avalon.excalibur.io.EndianUtil の static メソッド
 

X

XPathProcessor - interface org.apache.avalon.excalibur.xml.xpath.XPathProcessor.
This is the interface of the XPath processor.
XPathProcessorImpl - class org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl.
This class defines the implementation of the XPathProcessor component.
XPathProcessorImpl() - class org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl のコンストラクタ
 

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

"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."