Package org.oddjob.framework

Oddjob framework classes.

See:
          Description

Interface Summary
ContextAware An inteface for the proxy to implement so that a proxy can have it's context set.
Destroyable An inteface for the proxy to implement so that a proxy can be destroyed.
Exportable  
Initializable An inteface for the proxy to implement so that a proxy can be initialized.
Transient  
Transportable A Transportable object is one which can be sent accross the network and resolved locally.
 

Class Summary
BaseComponent An abstract implementation of a component which provides commen functionality to concrete sub classes.
BasePrimary An abstract implementation of a component which provides commen functionality to concrete sub classes.
BaseWrapper  
BeanUtilsProvider  
OddjobComponentResolver Provide an object to particapate in an Oddjob Structural.
RunnableWrapper Wraps a Runnable object and adds state to it.
SerializableJob  
Service  
ServiceWrapper Wraps a Runnable object and adds state to it.
SimpleJob An abstract implementation of a job which provides commen functionality to concrete sub classes.
StructuralJob An abstract implementation of a job which provides commen functionality to concrete sub classes.
WrapDynaBean Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
WrapDynaClass Implementation of DynaClass for DynaBeans that wrap standard JavaBean instances.
 

Exception Summary
OddjobRemoteException  
 

Package org.oddjob.framework Description

Oddjob framework classes.