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

D

DAY - Static variable in class com.deltax.util.TimeInterval
One day, in milliseconds
DAY_STR - Static variable in class com.deltax.util.TimeInterval
Descriptions and abbreviations for day
DEFAULT_CACHE_SIZE - Static variable in class org.sadun.util.DatabaseResourceBundle
Define the default key cache size to 100
DEFAULT_MAX_RETRY_COUNT - Static variable in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
The default maximum number of retries to attempt.
DEFAULT_QUOTE_CHAR - Static variable in class org.sadun.util.ObjectLister
The default quote char, '"e;'
DEFAULT_RECEIVE_TIMEOUT - Static variable in class com.deltax.util.listener.ListenerSupport
The default timea Listener is given to exit gracefully from the Listener.receive(Signal) method when it's removed.
DEFAULT_SEPARATOR - Static variable in class org.sadun.util.ObjectLister
The default separator sequence ", "
DEFAULT_SLEEP_TIME - Static variable in class org.sadun.util.watchdog.WatchDog
 
DM - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code DM (242)
DO - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code DO (253)
DONT - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code DONT (254)
DatabaseResourceBundle - class org.sadun.util.DatabaseResourceBundle.
A resource bundle which reads resources from a database.
DatabaseResourceBundle(DataSource, String, int) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given default table name (see setResourceTable()) found at the given jdbc URL, using a cache of the given size.
DatabaseResourceBundle(DataSource, String) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given default table name (see setResourceTable()) found at the given jdbc URL, using a cache of the DEFAULT_CACHE_SIZE size.
DatabaseResourceBundle(DataSource, int) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given RESOURCETABLE_DEFAULT_NAME (see setResourceTable()) found at the given jdbc URL, using a cache of given size.
DatabaseResourceBundle(DataSource) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given RESOURCETABLE_DEFAULT_NAME (see setResourceTable()) found at the given jdbc URL, using a cache of the DEFAULT_CACHE_SIZE size.
DatabaseResourceBundle(String, String, int) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given default table name (see setResourceTable()) found at the given jdbc URL, using a cache of the given size.
DatabaseResourceBundle(String, String) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given default table name (see setResourceTable()) found at the given jdbc URL, using a cache of the DEFAULT_CACHE_SIZE size.
DatabaseResourceBundle(String, int) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given RESOURCETABLE_DEFAULT_NAME (see setResourceTable()) found at the given jdbc URL, using a cache of given size.
DatabaseResourceBundle(String) - Constructor for class org.sadun.util.DatabaseResourceBundle
Create a database resource bundle which will look for resource using the given RESOURCETABLE_DEFAULT_NAME (see setResourceTable()) found at the given jdbc URL, using a cache of the DEFAULT_CACHE_SIZE size.
DebugInputStream - class com.deltax.util.DebugInputStream.
 
DebugInputStream(DataInputStream) - Constructor for class com.deltax.util.DebugInputStream
 
DefaultPassivationManager - class org.sadun.util.pool2.DefaultPassivationManager.
The default passivation manager.
DefaultPassivationManager() - Constructor for class org.sadun.util.pool2.DefaultPassivationManager
Constructor for DefaultPassivationManager.
DefaultPassivationManager(String) - Constructor for class org.sadun.util.pool2.DefaultPassivationManager
Constructor for DefaultPassivationManager.
DefaultPassivationManager(String, int) - Constructor for class org.sadun.util.pool2.DefaultPassivationManager
Constructor for DefaultPassivationManager.
DefaultPassivationManager(ObjectPool, String, int) - Constructor for class org.sadun.util.pool2.DefaultPassivationManager
Constructor for DefaultPassivationManager.
DirectoryFileFilter - class org.sadun.util.DirectoryFileFilter.
A FileFilter to filter in or out directories.
DirectoryFileFilter(boolean) - Constructor for class org.sadun.util.DirectoryFileFilter
Constructor for DirectoryFileFilter.
DirectoryFileFilter() - Constructor for class org.sadun.util.DirectoryFileFilter
Create a DirectoryFileFilter which accepts only directories.
DispatcherHandler - class org.sadun.util.xml.configuration.DispatcherHandler.
A SAX handler which dispatches events to subclasses implementing the Configurator interface.
DispatcherHandler(Setup, String, String) - Constructor for class org.sadun.util.xml.configuration.DispatcherHandler
Constructor for DispatcherHandler.
DispatcherHandler(String, String) - Constructor for class org.sadun.util.xml.configuration.DispatcherHandler
 
DispatcherHandler(String) - Constructor for class org.sadun.util.xml.configuration.DispatcherHandler
Constructor for DispatcherHandler.
DynamicClassFileFinder - interface com.deltax.util.DynamicClassFileFinder.
A ClassFileFinder which allows to dynamically redefine the class path.
DynamicClassLoader - class org.sadun.util.DynamicClassLoader.
A classloader whose classpath can be set dynamically.
DynamicClassLoader(ClassLoader, DynamicClassFileFinder, DynamicResourceFileFinder) - Constructor for class org.sadun.util.DynamicClassLoader
Constructor for DynamicClassLoader.
DynamicClassLoader(DynamicClassFileFinder, DynamicResourceFileFinder) - Constructor for class org.sadun.util.DynamicClassLoader
Constructor for DynamicClassLoader.
DynamicClassLoader(ClassLoader) - Constructor for class org.sadun.util.DynamicClassLoader
 
DynamicClassLoader() - Constructor for class org.sadun.util.DynamicClassLoader
Constructor for DynamicClassLoader.
DynamicConnectionFactory - class org.sadun.util.sql.DynamicConnectionFactory.
This class allows to load JDBC drivers by specifiying their location at runtime, and to successively obtain connections.
DynamicConnectionFactory() - Constructor for class org.sadun.util.sql.DynamicConnectionFactory
Create a factory which uses the same class path as the system.
DynamicJDK12ClassFileFinder - class com.deltax.util.DynamicJDK12ClassFileFinder.
A JDK12ClassFileFinder whose classpath definition can be changed at runtime.
DynamicJDK12ClassFileFinder(String) - Constructor for class com.deltax.util.DynamicJDK12ClassFileFinder
Constructor for DynamicJDK12ClassFileFinder.
DynamicJDK12ClassFileFinder() - Constructor for class com.deltax.util.DynamicJDK12ClassFileFinder
Constructor for DynamicJDK12ClassFileFinder.
DynamicResourceFileFinder - interface com.deltax.util.DynamicResourceFileFinder.
A ResourceFileFinder which allows to dynamically redefine the class path.
days - Variable in class com.deltax.util.TimeInterval
Days portion of the time interval
debug_readcount - Variable in class com.deltax.util.DebugInputStream
 
decIndentation(int) - Method in class org.sadun.util.IndentedPrintWriter
Decrement the current indentation level of the given level. 0 is the minimum level.
decIndentation() - Method in class org.sadun.util.IndentedPrintWriter
Decrement the current indentation level. 0 is the minimum level.
defineSymbol(String, Object) - Method in class org.sadun.util.SymbolTable
Defines a symbol providing symbol name and value.
definedSymbols() - Method in class org.sadun.util.SymbolTable
Return an iterator over the defined symbol names.
describe(long) - Static method in class com.deltax.util.TimeInterval
Return the canonic description of the given interval (in milliseconds).
describe(Object) - Static method in class org.sadun.util.ObjectDescriptor
Produces a description of the object, using attribute names as labels.
describe(Object, ResourceBundle) - Static method in class org.sadun.util.ObjectDescriptor
Produces a description of the object, with labels found in the given bundle by using attribute names as keys.
describe(Object, ResourceBundle, String) - Static method in class org.sadun.util.ObjectDescriptor
Produces a description of the object, with labels found in the given bundle by using attribute names (with an optional prefix) as keys.
describe() - Method in class org.sadun.util.ObjectPropertyManager
Describe the current object.
describe(boolean) - Method in class org.sadun.util.ObjectPropertyManager
Describe the current object.
describe(int) - Method in class org.sadun.util.ObjectPropertyManager
Describe the current object.
describe(int, boolean) - Method in class org.sadun.util.ObjectPropertyManager
Describe the current object.
destroy(Object) - Method in class org.sadun.util.pool.EjbFactory
This implementation does not do anything.
destroy(Object) - Method in class org.sadun.util.pool.ObjectPool.BaseFactory
A null implementation of ObjectPool.Factory.destroy().
destroy(Object) - Method in interface org.sadun.util.pool.ObjectPool.Factory
This method is invoked by the pool when a pooled instance has to be destroyed.
destroy(Object) - Method in class org.sadun.util.pool.ObjectPool.ObjectFactory
This implementation does not do anything.
destroy(boolean) - Method in class org.sadun.util.pool.ObjectPool
Destroys all the objects in the pool by invoking the Factory.destroy() method on the pool's object factory.
destroy(boolean) - Method in class org.sadun.util.pool.connection.ConnectionPool
Destroy any resource associated to the pool, closing all the pooled connections.
destroy(Object) - Method in class org.sadun.util.pool2.ObjectPool.PooledObjectFactory
 
disableWatchDog() - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
 
disconnect() - Method in class org.sadun.util.UnixLoginHandler
Disconnect the stream, if the stream is connected.
dispose() - Method in interface org.sadun.util.Broadcaster
Dispose of any resource used by this object
dispose() - Method in class org.sadun.util.pool2.ObjectPool
 
dispose() - Method in class org.sadun.util.watchdog.WatchDog
Disposes of any resource allocated by the watchdog.
doCheck(Object) - Method in class org.sadun.util.watchdog.WatchDog
Perform the required check.
doCheck(Object) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean.CheckAction
Perform the required check.
doCheck(Object) - Method in class org.sadun.util.watchdog.mbean.action.ConnectURLAction
 
doGetConfiguredObject() - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
doGetConfiguredObject() - Method in class org.sadun.util.xml.configuration.BaseConfigurator
 
doLogin(String, String) - Method in class org.sadun.util.UnixLoginHandler
Do the login.
doLogout() - Method in class org.sadun.util.UnixLoginHandler
Close input and output stream.
doLogout(String) - Method in class org.sadun.util.UnixLoginHandler
Send a logout sequence and UnixLoginHandler.disconnect().
doLogout(String, boolean) - Method in class org.sadun.util.UnixLoginHandler
Send a logout sequence and UnixLoginHandler.disconnect().

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