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

E

EC - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code EC (247)
EL - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code EL (248)
EVALUATE_SYMBOL_VALUES - Static variable in class org.sadun.util.SymbolTable
Options mask (0x04) for the "evaluate symbol values " option.
EjbFactory - class org.sadun.util.pool.EjbFactory.
An ExtendedObjectPool.Factory implementation which uses reflection to create instances of enterprise java beans, looking up the home interface and invoking a proper create() method.
EjbFactory(String, Class, Object[], Setup) - Constructor for class org.sadun.util.pool.EjbFactory
Create a factory which makes use of a create() method on the home interface of an EJB with the given JNDI name and expecting the given parameters; after creation, the given Setup object will be used for post initialization.
EjbFactory(String, Class, Object[]) - Constructor for class org.sadun.util.pool.EjbFactory
 
EjbFactory(String, Class) - Constructor for class org.sadun.util.pool.EjbFactory
 
EnvironmentVariables - class org.sadun.util.EnvironmentVariables.
An helper class to handle environment variables when they're present on the underlying operating system.
EnvironmentVariables() - Constructor for class org.sadun.util.EnvironmentVariables
Constructor for EnvironmentVariables.
EnvironmentVariables.Generator - interface org.sadun.util.EnvironmentVariables.Generator.
A class implementing this interface is able to retrieve environment information in some way.
EnvironmentVariables.NameTransformer - interface org.sadun.util.EnvironmentVariables.NameTransformer.
Classes implementing this interface can transform environment names in a "canonical" form
EnvironmentVariables.SimpleNameTransformer - class org.sadun.util.EnvironmentVariables.SimpleNameTransformer.
A NameTransformerwhich produces names in the style of typical java property names.
EnvironmentVariables.SimpleNameTransformer(String) - Constructor for class org.sadun.util.EnvironmentVariables.SimpleNameTransformer
 
EnvironmentVariables.SimpleNameTransformer() - Constructor for class org.sadun.util.EnvironmentVariables.SimpleNameTransformer
 
ExceptionListener - interface com.deltax.util.listener.ExceptionListener.
Classes implementing this interface will explicitly receive exceptions signals separately from normal signals.
ExceptionSignal - class com.deltax.util.listener.ExceptionSignal.
A signal carrying an exception.
ExceptionSignal(Exception, Object) - Constructor for class com.deltax.util.listener.ExceptionSignal
Create a signal carrying the given exception from the given source
ExtendedObjectPool - class org.sadun.util.pool.ExtendedObjectPool.
An object pool identical to ObjectPool but which requires the acquiring object to identify itself.
ExtendedObjectPool(int, ObjectPool.Factory) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n objects using the given factory
ExtendedObjectPool(int, String, Object[], Setup) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class (by name) using the given construction parameters.
ExtendedObjectPool(int, String, Object[]) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class (by name) using the given construction parameters.
ExtendedObjectPool(int, String) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class (by name) using the default constructor.
ExtendedObjectPool(int, Class, Object[], Setup) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class using the given construction parameters.
ExtendedObjectPool(int, Class, Object[]) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class using the given construction parameters.
ExtendedObjectPool(int, Class) - Constructor for class org.sadun.util.pool.ExtendedObjectPool
Create a pool of n object of the given class using the default constructor.
ExtensionFileFilter - class org.sadun.util.ExtensionFileFilter.
A simple FileFilter based on file extensions.
ExtensionFileFilter(String) - Constructor for class org.sadun.util.ExtensionFileFilter
Create a filter which will accept the given extension (denoted by a comma-separated string)
ExtensionFileFilter(String, boolean) - Constructor for class org.sadun.util.ExtensionFileFilter
Create a filter which will accept or refuse the given extension (denoted by a comma-separated string)
ExtensionFileFilter(String[]) - Constructor for class org.sadun.util.ExtensionFileFilter
Create a filter which will filter the given extension (denoted by a string array)
ExtensionFileFilter(String[], boolean) - Constructor for class org.sadun.util.ExtensionFileFilter
Create a filter which will filter the given extension (denoted by a string array)
ExtensionFilenameFilter - class org.sadun.util.ExtensionFilenameFilter.
A simple FilenameFilter based on file extensions.
ExtensionFilenameFilter(String) - Constructor for class org.sadun.util.ExtensionFilenameFilter
Create a filter which will accept the given extension (denoted by a comma-separated string)
ExtensionFilenameFilter(String, boolean) - Constructor for class org.sadun.util.ExtensionFilenameFilter
Create a filter which will accept or refuse the given extension (denoted by a comma-separated string)
ExtensionFilenameFilter(String[]) - Constructor for class org.sadun.util.ExtensionFilenameFilter
Create a filter which will filter the given extension (denoted by a string array)
ExtensionFilenameFilter(String[], boolean) - Constructor for class org.sadun.util.ExtensionFilenameFilter
Create a filter which will filter the given extension (denoted by a string array)
e - Variable in class com.deltax.util.listener.ExceptionSignal
 
enableWatchDog() - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
Enables the watchdog thread for the pool, registering this mbean as a listener
endDocument() - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
endElement(String, String, String) - Method in class org.sadun.util.xml.SimplePathMapCreatorHandler
 
endElement(String, String, String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
endElement(String, String, String) - Method in class org.sadun.util.xml.configuration.BaseConfigurator
Set completed to true.
endElement(String, String, String) - Method in interface org.sadun.util.xml.configuration.Configurator
 
endElement(String, String, String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
endPrefixMapping(String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
endWrap() - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Terminate the preparation phase.
envNames() - Method in class org.sadun.util.EnvironmentVariables
Return the set of environment variables names
envPropertyNames() - Method in class org.sadun.util.EnvironmentVariables
Return the set of property names derived by the environment variables, as obtained by getEnvProperty()
equalWithNoObjectWithId(Object) - Method in class org.sadun.util.BaseObjectWithId
Subclasses may override this method to implement an equality check with some other type than ObjectWithId.
equals(Object) - Method in class com.deltax.util.TimeInterval
Return true only for a TimeInterval encapsulating the same amount of time, false otherwise.
equals(Object) - Method in class org.sadun.util.BaseObjectWithId
Verifies if two object are the same, by comparing their ids.
equals(Object) - Method in class org.sadun.util.RotationalCharBuffer
 
equals(Object) - Method in class org.sadun.util.ant.ClassSpec
 
equals(Object) - Method in class org.sadun.util.pool.connection.ConfigurableDataSource
Return true if the given object is a ConfigurableDataSource with identical JDBC url and connection properties, else false.
error(SAXParseException) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
evaluate(String) - Method in class org.sadun.util.SymbolTable
Evaluates a String, replacing occurences of each symbol (see the class comment for the format) with the corresponding value.
execute() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
execute() - Method in class org.sadun.util.ant.BaseVersion
 
execute() - Method in class org.sadun.util.ant.Pack
Execute the task.
execute() - Method in class org.sadun.util.ant.Version
Create a subclass of VersionImplwith the appropriate values.
executeBoolean() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeByte() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeChar() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeDouble() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeFloat() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeInt() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeLong() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeShort() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.
executeString() - Method in class org.sadun.util.ForEach
Executes the action of the elements of the collection/iterator.

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