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

C

CONSTANT_Class - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Class_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Double - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Double_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Fieldref - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Fieldref_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Float - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Float_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Integer - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Integer_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_InterfaceMethodref - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_InterfaceMethodref_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Long - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Long_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Methodref - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Methodref_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_NameAndType - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_NamedType_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_String - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_String_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Unknown - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Unknown_s - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Utf8 - Static variable in class com.deltax.util.CPoolReader
 
CONSTANT_Utf8_s - Static variable in class com.deltax.util.CPoolReader
 
CPoolReader - class com.deltax.util.CPoolReader.
This class reads directly a class file as specified in the Java Language specification.
CPoolReader() - Constructor for class com.deltax.util.CPoolReader
Buids a CPoolReader which uses a JDK12ClassFileFinder
CPoolReader(String) - Constructor for class com.deltax.util.CPoolReader
Buids a CPoolReader which uses a JDK12 with the given application class path
CPoolReader(ClassFileFinder) - Constructor for class com.deltax.util.CPoolReader
Buids a CPoolReader which uses the specifies ClassFileFinder
CPoolReader.C_Class - class com.deltax.util.CPoolReader.C_Class.
 
CPoolReader.C_Double - class com.deltax.util.CPoolReader.C_Double.
 
CPoolReader.C_FMIRefBase - class com.deltax.util.CPoolReader.C_FMIRefBase.
Base for CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref entries
CPoolReader.C_Fieldref - class com.deltax.util.CPoolReader.C_Fieldref.
 
CPoolReader.C_Float - class com.deltax.util.CPoolReader.C_Float.
 
CPoolReader.C_IFBase - class com.deltax.util.CPoolReader.C_IFBase.
 
CPoolReader.C_Integer - class com.deltax.util.CPoolReader.C_Integer.
 
CPoolReader.C_InterfaceMethodref - class com.deltax.util.CPoolReader.C_InterfaceMethodref.
 
CPoolReader.C_LDBase - class com.deltax.util.CPoolReader.C_LDBase.
 
CPoolReader.C_Long - class com.deltax.util.CPoolReader.C_Long.
 
CPoolReader.C_Methodref - class com.deltax.util.CPoolReader.C_Methodref.
 
CPoolReader.C_NameAndType - class com.deltax.util.CPoolReader.C_NameAndType.
 
CPoolReader.C_String - class com.deltax.util.CPoolReader.C_String.
 
CPoolReader.C_Utf8 - class com.deltax.util.CPoolReader.C_Utf8.
 
CPoolReader.MF_info - class com.deltax.util.CPoolReader.MF_info.
 
CPoolReader.attribute_info - class com.deltax.util.CPoolReader.attribute_info.
 
CPoolReader.classfile - class com.deltax.util.CPoolReader.classfile.
This class mirrors exactly the class file structure, providing basic translation and filtering services.
CPoolReader.classfile(String, byte[]) - Constructor for class com.deltax.util.CPoolReader.classfile
 
CPoolReader.classfile(byte[]) - Constructor for class com.deltax.util.CPoolReader.classfile
 
CPoolReader.classfile(InputStream) - Constructor for class com.deltax.util.CPoolReader.classfile
 
CPoolReader.classfile(String, DataInputStream) - Constructor for class com.deltax.util.CPoolReader.classfile
 
CPoolReader.cp_info - class com.deltax.util.CPoolReader.cp_info.
The basic cp_info class.
CPoolReader.field_info - class com.deltax.util.CPoolReader.field_info.
 
CPoolReader.method_info - class com.deltax.util.CPoolReader.method_info.
 
CPoolReader.unknown_cp_info - class com.deltax.util.CPoolReader.unknown_cp_info.
An helper class used for internal debugging only
Cache - class org.sadun.util.Cache.
A simple cache object, which holds at most n references.
Cache(int) - Constructor for class org.sadun.util.Cache
Constructor for Cache.
ClassFileFinder - interface com.deltax.util.ClassFileFinder.
This interface defines services for publicly load class bytecode.
ClassPackageExplorer - interface org.sadun.util.ClassPackageExplorer.
Classes implementing this interface can explore the classpath, retrieving the contents of Java packages and enumerate the classes therein.
ClassPathChecker - class org.sadun.util.ClassPathChecker.
Verifies wether or not all the entries in classpath are available
ClassPathChecker(String) - Constructor for class org.sadun.util.ClassPathChecker
 
ClassPathChecker() - Constructor for class org.sadun.util.ClassPathChecker
 
ClassPathIterator - class org.sadun.util.ClassPathIterator.
An iterator over a classpath declaration.
ClassPathIterator(String) - Constructor for class org.sadun.util.ClassPathIterator
Create a ClassPathIterator iterating on the given class path.
ClassPathIterator() - Constructor for class org.sadun.util.ClassPathIterator
Create a ClassPathIterator iterating on the system class path.
ClassSpec - class org.sadun.util.ant.ClassSpec.
 
ClassSpec() - Constructor for class org.sadun.util.ant.ClassSpec
 
CommandRunner - class org.sadun.util.CommandRunner.
A class to run a command in a separate thread, monitor its progress via a monitor window and being notified of its completion, exit status, and elasped time.
CommandRunner(Component, String, String[], boolean) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with given parent window, running a system command with the given arguments.
CommandRunner(Component, Class, String[], boolean) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with given parent window, running a class' main() method with the given arguments.
CommandRunner(Class, String[], boolean) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with no parent window, running a class' main() method with the given arguments.
CommandRunner(Component, Class, String[]) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with the given parent window, running a class' main() method with the given arguments.
CommandRunner(Class, String[]) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with no parent window, running a class' main() method with the given arguments.
CommandRunner(String, String[], boolean) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with no parent window, running a system command with the given arguments.
CommandRunner(Component, String, String[]) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with given parent window, running a system command with the given arguments.
CommandRunner(String, String[]) - Constructor for class org.sadun.util.CommandRunner
Create a command runner with no parent window, running a system command with the given arguments.
CommandRunner.Adapter - class org.sadun.util.CommandRunner.Adapter.
An helper class which implements all the methods in the CommandRunner.Listenerinterface in an empty way.
CommandRunner.Adapter() - Constructor for class org.sadun.util.CommandRunner.Adapter
 
CommandRunner.Listener - interface org.sadun.util.CommandRunner.Listener.
Classes implementing this interface may receive CommandRunnerevents.
CommandRunner.StdOutAdapter - class org.sadun.util.CommandRunner.StdOutAdapter.
 
CommandRunner.StdOutAdapter() - Constructor for class org.sadun.util.CommandRunner.StdOutAdapter
 
ConfigurableDataSource - class org.sadun.util.pool.connection.ConfigurableDataSource.
A non-pooled data source (use ConnectionPool to pool it if needed) which can be externally configured via standard XML serialization.
ConfigurableDataSource() - Constructor for class org.sadun.util.pool.connection.ConfigurableDataSource
Create an unitialized ConfigurableDataSource.
ConfigurableDataSource(String) - Constructor for class org.sadun.util.pool.connection.ConfigurableDataSource
Create an datasource using the given JDBC url.
ConfigurableDataSource(String, Properties) - Constructor for class org.sadun.util.pool.connection.ConfigurableDataSource
Create an datasource using the given JDBC url and connection properties.
ConfigurableDataSource(InputStream) - Constructor for class org.sadun.util.pool.connection.ConfigurableDataSource
Create an datasource from an XMLEncoded stream.
ConfigurableDataSource(File) - Constructor for class org.sadun.util.pool.connection.ConfigurableDataSource
Create an datasource from an XMLEncoded file.
Configuration - class org.sadun.util.pool2.Configuration.
An object definining the configuration for a given object pool.
Configuration(File, int, ObjectPool.PassivationManagerFactory) - Constructor for class org.sadun.util.pool2.Configuration
Create a configuration object with the given parameters.
Configuration(File, int) - Constructor for class org.sadun.util.pool2.Configuration
Create a configuration object with the given parameters but associating an default passivation manager to the configured pool.
Configuration(int) - Constructor for class org.sadun.util.pool2.Configuration
Create a configuration object with the given parameters but usin the system's temporary directory as storage directory and associating an default passivation manager to the configured pool.
Configurator - interface org.sadun.util.xml.configuration.Configurator.
A Configurator is a SAX Content handler which receives SAX events pertaining only to a specific element in an XML document (and typically reacts incrementally configuring an associated object, hence the name).
ConnectURLAction - class org.sadun.util.watchdog.mbean.action.ConnectURLAction.
 
ConnectURLAction() - Constructor for class org.sadun.util.watchdog.mbean.action.ConnectURLAction
 
ConnectionPool - class org.sadun.util.pool.connection.ConnectionPool.
A pool of SQL connections.
ConnectionPool(int, String, Properties) - Constructor for class org.sadun.util.pool.connection.ConnectionPool
Create a pool of n connections to the given JDBC URL using the given connection properties.
ConnectionPool(int, String) - Constructor for class org.sadun.util.pool.connection.ConnectionPool
Create a pool of n connections to the given JDBC URL.
ConnectionPool(int, DataSource) - Constructor for class org.sadun.util.pool.connection.ConnectionPool
Create a pool of n connections to the given DataSource.
canPassivate(Class) - Method in class org.sadun.util.pool2.BasePassivationManager
Method canPassivate.
cff - Variable in class com.deltax.util.CPoolReader
The ClassFileFinder object used to locate bytecode By default, a plain JDK12ClassFileFinder.
characters(char[], int, int) - Method in class org.sadun.util.xml.SimplePathMapCreatorHandler
 
characters(char[], int, int) - Method in class org.sadun.util.xml.configuration.BaseConfigurator
 
characters(char[], int, int) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
checkCompleted() - Method in class org.sadun.util.xml.configuration.BaseConfigurator
Throw an IllegalStateException if completed is not true.
checkFailed(Object, Throwable) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
 
checkFailed(Object, Throwable) - Method in class org.sadun.util.watchdog.TWatchDogListener
 
checkFailed(Object, Throwable) - Method in class org.sadun.util.watchdog.WatchDog.BaseListener
Receive a notification of any problem during the check.
checkFailed(Object, Throwable) - Method in interface org.sadun.util.watchdog.WatchDog.Listener
Notifies the listener that a check has failed.
checkFailed(Object, Throwable) - Method in class org.sadun.util.watchdog.listeners.MailAlarmListener
 
checkFailed(Object, Throwable) - Method in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
 
checkImpossible(Object, WatchDogException) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
 
checkImpossible(Object, WatchDogException) - Method in class org.sadun.util.watchdog.TWatchDogListener
 
checkImpossible(Object, WatchDogException) - Method in class org.sadun.util.watchdog.WatchDog.BaseListener
Invoke checkFailed()passing the received WatchDogException.
checkImpossible(Object, WatchDogException) - Method in interface org.sadun.util.watchdog.WatchDog.Listener
Notifies the listener that a check could not be performed.
checkImpossible(Object, WatchDogException) - Method in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
 
checkOk(Object) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
 
checkOk(Object) - Method in class org.sadun.util.watchdog.TWatchDogListener
 
checkOk(Object) - Method in class org.sadun.util.watchdog.WatchDog.BaseListener
Does not do anything.
checkOk(Object) - Method in interface org.sadun.util.watchdog.WatchDog.Listener
Notifies the listener that a check has been successful
checkOk(Object) - Method in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
 
checkPrefix(String, ObjectWithIdMetadata) - Method in class org.sadun.util.BaseObjectWithId
This method is used at construction to verify whether the given id is suitable for the object, and shoud throw an IllegalArgumentException if it not.
classCache - Variable in class com.deltax.util.JDK12ClassFileFinder
Maps class names to Object[2] arrays containing file and classfile (File, byte[])
classCacheOn - Variable in class com.deltax.util.JDK12ClassFileFinder
 
classNameToEntry(String) - Method in class com.deltax.util.JDK12ClassFileFinder
Converts a fully qualified externalized java class name into a zip file entry.
classNameToPath(String) - Method in class com.deltax.util.JDK12ClassFileFinder
Converts a fully qualified externalized java class name into a relative file path.
classPath - Variable in class com.deltax.util.JDK12ClassFileFinder
The application class path used by this classFileFinder
classPathDirs - Variable in class com.deltax.util.JDK12ClassFileFinder
Caches results of getClassPathDirs() If the classpath changes, it must be invalidated.
clear() - Method in class com.deltax.util.FIFOQueue
Clear the queue
clear() - Method in class com.deltax.util.JPanelOutputStream
Clear the panel
clear() - Method in class com.deltax.util.JPanelPrintStream
Clean up the contents of the JPanel underlying the stream
clearCache() - Method in class org.sadun.util.DatabaseResourceBundle
Clear the cache.
clearCorruptFiles() - Method in class com.deltax.util.JDK12ClassFileFinder
Empty the set of files considered corrupted since they failed to open when the finder was searching for classes, so that subsequent work will not ignore them.
clearModified() - Method in class org.sadun.util.BaseObjectWithId
Subclasses may use this method to set the "modified" status of the object to true.
close() - Method in class com.deltax.util.DebugInputStream
 
close() - Method in class com.deltax.util.listener.SimpleListener
Closes the stream.
close() - Method in class org.sadun.util.AutoCRWriter
 
close() - Method in interface org.sadun.util.IdIterator
Disposes of any resource that may be in use by the iterator.
close() - Method in class org.sadun.util.SqlIdIterator
Releases this SqlIdIterator's result set and statement, but does not close the connection.
close() - Method in class org.sadun.util.TieOutputStream
Close both underlying streams
close() - Method in class org.sadun.util.TieWriter
Close both underlying streams
cls - Variable in class org.sadun.util.pool.ObjectPool.BaseFactory
The class of the objects produced by the factory.
com.deltax.util - package com.deltax.util
Old generic utlities package.
com.deltax.util.listener - package com.deltax.util.listener
The Asynhronous Listening Framework package.
commandHandled(TelnetInputStream.TelnetCommand) - Method in class org.sadun.util.TelnetInputStream
Remove a command from the list of unhandled commands.
completed - Variable in class org.sadun.util.xml.configuration.BaseConfigurator
Indicate that the object built from the XML is ready.
computeLastBuildNumber() - Method in class org.sadun.util.ant.BaseVersion
Find out the last build number, either by looking in the versionInfo file or looking for an existing object in class path
configuratorReady(String, String, String, Configurator) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
consumeByCriteria(TelnetInputStreamConsumer.Criterium) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consumes the input based on some criterium.
consumeInput(long) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consumes all input that appears within a certain timeout.
consumeInput(Pattern, boolean) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until a pattern is matched - possibly only at the end of the input sequence
consumeInput(Pattern) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until a pattern is matched at the end of the input sequence
consumeInputUntilStringFound(String) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until a string is found in it (may be faster than {@link #consumeInput(Pattern) for constant patterns).
consumeInputUntilStringFound(String[]) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until one of a set strings is found in it (may be faster than {@link #consumeInput(Pattern) for constant patterns).
consumeInputUntilStringFoundAtEnd(String) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until a given string is found at the end of it (faster than {@link #consumeInput(Pattern) for constant patterns).
consumeInputUntilStringFoundAtEnd(String[]) - Method in class org.sadun.util.TelnetInputStreamConsumer
Consume all the input until one of a set of given strings is found at the end of it (faster than {@link #consumeInput(Pattern) for constant patterns).
consumeUntilResultOrFailure(String, String, String[]) - Method in class org.sadun.util.TelnetInputStreamConsumer
This method implements a typical consumption pattern when a command is sent programmaticly over a telnet channel, and one of two results may incur as a result in the host output (that is, this inputstream).
containsKey(Object) - Method in class org.sadun.util.Cache
Return true if the cache contains the given key.
convertValue(Object, Class) - Static method in class org.sadun.util.TypeWrapper
Convert the given value to the given target type, or throws a IllegalArgumentException if no conversion is possible
count(Class) - Method in class com.deltax.util.listener.TSignalSource
Count the number of signals
count(Class) - Method in class com.deltax.util.listener.TrackingListener
 
count(LineSet.Filter) - Method in class org.sadun.util.LineSet
Count the lines matching the filter.
countListeners() - Method in class com.deltax.util.listener.BaseSignalSource
Return the number of registered listeners.
countListeners() - Method in interface com.deltax.util.listener.IListenerSupport
Count the registered listeners.
countListeners() - Method in class com.deltax.util.listener.ListenerSupport
Count the registered listeners.
countParameters() - Method in class com.deltax.util.SignatureAnalyzer
Return the number of (considered) parameters in the signature
countPools() - Method in class org.sadun.util.pool2.BasePassivationManager
Count the monitored pools
countTokens() - Method in class org.sadun.util.QuoteAwareStringTokenizer
 
create(String, String) - Static method in class org.sadun.util.LineSet
 
create(String) - Static method in class org.sadun.util.LineSet
 
create() - Method in class org.sadun.util.pool.EjbFactory
 
create() - Method in class org.sadun.util.pool.ObjectPool.BaseFactory
Subclasses must implement the code which actually creates a new instance of the class to pool.
create() - Method in interface org.sadun.util.pool.ObjectPool.Factory
This method is invoked by the pool when a pooled instance has to be created.
create() - Method in class org.sadun.util.pool.ObjectPool.ObjectFactory
Create an instance of the class defined at construction, using the (optional) parameters and the (optional) Setup object defined at construction for construction and post-construction initialization.
create() - Method in class org.sadun.util.pool2.ObjectPool.PooledObjectFactory
 
createAdditionalClass() - Method in class org.sadun.util.ant.Pack
Ant entry point for additionalClass subelements.
createCache(int) - Static method in class com.deltax.util.listener.AsynchObserver
 
createCache() - Static method in class com.deltax.util.listener.AsynchObserver
 
createClass() - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Return a wrapper class as a Class Object.
createClassPath() - Method in class org.sadun.util.ant.Pack
Ant entry point for classpath subelements.
createCode() - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Create the source code for the class.
createIgnoreClass() - Method in class org.sadun.util.ant.Pack
Ant entry point for ignoreClass subelements.
createPassivationThread() - Method in class org.sadun.util.pool2.ObjectPool.DefaultPassivationManagerFactory
Return the single instance of DefaultPassivationManager.
createPassivationThread() - Method in class org.sadun.util.pool2.ObjectPool.PassivationManagerFactory
Return a specific subclass of BasePassivationManager implementing a certain passivation policy.
createResource() - Method in class org.sadun.util.ant.Pack
Ant entry point for additionalClass subelements.
createState(ObjectPool, PooledObject) - Method in class org.sadun.util.pool2.BasePassivationManager
Used by a subclass to define an state information for a certain object belonging to a certain pool when a pool is added to the monitored set
createState(ObjectPool, PooledObject) - Method in class org.sadun.util.pool2.DefaultPassivationManager
 

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