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

R

RESOURCETABLE_DEFAULT_NAME - Static variable in class org.sadun.util.DatabaseResourceBundle
Define the default name of the default resource table to "APPLICATION_RESOURCES".
RETURN_BLANK_ON_UNDEFINED_SYMBOL - Static variable in class org.sadun.util.SymbolTable
Options mask (0x01) for the "return blank on undefined symbol" option.
RETURN_SYMBOL_ON_UNDEFINED_SYMBOL - Static variable in class org.sadun.util.SymbolTable
Options mask (0x02) for the "return symbol on undefined symbol" option.
Resource - class org.sadun.util.ant.Resource.
 
Resource() - Constructor for class org.sadun.util.ant.Resource
 
ResourceFileFinder - interface com.deltax.util.ResourceFileFinder.
This interface defines services for publicly load resource files.
RotationalCharBuffer - class org.sadun.util.RotationalCharBuffer.
A rotational character buffer.
RotationalCharBuffer(int) - Constructor for class org.sadun.util.RotationalCharBuffer
Create a buffer with the given lenght.
random - Static variable in class org.sadun.util.watchdog.TWatchDog_BaseTest
 
reInit(Collection) - Method in class org.sadun.util.ForEach
Re-initializes the ForEach object on the given collection
reInit(Iterator) - Method in class org.sadun.util.ForEach
Re-initializes the ForEach object on the given iterator
read() - Method in class org.sadun.util.PushbackReader
Read the next character.
read() - Method in class org.sadun.util.TelnetInputStream
 
readBoolean() - Method in class com.deltax.util.DebugInputStream
 
readByte() - Method in class com.deltax.util.DebugInputStream
 
readChar() - Method in class com.deltax.util.DebugInputStream
 
readClass(String) - Method in class com.deltax.util.CPoolReader
This returns an interpreted class file.
readClassData(String, InputStream) - Method in class com.deltax.util.CPoolReader
 
readClassData(InputStream) - Method in class com.deltax.util.CPoolReader
 
readClassData(byte[]) - Method in class com.deltax.util.CPoolReader
 
readDouble() - Method in class com.deltax.util.DebugInputStream
 
readFloat() - Method in class com.deltax.util.DebugInputStream
 
readFully(byte[]) - Method in class com.deltax.util.DebugInputStream
 
readFully(byte[], int, int) - Method in class com.deltax.util.DebugInputStream
 
readInt() - Method in class com.deltax.util.DebugInputStream
 
readLine() - Method in class com.deltax.util.DebugInputStream
 
readLong() - Method in class com.deltax.util.DebugInputStream
 
readNext(int) - Method in class org.sadun.util.PushbackReader
Attempt to read the next n characters in the stream, then unread them.
readShort() - Method in class com.deltax.util.DebugInputStream
 
readUTF() - Method in class com.deltax.util.DebugInputStream
 
readUnsignedByte() - Method in class com.deltax.util.DebugInputStream
 
readUnsignedShort() - Method in class com.deltax.util.DebugInputStream
 
receive(Signal) - Method in class Application
 
receive(Signal) - Method in class com.deltax.util.listener.BridgeListener
 
receive(Signal) - Method in interface com.deltax.util.listener.Listener
Invoked when a signal is received.
receive(Signal) - Method in class com.deltax.util.listener.SimpleListener
This implementation discriminates among NamedSignals, MsgSignals and ExceptionSignals.
receive(Signal) - Method in class com.deltax.util.listener.TrackingListener
 
receiveException(ExceptionSignal) - Method in interface com.deltax.util.listener.ExceptionListener
Receives an exception-related signal
registerTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.TelnetInputStream
Register a listener to Telnet commands.
registerTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.TelnetInputStreamConsumer
Register a listener to Telnet commands.
registerTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.UnixLoginHandler
Register a TelnetInputStream.TelnetCommandListenerto handle telnet commands.
release(Object, boolean) - Method in class org.sadun.util.pool.ExtendedObjectPool
Release an object.
release(Object) - Method in class org.sadun.util.pool.ExtendedObjectPool
Release an object, notifying waiting thread (if any) that one pooled object has become available.
release(int) - Method in class org.sadun.util.pool.ObjectPool
Releases the i-th object, notifying the waiting thread (if any) that one pooled object has become available.
release(Object, boolean) - Method in class org.sadun.util.pool.ObjectPool
Release an object.
release(Object) - Method in class org.sadun.util.pool.ObjectPool
Release an object, notifying waiting thread (if any) that one pooled object has become available.
releaseConnection(Connection) - Method in class org.sadun.util.pool.connection.ConnectionPool
Return the given connection to the pool.
remove(Object) - Method in class org.sadun.util.Cache
Remove an object from the cache.
remove() - Method in class org.sadun.util.ClassPathIterator
 
remove() - Method in class org.sadun.util.HTMLAnchorIterator
 
remove() - Method in class org.sadun.util.ListMapIterator
 
remove() - Method in class org.sadun.util.NullIterator
Not supported operation.
removeAllListeners() - Method in class com.deltax.util.listener.BaseSignalSource
 
removeAllListeners() - Method in class com.deltax.util.listener.BaseSignalSourceThread
 
removeAllListeners() - Method in interface com.deltax.util.listener.IListenerSupport
Unconditionally unregister all the listeners.
removeAllListeners() - Method in class com.deltax.util.listener.ListenerSupport
Unconditionally unregister all the listeners.
removeExplorationListener(SimpleClassPackageExplorer.PackageExplorationListener) - Method in class org.sadun.util.SimpleClassPackageExplorer
Remove a SimpleClassPackageExplorer.PackageExplorationListener from this object.
removeListener(Listener) - Method in class com.deltax.util.listener.BaseSignalSource
Allow source clients to remove listeners.
removeListener(Listener) - Method in class com.deltax.util.listener.BaseSignalSourceThread
 
removeListener(Listener) - Method in interface com.deltax.util.listener.IListenerSupport
Remove a listener from the listeners set.
removeListener(Listener) - Method in class com.deltax.util.listener.ListenerSupport
Remove a listener from the listeners set.
removeListener(CommandRunner.Listener) - Method in class org.sadun.util.CommandRunner
Remove a listener to the listener set.
removeListener(WatchDog.Listener) - Method in class org.sadun.util.pool.connection.ConnectionPool
Deregister a listener for the watchdog thread, if enabled.
removeListener(WatchDog.Listener) - Method in class org.sadun.util.watchdog.WatchDog
Remove a watchdog listener from the listeners set.
removeListener(WatchDog.Listener) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
removeListener(WatchDog.Listener) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Remove a watchdog listener from the listeners set.
removePool(ObjectPool) - Method in class org.sadun.util.pool2.BasePassivationManager
Remove an ObjectPool from monitoring.
removeState(ObjectPool, PooledObject) - Method in class org.sadun.util.pool2.BasePassivationManager
Used by a subclass to remove the state information for a certain object belonging to a certain pool when a pool is removed from the monitored set
removeState(ObjectPool, PooledObject) - Method in class org.sadun.util.pool2.DefaultPassivationManager
 
removeTableItemChangeListener(MapEditor.TableItemChangeListener) - Method in class org.sadun.swt.widgets.MapEditor
Remove a MapEditor.TableItemChangeListener from the listener set.
removeTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.TelnetInputStream
Remove a listener to Telnet commands.
removeTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.TelnetInputStreamConsumer
Remove a listener to Telnet commands.
removeTelnetCommandListener(TelnetInputStream.TelnetCommandListener) - Method in class org.sadun.util.UnixLoginHandler
Unregister a TelnetInputStream.TelnetCommandListenerto handle telnet commands.
removeaAllListeners() - Method in class org.sadun.util.watchdog.WatchDog
 
renew(Object, Object) - Method in class org.sadun.util.pool.ExtendedObjectPool
Renew one object in the pool.
renew(Object) - Method in class org.sadun.util.pool.ObjectPool
Renew one object in the pool.
reset() - Method in class com.deltax.util.ArrayEnumeration
Reset the enumeration.
reset() - Method in class org.sadun.util.codegen.VariableNameGenerator
Reset the name generator
reset() - Method in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
 
resolveEntity(String, String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
rotatePools - Variable in class org.sadun.util.pool2.BasePassivationManager
Controls which pools are checked on a service cycle
rotationRate - Variable in class org.sadun.util.pool2.BasePassivationManager
 
run() - Method in class Application
 
run() - Method in class com.deltax.util.listener.TSignalSource
Generate a burst of random signals.
run() - Method in class org.sadun.util.CommandRunner
Run the command.
run() - Method in class org.sadun.util.pool.connection.Test
 
run() - Method in class org.sadun.util.pool.test.ObjectPoolTest
 
run() - Method in class org.sadun.util.pool2.BasePassivationManager
The passivation thread main loop.
run() - Method in class org.sadun.util.tp.ThreadPool.PooledThread
Runs the available runnable object, or waits.
run() - Method in class org.sadun.util.tp.ThreadPoolThread
 
run() - Method in class org.sadun.util.watchdog.WatchDog
Run the watching loop, until the thread is either shut downor the last running thread.
runAll() - Method in class org.sadun.util.ThreadBlockRunner
Run all threads from the array passed at construction.
runBlock(int, int) - Method in class org.sadun.util.ThreadBlockRunner
Run a block of consecutive threads from the array passed at construction.

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