| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.soa.management.util.async.AsynchronousJobScheduler
oracle.soa.management.util.async.AsynchronousJobScheduler
public class AsynchronousJobScheduler
Scheduler and manager of asynchronous processing jobs
| Constructor Summary | |
|---|---|
| AsynchronousJobScheduler() | |
| Method Summary | |
|---|---|
| static AsynchronousResult | getResult(java.lang.String jobId)Gets the result for the specified job. | 
| static AsynchronousJobStatus | getStatus(java.lang.String jobId)Gets the status of the specified job. | 
| static void | purgeResult(java.lang.String jobId)Releases the resources associated with the result specified by the uniqua job identifier | 
| static java.lang.String | schedule(AsynchronousJob job)Adds a job to the schedule for processing. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AsynchronousJobScheduler()
| Method Detail | 
|---|
public static java.lang.String schedule(AsynchronousJob job)
job - the job to schedule for processingpublic static AsynchronousJobStatus getStatus(java.lang.String jobId)
jobId - the unique identifier of the job for which the status is desired
public static AsynchronousResult getResult(java.lang.String jobId)
                                    throws java.lang.IllegalStateException
Clients should ensure that the processing has completed, using
jobId - the unique identifier of the jobjava.lang.IllegalStateException - if the job processing has not completedpublic static void purgeResult(java.lang.String jobId)
| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||