Interface | Description |
---|---|
JobExecutor |
This interface must be implemented by all classes that want's to act
as a job executor.
|
Class | Description |
---|---|
Agent |
This is the actual job agent application.
|
AgentController |
This is the command line controller class for the job agent application.
|
AgentSignalReceiver |
Signal receiver implementation for job agents that is compatible with
the
SocketSignalReceiver . |
CmdLine |
Utility class for parsing command line arguments.
|
JobQueueChecker |
This class is given the responsibility to check the job queue for
jobs that are awaiting execution.
|
JobRunner |
A runnable class that makes it possible to execute each job in it's own thread.
|