Skip navigation links

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


oracle.soa.management.facade
Interface AsynchronousJob

All Superinterfaces:
java.io.Serializable

public interface AsynchronousJob
extends java.io.Serializable

Interface for all asynchronous processing job types


Nested Class Summary
static class AsynchronousJob.Type
          Asynchronous processing job type

 

Method Summary
 java.lang.String getId()
           
 AsynchronousJob.Type getType()
           

 

Method Detail

getType

AsynchronousJob.Type getType()
Returns:
the job type

getId

java.lang.String getId()
Returns:
the unique identifier for the job

Skip navigation links

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


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