Serialized Form


Package com.deltax.util

Class com.deltax.util.QueueEmptyException extends java.lang.Exception implements Serializable

Class com.deltax.util.TimeInterval extends java.lang.Object implements Serializable

Serialized Fields

milliseconds

long milliseconds
Milliseconds portion of the time interval


seconds

long seconds
Seconds portion of the time interval


weeks

long weeks
Week portion of the time interval


days

long days
Days portion of the time interval


hours

long hours
Hours portion of the time interval


minutes

long minutes
Minute portion of the time interval

Class com.deltax.util.TimeIntervalFormatException extends java.lang.Exception implements Serializable


Package org.sadun.util.pool.connection

Class org.sadun.util.pool.connection.ConfigurableDataSource extends java.lang.Object implements Serializable

Serialized Fields

jdbcUrl

java.lang.String jdbcUrl

connectionProperties

java.util.Properties connectionProperties

logWriter

java.io.PrintWriter logWriter


Package org.sadun.util.pool

Class org.sadun.util.pool.EjbFactory extends ObjectPool.BaseFactory implements Serializable

Serialized Fields

createMethod

java.lang.reflect.Method createMethod

jndiName

java.lang.String jndiName

home

javax.ejb.EJBHome home

Class org.sadun.util.pool.ObjectPool extends java.lang.Object implements Serializable

Serialized Fields

free

java.util.Set free

used

java.util.Set used

pool

ObjectPool.PooledObjectWrapper[] pool

factory

ObjectPool.Factory factory

verbose

boolean verbose

Class org.sadun.util.pool.ObjectPool.BaseFactory extends java.lang.Object implements Serializable

Serialized Fields

cls

java.lang.Class cls
The class of the objects produced by the factory.


params

java.lang.Object[] params
The parameters to use for constructing the object. It is never null, but may have size zero.


ps

Setup ps
The setup object to use for post-construction initialization. Can be null.


paramCls

java.lang.Class[] paramCls
The types of the parameters to use for constructing the object. It is never null, but may have size zero.

Class org.sadun.util.pool.ObjectPool.ObjectFactory extends ObjectPool.BaseFactory implements Serializable

Class org.sadun.util.pool.ObjectPool.ObjectPoolException extends java.lang.RuntimeException implements Serializable

Serialized Fields

e

java.lang.Throwable e

Class org.sadun.util.pool.ObjectPool.PooledObjectWrapper extends java.lang.Object implements Serializable

Serialized Fields

object

java.lang.Object object


Package org.sadun.util.watchdog

Class org.sadun.util.watchdog.WatchDogException extends java.lang.Exception implements Serializable


Package org.sadun.util.pool2.test

Class org.sadun.util.pool2.test.PassivableObject extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id


Package org.sadun.util.codegen

Class org.sadun.util.codegen.ObjectWrapperGeneratorException extends java.lang.Exception implements Serializable


Package org.sadun.swt.widgets

Class org.sadun.swt.widgets.MapEditor.TableItemChangeException extends java.lang.Exception implements Serializable


Package org.sadun.util.pool2

Class org.sadun.util.pool2.ActivationException extends java.lang.RuntimeException implements Serializable

Class org.sadun.util.pool2.ObjectPool extends ObjectPool implements Serializable

Serialized Fields

name

java.lang.String name

logStream

java.io.PrintStream logStream

configuration

Configuration configuration

passivationManager

BasePassivationManager passivationManager

Class org.sadun.util.pool2.ObjectPool.PooledObjectFactory extends java.lang.Object implements Serializable

Serialized Fields

pooledClass

java.lang.Class pooledClass

factory

ObjectPool.Factory factory

pooledClassConstructor

java.lang.reflect.Constructor pooledClassConstructor

pool

ObjectPool pool

Class org.sadun.util.pool2.PassivationException extends java.lang.RuntimeException implements Serializable


Package org.sadun.util.watchdog.listeners

Class org.sadun.util.watchdog.listeners.MaxRetryExceededException extends java.lang.Exception implements Serializable

Serialized Fields

attemptedRetriesCount

int attemptedRetriesCount

outcomes

WatchDogException[] outcomes

Class org.sadun.util.watchdog.listeners.SendMailFailedException extends java.lang.Exception implements Serializable


Package org.sadun.util

Class org.sadun.util.BaseObjectWithId extends java.lang.Object implements Serializable

Serialized Fields

metadata

ObjectWithIdMetadata metadata

objectId

java.lang.String objectId
The id of the object.


requireSameTypeForEquality

boolean requireSameTypeForEquality

Class org.sadun.util.Broadcaster.BroadcastingException extends java.lang.Exception implements Serializable

Class org.sadun.util.ObjectPropertyManager extends java.lang.Object implements Serializable

Serialized Fields

targetObject

java.lang.Object targetObject

shortForm

boolean shortForm

showType

boolean showType

Class org.sadun.util.ObjectPropertyManager.NoSuchPropertyException extends java.lang.Exception implements Serializable

Class org.sadun.util.OperationTimedoutException extends java.lang.Exception implements Serializable

Class org.sadun.util.SequentialUniqueIdGenerator.IdStorage.IdStorageException extends java.lang.Exception implements Serializable

Class org.sadun.util.SimpleObjectWithIdMetadata extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class type

idPrefix

java.lang.String idPrefix

Class org.sadun.util.SymbolTable.UndefinedSymbolException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

symbolName

java.lang.String symbolName

Class org.sadun.util.UnixLoginHandler.LoginIncorrectException extends java.lang.Exception implements Serializable


Package com.deltax.util.listener

Class com.deltax.util.listener.BlockedListenerException extends java.lang.RuntimeException implements Serializable


Package org.sadun.util.swing

Class org.sadun.util.swing.JExceptionPane extends javax.swing.JOptionPane implements Serializable