Package org.jwarp.service.work

Interface Summary
IJob This interface defines the main methods and settings a workmanager job has.
ILibrary A library is a collection of tools that are summerized in a library.
ITool Component interface for a tool.
IToolFactory Component interface for a tool.
IToolManager The IWorkManager is responsible for managing all the available tools and their status.
IWorkManager This interface extends the job manager interface.
IWorkManagerListener Interface declaring the interface of objects that want listen to the WorkManager's activities such as new registered jobs, executed jobs etc.
IWorkService This is the servie interface for work items.
 

Class Summary
AJob This is the abstract base class who helps implementing job enities.
ATool  
AWorkManager This class implements actually two manager interfaces.
DBToolJob This is the abstract base class who helps implementing job enities.
DBWorkManager  
SQLToolJob This is the abstract base class who helps implementing job enities.
SQLWorkManager  
TESTDBWorkManager  
TESTSQLWorkManager Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
TestTool  
TESTToolJob Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
TESTWorkManager Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
ToolJob This is the abstract base class who helps implementing job enities.
ToolManager This class implements actually two manager interfaces.
WorkManagerEvent This class is the event class for all work manager events.
WorkParameter Title: JWeb Developer Header Description: Draft Copyright: Copyright (c) 2001 Company: ORCA Systems GmbH
WorkService This is the servie interface for work items.
 

Exception Summary
AnonymousJobNotAllowedException Exception thrown when a job was tried to be schedules without any origin information such as the origin activity or process and such jobs are currently not allowed to be started.
InvalidJobStateException  
ToolRunException Exception thrown when the exceution of a tool failes.
 


©   O R C A   S y s t e m s