Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


oracle.soa.management.util.async
Class AsynchronousJobScheduler

java.lang.Object
  extended by oracle.soa.management.util.async.AsynchronousJobScheduler


Deprecated. This client-side facility is no longer used.

public class AsynchronousJobScheduler
extends java.lang.Object

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

AsynchronousJobScheduler

public AsynchronousJobScheduler()
Deprecated. 

Method Detail

schedule

public static java.lang.String schedule(AsynchronousJob job)
Deprecated. 
Adds a job to the schedule for processing.
Parameters:
job - the job to schedule for processing

getStatus

public static AsynchronousJobStatus getStatus(java.lang.String jobId)
Deprecated. 

getResult

public static AsynchronousResult getResult(java.lang.String jobId)
                                    throws java.lang.IllegalStateException
Deprecated. 
Parameters:
jobId - the unique identifier of the job
Returns:
The results for the specified job
Throws:
java.lang.IllegalStateException - if the job processing has not completed

purgeResult

public static void purgeResult(java.lang.String jobId)
Deprecated. 

updateJobStatus

public static void updateJobStatus(java.lang.String jobId,
                                   AsynchronousJobStatus status)
Deprecated. 
Parameters:
jobId - the unique identifier of the job whose status is being updated
status - the new status of the specified job

recordJobResult

public static void recordJobResult(AsynchronousResult result)
Deprecated. 

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.