Interface | Description |
---|---|
Job |
To submit a job for the Mobile Server Job Engine to run on a certain schedule,
a user needs to write a class implementing the oracle.lite.job.Job interface.
|
Class | Description |
---|---|
ExecutionLog |
A class extending the ExecutionResult class.
|
ExecutionResult |
This class encapsulates the job execution result.
|
Schedule |
This class encapsulates the job schedule information.
|