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

S

SB - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code SB (250)
SE - Static variable in class org.sadun.util.TelnetInputStream
The Telnet command code SE (240)
SECOND - Static variable in class com.deltax.util.TimeInterval
One second
SECOND_STR - Static variable in class com.deltax.util.TimeInterval
Descriptions and abbreviations for second
SHUTDOWN_TIMEOUT - Static variable in class org.sadun.util.watchdog.TWatchDog_BaseTest
 
SQLContext - class org.sadun.util.pool.connection.SQLContext.
An SQL Context declares a set of jdbc driver names and a classpath where to load them from.
SQLContext(String, String[]) - Constructor for class org.sadun.util.pool.connection.SQLContext
Create an SQL Context with the given class path and jdbc drivers set.
SQLContext(String[]) - Constructor for class org.sadun.util.pool.connection.SQLContext
 
SQLContext(String) - Constructor for class org.sadun.util.pool.connection.SQLContext
 
SQLContext() - Constructor for class org.sadun.util.pool.connection.SQLContext
 
SendMailFailedException - exception org.sadun.util.watchdog.listeners.SendMailFailedException.
 
SendMailFailedException() - Constructor for class org.sadun.util.watchdog.listeners.SendMailFailedException
 
SendMailFailedException(String) - Constructor for class org.sadun.util.watchdog.listeners.SendMailFailedException
 
SendMailFailedException(Throwable) - Constructor for class org.sadun.util.watchdog.listeners.SendMailFailedException
 
SendMailFailedException(String, Throwable) - Constructor for class org.sadun.util.watchdog.listeners.SendMailFailedException
 
SequentialUniqueIdGenerator - class org.sadun.util.SequentialUniqueIdGenerator.
An unique id generator which creates ids unique across different JVMs and sequential.
SequentialUniqueIdGenerator(SequentialUniqueIdGenerator.IdStorage) - Constructor for class org.sadun.util.SequentialUniqueIdGenerator
Create a sequential generator using the given SequentialUniqueIdGenerator.IdStorage.
SequentialUniqueIdGenerator() - Constructor for class org.sadun.util.SequentialUniqueIdGenerator
Create a sequential generator
SequentialUniqueIdGenerator.IdStorage - interface org.sadun.util.SequentialUniqueIdGenerator.IdStorage.
Classes implementing this interface allow access to a shared storage of ids to use with a SequentialUniqueIdGenerator.
SequentialUniqueIdGenerator.IdStorage.IdStorageException - exception org.sadun.util.SequentialUniqueIdGenerator.IdStorage.IdStorageException.
 
SequentialUniqueIdGenerator.IdStorage.IdStorageException(Throwable) - Constructor for class org.sadun.util.SequentialUniqueIdGenerator.IdStorage.IdStorageException
 
Setup - interface org.sadun.util.Setup.
Instances of this class can setup existing objects
Signal - class com.deltax.util.listener.Signal.
An anonymous signal class.
Signal(Object) - Constructor for class com.deltax.util.listener.Signal
Build a signal with the given source.
SignalSource - interface com.deltax.util.listener.SignalSource.
Classes implementing this interface declare can be programmatically recognized as sources of signals and declare whether or not they support exception signals.
SignatureAnalyzer - class com.deltax.util.SignatureAnalyzer.
A class to analyze a Java method signature declaration, returning information on type names.
SignatureAnalyzer(String, boolean, boolean) - Constructor for class com.deltax.util.SignatureAnalyzer
Create an analyzer for the given signature.
SignatureAnalyzer(String) - Constructor for class com.deltax.util.SignatureAnalyzer
Create an analyzer for the given signature, which returns both primitive and array type names
SimpleClassPackageExplorer - class org.sadun.util.SimpleClassPackageExplorer.
A package explorer implementation.
SimpleClassPackageExplorer() - Constructor for class org.sadun.util.SimpleClassPackageExplorer
Create a SimpleClassPackageExplorer on the system class path.
SimpleClassPackageExplorer(String) - Constructor for class org.sadun.util.SimpleClassPackageExplorer
Create a SimpleClassPackageExplorer on the given class path.
SimpleClassPackageExplorer(String, String[]) - Constructor for class org.sadun.util.SimpleClassPackageExplorer
Create a SimpleClassPackageExplorer on the given class path.
SimpleClassPackageExplorer.PackageExplorationAdapter - class org.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter.
An empty implementation of PackageExplorationListener.
SimpleClassPackageExplorer.PackageExplorationAdapter() - Constructor for class org.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter
 
SimpleClassPackageExplorer.PackageExplorationListener - interface org.sadun.util.SimpleClassPackageExplorer.PackageExplorationListener.
Classes implementing this interface receive notifications of the explorer's activity.
SimpleListener - class com.deltax.util.listener.SimpleListener.
A listener which simply outputs signals on a given stream or writer.
SimpleListener() - Constructor for class com.deltax.util.listener.SimpleListener
Create a listener which outputs to System.out
SimpleListener(OutputStream) - Constructor for class com.deltax.util.listener.SimpleListener
Create a listener which outputs to the given stream
SimpleListener(Writer) - Constructor for class com.deltax.util.listener.SimpleListener
Create a listener which outputs to the given writer
SimpleObjectWithIdMetadata - class org.sadun.util.SimpleObjectWithIdMetadata.
 
SimpleObjectWithIdMetadata(Class, String) - Constructor for class org.sadun.util.SimpleObjectWithIdMetadata
 
SimpleObjectWithIdMetadata(Class) - Constructor for class org.sadun.util.SimpleObjectWithIdMetadata
 
SimplePathMapCreatorHandler - class org.sadun.util.xml.SimplePathMapCreatorHandler.
This SAX handler can be used to create a map of simple paths to node values of an XML document.
SimplePathMapCreatorHandler(boolean) - Constructor for class org.sadun.util.xml.SimplePathMapCreatorHandler
Construct an instance that trims whitespace in values depending on the value of the given parameter.
SimplePathMapCreatorHandler() - Constructor for class org.sadun.util.xml.SimplePathMapCreatorHandler
Construct an instance that trims whitespace in values.
SqlIdIterator - class org.sadun.util.SqlIdIterator.
An IdIterator based on an SQL statement executed over a given Connection.
SqlIdIterator(ConnectionPool, String, String) - Constructor for class org.sadun.util.SqlIdIterator
 
SqlIdIterator(ConnectionPool, String, String, String, String) - Constructor for class org.sadun.util.SqlIdIterator
 
SqlIdIterator(Connection, String, String) - Constructor for class org.sadun.util.SqlIdIterator
 
SqlIdIterator(Connection, String, String, String, String) - Constructor for class org.sadun.util.SqlIdIterator
 
StackTraceLineSet - class org.sadun.util.StackTraceLineSet.
A special lineset with services for exception stack traces.
StackTraceLineSet(Throwable) - Constructor for class org.sadun.util.StackTraceLineSet
Constructor for StackTraceLineSet.
StackTraceLineSet(String) - Constructor for class org.sadun.util.StackTraceLineSet
 
StackTraceLineSet(String[]) - Constructor for class org.sadun.util.StackTraceLineSet
 
StateInfoSupport - class org.sadun.util.sis.StateInfoSupport.
Plug-in class for adding state information support to an mbean.
StateInfoSupport() - Constructor for class org.sadun.util.sis.StateInfoSupport
 
StringFinder - class org.sadun.util.StringFinder.
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
StringFinder() - Constructor for class org.sadun.util.StringFinder
Constructor for StringFinder.
SymbolTable - class org.sadun.util.SymbolTable.
A symbol table.
SymbolTable(Map, int) - Constructor for class org.sadun.util.SymbolTable
Create a symbol table with the given symbol map and the given failure policy.
SymbolTable(Map) - Constructor for class org.sadun.util.SymbolTable
Create a symbol table with the given symbol map, which fails on undefined symbols.
SymbolTable() - Constructor for class org.sadun.util.SymbolTable
Create a symbol table with an empty symbol map, which fails on undefined symbols.
SymbolTable.UndefinedSymbolException - exception org.sadun.util.SymbolTable.UndefinedSymbolException.
 
sb - Variable in class com.deltax.util.JPanelOutputStream
The current line buffer.
scanEnd(File, boolean) - Method in class org.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter
This method does nothing.
scanEnd(File, boolean) - Method in interface org.sadun.util.SimpleClassPackageExplorer.PackageExplorationListener
Notify that a jar/directory scanning is terminated.
scanStart(File, boolean) - Method in class org.sadun.util.SimpleClassPackageExplorer.PackageExplorationAdapter
This method does nothing.
scanStart(File, boolean) - Method in interface org.sadun.util.SimpleClassPackageExplorer.PackageExplorationListener
Notify that a jar/directory is being scanned.
searchJars(String, File[]) - Method in class com.deltax.util.JDK12ClassFileFinder
Searches jar files for a given class path
seconds - Variable in class com.deltax.util.TimeInterval
Seconds portion of the time interval
serializeAxisObjectToXML(Object) - Method in class org.sadun.util.AxisObjectSerializer
Serialize an Axis java object to XML.
serializeAxisObjectToXMLString(Object) - Method in class org.sadun.util.AxisObjectSerializer
Serialize an Axis java object to XML.
set(Object, String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
set(String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
setAutoAdjustCache(boolean) - Method in class org.sadun.util.DatabaseResourceBundle
Set the auto-adjust-cache property.
setAutoFlush(boolean) - Method in class org.sadun.util.JustifierWriter
Set whether or not the writer automatically flushes the wrapped writer when a line is written.
setAutoFlushing(boolean) - Method in class com.deltax.util.listener.SimpleListener
Set the autoFlushing mode (defaults to true)
setBehaviourOnUndefinedSymbol(int) - Method in class org.sadun.util.SymbolTable
Sets the behaviour in case of symbol not found.
setBehaviourOnUndefinedSymbol() - Method in class org.sadun.util.SymbolTable
Returns the failure behaviour constant denoting the current failure policy.
setBracketPair(char[]) - Method in class org.sadun.util.SymbolTable
Sets the bracketPair.
setBuildNumber(long) - Method in class org.sadun.util.VersionImpl
 
setBuildTimeStamp(long) - Method in class org.sadun.util.VersionImpl
 
setCacheClassFiles(boolean) - Method in class org.sadun.util.ant.Pack
Sets the cacheClassFiles.
setCacheSize(int) - Method in class org.sadun.util.DatabaseResourceBundle
Set the current size of the cache.
setCaptureOutput(boolean) - Method in class org.sadun.util.CommandRunner
Set the capture-output property.
setCheckActionClassName(String) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
setCheckActionClassName(String) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Set the name of the check action class to use.
setCheckActionParameter(String, Object) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
setCheckActionParameter(String, Object) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Set a parameter on the current check action object.
setCheckForIncorrectLogin(boolean) - Method in class org.sadun.util.UnixLoginHandler
Set whether or not the handler will wait for the "login incorrect" character sequence when executing UnixLoginHandler.doLogin(String, String).
setCheckPeriodTime(long) - Method in class org.sadun.util.watchdog.WatchDog
Set the amount of time the watchdog waits between each check.
setCheckPeriodTime(long) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
setCheckPeriodTime(long) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Set the amount of time the watchdog waits between each check.
setClassCacheOn(boolean) - Method in class com.deltax.util.JDK12ClassFileFinder
Sets the classCacheOn.
setClassName(String) - Method in class org.sadun.util.pool.ManagedObjectPool
Set the name of the class to produce.
setClassPath(String) - Method in interface com.deltax.util.DynamicClassFileFinder
 
setClassPath(String) - Method in class com.deltax.util.DynamicJDK12ClassFileFinder
 
setClassPath(String) - Method in interface com.deltax.util.DynamicResourceFileFinder
 
setClassPath(String) - Method in class org.sadun.util.DynamicClassLoader
Set the class path
setClassPath(String) - Method in class org.sadun.util.SimpleClassPackageExplorer
Sets the classPath.
setClassPath(String) - Method in class org.sadun.util.pool.connection.SQLContext
 
setClassPath(String) - Method in class org.sadun.util.sql.DynamicConnectionFactory
Set the class path.
setClasses(String) - Method in class org.sadun.util.ant.Pack
Sets the classes.
setClasspath(String) - Method in class org.sadun.util.ant.Pack
Sets the classpath.
setCloseWindowOnTermination(boolean) - Method in class org.sadun.util.CommandRunner
Sets the closeWindowOnTermination.
setConnectionProperties(Properties) - Method in class org.sadun.util.pool.connection.ConfigurableDataSource
Set the connection properties for this data source.
setConnectionProperties(String) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
Set the connection properties of the pool.
setConnectionProperties(String) - Method in interface org.sadun.util.pool.connection.ManagedConnectionPoolMBean
Set the connection properties of the pool.
setConsumptionOperationsTimeout(long) - Method in class org.sadun.util.TelnetInputStreamConsumer
Set the timeout on all consumption operations.
setDebugStream(PrintStream) - Method in class org.sadun.util.TelnetInputStream
 
setDefaultLogStream(PrintStream) - Static method in class org.sadun.util.pool2.ObjectPool
Sets the defaultLogStream.
setDefaultPassivationThreshold(long) - Static method in class org.sadun.util.pool2.DefaultPassivationManager
Sets the defaultPassivationThreshold.
setDeleteGeneratedCode(boolean) - Method in class org.sadun.util.ant.Version
 
setDispatchLevel(int, boolean) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
Sets wether or not every element at a given depth level in the XML tree is associated to a Configurator.
setDispatchLevel(int) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
Indicates that every element at a given depth level in the XML tree is associated to a Configurator.
setDocumentLocator(Locator) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
setEmailAddresses(String) - Method in class org.sadun.util.watchdog.listeners.MailAlarmListener
 
setEpilogue(String, Class[], String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set epilogue code for a wrapped method, defined by name and parameter types.
setEpilogue(Method, String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set epilogue code for a wrapped method.
setEpilogue(Method, String, Class[]) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set epilogue code for a wrapped method.
setEpilogue(Method[], String, Class[]) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set epilogue code for a set of wrapped method.
setEpilogue(Method[], String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set epilogue code for a set of wrapped method.
setEvaluateSymbolValues(boolean) - Method in class org.sadun.util.SymbolTable
Set whether or not the map recursively evaluates symbol values.
setExcludePkg(String) - Method in class org.sadun.util.ant.Pack
Sets the excludePkg.
setFactory(ObjectPool.Factory) - Method in class org.sadun.util.pool.ObjectPool
Sets the factory.
setFactoryClassName(String) - Method in class org.sadun.util.pool.ManagedObjectPool
Set the name of the pool's factory class.
setFactoryClassName(String) - Method in interface org.sadun.util.pool.ManagedObjectPoolMBean
Set the name of the factory class to use.
setFailOnUnaccessible(boolean) - Method in class org.sadun.util.ObjectLister
 
setFailureBroadcaster(Broadcaster) - Method in class org.sadun.util.SequentialUniqueIdGenerator
Set the failure broadcaster.
setFont(Font) - Method in class com.deltax.util.JPanelOutputStream
Set the font with which the panel displays the text.
setForceDynamicLoading(boolean) - Method in class org.sadun.util.DynamicClassLoader
Sets the forceDynamicLoading.
setHostname(String) - Method in class org.sadun.util.watchdog.listeners.MailAlarmListener
 
setIdStorage(SequentialUniqueIdGenerator.IdStorage) - Method in class org.sadun.util.SequentialUniqueIdGenerator
Set the idStorage.
setIgnore(String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
setIncludePkg(String) - Method in class org.sadun.util.ant.Pack
Sets the includePkg.
setIndentation(int) - Method in class org.sadun.util.IndentedPrintWriter
Sets the current indentation level
setIndentationChar(char) - Method in class org.sadun.util.IndentedPrintWriter
Set the charachter used to indent to the given character
setItems(String[]) - Method in class org.sadun.swt.widgets.LabelledCombo
 
setJdbcDriverNames(String[]) - Method in class org.sadun.util.pool.connection.SQLContext
 
setJdbcDrivers(String) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
Set the list of JDBC driver classes to load, separated by colon/semicolon or comma.
setJdbcDrivers(String) - Method in interface org.sadun.util.pool.connection.ManagedConnectionPoolMBean
Set the list of JDBC driver classes to load, separated by colon/semicolon or comma.
setJdbcURL(String) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
Set the jdbc URL of the pool.
setJdbcURL(String) - Method in interface org.sadun.util.pool.connection.ManagedConnectionPoolMBean
Set the jdbcURL accessed by this pool
setJdbcUrl(String) - Method in class org.sadun.util.DatabaseResourceBundle
Set the JDBC url of the database containing the resources.
setJdbcUrl(String) - Method in class org.sadun.util.pool.connection.ConfigurableDataSource
Set the JDBC url for this data source.
setJustifyOnNewLine(boolean) - Method in class org.sadun.util.JustifierWriter
Set whether or not the writer applies justification on explicit newlines.
setLabelText(String) - Method in class org.sadun.swt.widgets.LabelledCombo
 
setLabelText(String) - Method in class org.sadun.swt.widgets.LabelledText
 
setLevel(String) - Method in class org.sadun.util.ant.Version
 
setLevel(int) - Method in class org.sadun.util.sis.StateInfoSupport
Sets the level.
setLineLength(int) - Method in class org.sadun.util.JustifierWriter
Set the line length currently employed by this writer.
setListEditable(boolean) - Method in class org.sadun.swt.widgets.MapEditor
Allow ore deny editing of property set - adding or deleting properties.
setLogStream(PrintStream) - Method in class org.sadun.util.pool2.BasePassivationManager
Method setLogStream.
setLogStream(PrintStream) - Method in class org.sadun.util.pool2.ObjectPool
Sets the logStream.
setLogWriter(PrintWriter) - Method in class org.sadun.util.pool.connection.ConfigurableDataSource
See DataSource.
setLoginIncorrectSequence(String) - Method in class org.sadun.util.UnixLoginHandler
Setthe character sequence to use to recognize incorrect logins.
setLoginIncorrectVerificationTime(long) - Method in class org.sadun.util.UnixLoginHandler
Set the time the handler will wait for a "login incorrect" character sequence before assuming the login has been successful.
setLoginPromptSequence(String) - Method in class org.sadun.util.UnixLoginHandler
Set the character sequence to use to recognize the login prompt.
setLoginTimeout(int) - Method in class org.sadun.util.pool.connection.ConfigurableDataSource
See DataSource.
setMailTemplateURL(String) - Method in class org.sadun.util.watchdog.listeners.MailAlarmListener
 
setMajor(int) - Method in class org.sadun.util.VersionImpl
 
setMajor(int) - Method in class org.sadun.util.ant.Version
 
setMandatory(String) - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
setManifestClassPath(String) - Method in class org.sadun.util.ant.Pack
Sets the manifestClassPath.
setManifestMainClass(String) - Method in class org.sadun.util.ant.Pack
Sets the manifestMainClass.
setMaxGetRetry(int) - Method in class org.sadun.util.pool.connection.ConnectionPool
Set the maximum number of retry attempts before getConnection() stops and returns null (applies only if isTestBeforeAcquiring() is true).
setMaxRetryCount(int) - Method in class org.sadun.util.watchdog.listeners.WaitAndRetryListener
 
setMicro(int) - Method in class org.sadun.util.VersionImpl
 
setMicro(int) - Method in class org.sadun.util.ant.Version
 
setMinor(int) - Method in class org.sadun.util.VersionImpl
 
setMinor(int) - Method in class org.sadun.util.ant.Version
 
setModified() - Method in class org.sadun.util.BaseObjectWithId
Subclasses may use this method to set the "modified" status of the object to true.
setName(String) - Method in class org.sadun.util.ant.ClassSpec
 
setName(String) - Method in class org.sadun.util.ant.Resource
 
setName(String) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
setName(String) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Set the name of the watchdog thread
setOpenWindowOnStartup(boolean) - Method in class org.sadun.util.CommandRunner
Sets the openWindowOnStartup.
setOutputElapsedTime(boolean) - Method in class org.sadun.util.CommandRunner
Sets the outputElapsedTime.
setOutputOnSystemOut(boolean) - Method in class org.sadun.util.CommandRunner
Set the output-on-system-out property.
setOverride(boolean) - Method in class org.sadun.util.ant.Version
 
setPackageName(String) - Method in class org.sadun.util.ant.BaseVersion
 
setPackages(String) - Method in class org.sadun.util.ant.Pack
Sets the packages.
setPadOnNewLine(boolean) - Method in class org.sadun.util.JustifierWriter
Set whether or not the writer pads output with spaces on a new line.
setPassivationManagerFactory(ObjectPool.PassivationManagerFactory) - Method in class org.sadun.util.pool2.Configuration
Sets the passivationManagerFactory.
setPassivationThreshold(long) - Method in class org.sadun.util.pool2.DefaultPassivationManager
Sets the passivation threshold.
setPoolSize(int) - Method in class org.sadun.util.pool2.Configuration
Sets the poolSize.
setPreLoad(boolean) - Method in class org.sadun.util.DatabaseResourceBundle
Set the value of the pre-load property.
setPreserveInitialSpaces(boolean) - Method in class org.sadun.util.JustifierWriter
Set whether or not the writer preserves intial spaces.
setProgress(int) - Method in class org.sadun.util.TextProgressBar
Sets the progress.
setPrologue(Method, String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set prologue code for a wrapped method, defined by name and parameter types.
setPrologue(Method, String, Class[]) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set prologue code for a wrapped method, defined by name and parameter types.
setPrologue(Method[], String, Class[]) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set prologue code for a set of methods.
setPrologue(Method[], String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set prologue code for a set of methods.
setPrologue(String, Class[], String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set prologue code for a wrapped method, defined by name and parameter types.
setProperties(Properties) - Method in class org.sadun.swt.widgets.MapEditor
 
setProperties(Properties) - Method in class org.sadun.util.ObjectPropertyManager
 
setProperty(String, byte) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, short) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, int) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, long) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, char) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, float) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, double) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, boolean) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setProperty(String, Object) - Method in class org.sadun.util.ObjectPropertyManager
Set the given property with the given value on the wrapped targetObject.
setPropertyName(String) - Method in class org.sadun.util.ant.Version
 
setQuality(String) - Method in class org.sadun.util.VersionImpl
 
setReceiveTimeout(long) - Method in interface com.deltax.util.listener.IListenerSupport
Set the the amount of time(in ms.) a Listeneris given to exit gracefully from the Listener.receive(Signal)method when it's IListenerSupport.removeListener(Listener).
setReceiveTimeout(long) - Method in class com.deltax.util.listener.ListenerSupport
Set the the amount of time (in ms.) a Listeneris given to exit gracefully from the Listener.receive(Signal) method when it's removed.
setRemoveFailedListeners(boolean) - Method in class org.sadun.util.watchdog.WatchDog
Set wether or not listeners that fail are removed from the listener set (in synchronous mode).
setResolveFiltered(boolean) - Method in class org.sadun.util.ant.Pack
Sets the resolveFiltered.
setResourceTable(String, String) - Method in class org.sadun.util.DatabaseResourceBundle
Set the resource table associated to keys matching the given regular expression.
setResourceTable(Pattern, String) - Method in class org.sadun.util.DatabaseResourceBundle
Set the resource table associated to keys matching the given regular expression.
setRotatePools(boolean) - Method in class org.sadun.util.pool2.BasePassivationManager
Sets the rotatePools.
setRotationRate(int) - Method in class org.sadun.util.pool2.BasePassivationManager
Sets the rotationRate.
setSendInitialCRLF(boolean) - Method in class org.sadun.util.UnixLoginHandler
Set whether or not an initial CRLF will be sent by UnixLoginHandler.doLogin(String, String)before initiating the login sequence proper.
setSetAccessible(boolean) - Method in class org.sadun.util.ObjectLister
 
setSetupObject(Setup) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
Sets the setupObject.
setShortForm(boolean) - Method in class org.sadun.util.ObjectPropertyManager
 
setShowType(boolean) - Method in class org.sadun.util.ObjectPropertyManager
 
setSize(int) - Method in class org.sadun.util.pool.ManagedObjectPool
Set the pool size.
setSize(int) - Method in interface org.sadun.util.pool.ManagedObjectPoolMBean
Set the size of the pool
setSize(int) - Method in class org.sadun.util.pool.connection.ManagedConnectionPool
Set the pool size.
setSize(int) - Method in interface org.sadun.util.pool.connection.ManagedConnectionPoolMBean
Set the size of the pool
setSleepTime(int) - Method in class org.sadun.util.pool2.BasePassivationManager
Sets the sleepTime.
setStartBySleeping(boolean) - Method in class org.sadun.util.watchdog.WatchDog
 
setStartBySleeping(boolean) - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
setStartBySleeping(boolean) - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
 
setState(Object) - Method in class org.sadun.util.ForEach
Set the object state.
setState(int) - Method in class org.sadun.util.ForEach
Set the object state.
setState(byte) - Method in class org.sadun.util.ForEach
Set the object state.
setState(char) - Method in class org.sadun.util.ForEach
Set the object state.
setState(long) - Method in class org.sadun.util.ForEach
Set the object state.
setState(float) - Method in class org.sadun.util.ForEach
Set the object state.
setState(double) - Method in class org.sadun.util.ForEach
Set the object state.
setState(boolean) - Method in class org.sadun.util.ForEach
Set the object state.
setStorageDirectory(File) - Method in class org.sadun.util.pool2.Configuration
Sets the storageDirectory.
setSymbolMarker(char) - Method in class org.sadun.util.SymbolTable
Sets the symbolMarker.
setSynchronizedWithPrevious(Thread, boolean) - Method in class org.sadun.util.ThreadBlockRunner
Set a certain thread in the threads passed at construction to be synchronized with the previous one.
setSynchronizedWithPrevious(int, boolean) - Method in class org.sadun.util.ThreadBlockRunner
Set a the i-th thread (realtive to the thread array passed at construction) to be synchronized with the previous one.
setSynchronous(boolean) - Method in class org.sadun.util.watchdog.WatchDog
Set the synchronicity mode (see class comment).
setTargetJar(String) - Method in class org.sadun.util.ant.Pack
Sets the targetJar.
setTestBeforeAcquiring(boolean) - Method in class org.sadun.util.pool.connection.ConnectionPool
Set wether or not getConnection() tests the connection before returning it.
setText(String) - Method in class org.sadun.swt.widgets.LabelledText
 
setTimeout(long) - Method in class org.sadun.util.UnixLoginHandler
Set the timeout when waiting for prompt/results on login operation.
setToDispatch(String, String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
Indicate that the given namespace URI/local name combination is associated to a Configurator.
setTotal(int) - Method in class org.sadun.util.TextProgressBar
Sets the total.
setUp() - Method in class com.deltax.util.listener.TSignalSourceTest
 
setUp() - Method in class org.sadun.util.ThreadBlockRunnerTest
 
setUp() - Method in class org.sadun.util.test.HTMLAnchorIteratorTest
 
setUp() - Method in class org.sadun.util.test.JustifyWriterTestCase
 
setUp() - Method in class org.sadun.util.test.PushbackReaderTest
 
setUp() - Method in class org.sadun.util.test.UnixLoginHandlerTest
 
setUp() - Method in class org.sadun.util.watchdog.TWatchDog_AsyncTest
 
setUp() - Method in class org.sadun.util.watchdog.TWatchDog_BaseTest
 
setUrl(String) - Method in class org.sadun.util.watchdog.mbean.action.ConnectURLAction
 
setUseExistingVersionClass(boolean) - Method in class org.sadun.util.ant.Version
 
setUseToStringIfNotFound(boolean) - Method in class org.sadun.util.ObjectLister
Sets the useToStringIfNotFound.
setValueEditable(boolean) - Method in class org.sadun.swt.widgets.MapEditor
Allow ore deny editing of property values.
setVerbose(boolean) - Method in class org.sadun.util.ant.Version
 
setVerbose(boolean) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set the verbose mode, which provides information on the generator's actions on standard error
setVerifyAllRequested(boolean) - Method in class org.sadun.util.TelnetInputStreamConsumer.CompositeCriterium
 
setVersionInfoPath(File) - Method in class org.sadun.util.ant.BaseVersion
 
setVersionObjectBinaryPath(File) - Method in class org.sadun.util.ant.BaseVersion
 
setVersionObjectSourcePath(File) - Method in class org.sadun.util.ant.BaseVersion
 
setWatchDogCheckPeriodTime(long) - Method in class org.sadun.util.pool.connection.ConnectionPool
Set the amount of time the watchdog waits between each check (if the watchdog is enabled).
setWatchDogEnabled(boolean) - Method in class org.sadun.util.pool.connection.ConnectionPool
Enable or disable the watchdog thread associated to this connection pool, which periodically checks the state of the pool.
setWorkingDirectory(String) - Method in class org.sadun.util.codegen.ObjectWrapperGenerator
Set the working directory, where source and class files are stored.
setup(Object) - Method in interface org.sadun.util.Setup
Sets up the passed object
shorter(TimeInterval) - Method in class com.deltax.util.TimeInterval
Return true if the given time interval is shorter than this
showExceptionDialog(Component, String, Throwable) - Static method in class org.sadun.util.swing.JExceptionPane
Shows the exception in a dialog
showExceptionDialog(Component, Throwable) - Static method in class org.sadun.util.swing.JExceptionPane
 
shutdown() - Method in interface org.sadun.util.Terminable
Unconditionally requests a shutdown.
shutdown() - Method in class org.sadun.util.pool.connection.Test
 
shutdown() - Method in class org.sadun.util.pool2.BasePassivationManager
 
shutdown() - Method in class org.sadun.util.tp.ThreadPoolThread
 
shutdown() - Method in class org.sadun.util.watchdog.WatchDog
Shut down the watchdog thread.
shutdown() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
shutdown() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Unconditionally requests a shutdown.
size() - Method in class com.deltax.util.FIFOQueue
Return the size of the queue
size() - Method in class org.sadun.util.RotationalCharBuffer
Return the size of the buffer.
size() - Method in interface org.sadun.util.tp.Queue
Return the current size of the queue
size() - Method in class org.sadun.util.tp.ThreadPool
Return the size of the pool
size() - Method in class org.sadun.util.tp.ThreadPoolThread
Return the size of the pool
skipBytes(int) - Method in class com.deltax.util.DebugInputStream
 
skippedEntity(String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
sleepSome() - Method in class org.sadun.util.watchdog.TWatchDog_BaseTest
 
sleepTime - Variable in class org.sadun.util.pool2.BasePassivationManager
The sleep time
sourceSupportsExceptionSignals() - Method in class com.deltax.util.listener.Signal
Return true if the source supports exception signals.
start(Runnable) - Method in class org.sadun.util.tp.ThreadPool
Add a runnable object to the pool.
start(Runnable, boolean) - Method in class org.sadun.util.tp.ThreadPool
Add a runnable object to the pool.
start(Runnable) - Method in class org.sadun.util.tp.ThreadPoolThread
Adds a runnable object to the pool.
startDocument() - Method in class org.sadun.util.xml.configuration.AutoConfigurator
 
startDocument() - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
startElement(String, String, String, Attributes) - Method in class org.sadun.util.xml.SimplePathMapCreatorHandler
 
startElement(String, String, String, Attributes) - Method in interface org.sadun.util.xml.configuration.Configurator
 
startElement(String, String, String, Attributes) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
Check whether the namespace/tag are associated to a configurator or we're at a dispatch level.
startPrefixMapping(String, String) - Method in class org.sadun.util.xml.configuration.DispatcherHandler
 
started() - Method in class org.sadun.util.CommandRunner.Adapter
 
started() - Method in interface org.sadun.util.CommandRunner.Listener
 
started() - Method in class org.sadun.util.CommandRunner.StdOutAdapter
 
starting() - Method in class org.sadun.util.CommandRunner.Adapter
 
starting() - Method in interface org.sadun.util.CommandRunner.Listener
 
starting() - Method in class org.sadun.util.CommandRunner.StdOutAdapter
 
startup() - Method in class org.sadun.util.watchdog.mbean.ManagedWatchDog
 
startup() - Method in interface org.sadun.util.watchdog.mbean.ManagedWatchDogMBean
Start the watchdog thread.
suite() - Static method in class com.deltax.util.listener.TSignalSourceTest
 
suite() - Static method in class org.sadun.util.watchdog.TWatchDog_BaseTest
 
supportsExceptionSignals() - Method in class com.deltax.util.listener.BaseSignalSource
Always return true, since this implementation does support exception signals.
supportsExceptionSignals() - Method in interface com.deltax.util.listener.SignalSource
Return true if the source notifies exceptions via exception signals.
symbolMarker - Variable in class org.sadun.util.SymbolTable
The current symbol marker character.
symbolTable - Variable in class org.sadun.util.SymbolTable
A String to String map containing associations between symbol names (without markers or brackets) and values.

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