Interface | Description |
---|---|
HasCallback<C> |
Jobs implementing this interface provide an application-specific
callback object, on which the job might give back information
to the caller.
|
IJobStatus |
A status for an individual job.
|
IJobStatusWithCallback<C> |
A status for a job, offering a callback for getting more application-specific
information about the job status.
|
IOneTimeScheduler |
An scheduler, which is based on an
Executor and executes
one-time tasks. |
ITimedJob |
A job that supports specifying when it wants to be executed next time.
|
Class | Description |
---|---|
JoinpointCallableAdapter |
A callable, which is an adapter for a
Joinpoint . |
Copyright © 2013 Clazzes.org. All Rights Reserved.