Package org.oddjob.framework

Oddjob framework classes.

See:
          Description

Interface Summary
Exportable  
PropertyChangeNotifier A Bean that is able to notify listeners of property changes.
Transient A marker interface to indicate that an object is not serializeable.
Transportable A Transportable object is one which can be sent across the network and resolved locally.
 

Class Summary
BaseComponent An abstract implementation of a component which provides common functionality to concrete sub classes.
BasePrimary An abstract implementation of a component which provides common functionality to concrete sub classes.
BaseWrapper Base class for proxy creators.
RunnableWrapper Creates a proxy for any java.lang.Runnable to allow it to be controlled and monitored withing Oddjob.
SerializableJob  
Service  
ServiceWrapper Wraps a Runnable object and adds state to it.
SimpleJob An abstract implementation of a job which provides common functionality to concrete sub classes.
SimultaneousStructural An abstract base class for Structural jobs where all child jobs can run simultaneously.
StopWait  
StructuralJob<E> An abstract implementation of a job which provides common functionality to concrete sub classes.
WrapDynaArooaClass  
WrapDynaBean Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
WrapDynaBeanOverview  
WrapDynaClass Implementation of DynaClass for DynaBeans that wrap standard JavaBean instances.
 

Exception Summary
JobDestroyedException Thrown when an action is attempted on a job that has been destroyed.
OddjobRemoteException  
 

Package org.oddjob.framework Description

Oddjob framework classes.