Package org.oddjob

The main classes of Oddjob.

See:
          Description

Interface Summary
Iconic An implementing class is able notify a visual display about the icon and tool tip to associate with the object.
Resetable A class that implements this interface is able to respond to two types of reset message.
Stateful A stateful job implments this interface so that it's state can be discovered.
Stoppable A class that implements this interface is able to stop executing.
Structural A class which implments this interface will inform listeners when it's structure changes.
 

Class Summary
Main This is a very simple wrapper around Oddjob with a main method.
Main.ShutdownHook  
Oddjob Read a configuration, creates child jobs and executes them.
OJConstants Global constants.
Reserved Where Oddjob uses inspection to control/monitor a component these are the properties methods it uses.
 

Exception Summary
OddjobException An exception to be used by Oddjob jobs.
 

Package org.oddjob Description

The main classes of Oddjob.