| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.7) E10659-10 | ||||||||
| 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
Deprecated. This client-side facility is no longer used.
public class AsynchronousJobScheduler
| Constructor Summary | |
|---|---|
| AsynchronousJobScheduler()Deprecated. | |
| Method Summary | |
|---|---|
| static AsynchronousResult | getResult(java.lang.String jobId)Deprecated. | 
| static AsynchronousJobStatus | getStatus(java.lang.String jobId)Deprecated. | 
| static void | purgeResult(java.lang.String jobId)Deprecated. | 
| static void | recordJobResult(AsynchronousResult result)Deprecated. | 
| static java.lang.String | schedule(AsynchronousJob job)Deprecated. Adds a job to the schedule for processing. | 
| static void | updateJobStatus(java.lang.String jobId, AsynchronousJobStatus status)Deprecated. | 
| 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)
public static AsynchronousResult getResult(java.lang.String jobId)
                                    throws java.lang.IllegalStateException
jobId - the unique identifier of the jobjava.lang.IllegalStateException - if the job processing has not completedpublic static void purgeResult(java.lang.String jobId)
public static void updateJobStatus(java.lang.String jobId,
                                   AsynchronousJobStatus status)
jobId - the unique identifier of the job whose status is being updatedstatus - the new status of the specified jobpublic static void recordJobResult(AsynchronousResult result)
| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.7) E10659-10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||