|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.cp.exec.RequestHelper
public class RequestHelper
This class provides helper methods to obtain information about the request in progress. This is intended to replace the Request*Info classes in earlier version of Concurrent Processing. It must be noted that these APIs can only be called when a request execution is in progress and will never work outside this context. Created: Wed Mar 7 14:50:18 2007
| Method Summary | |
|---|---|
static java.lang.String |
getJobDefinitionApplication()Get the name of the application under which the program is registered. |
static java.lang.String |
getJobDefinitionID()Get the job definition identifier for which this request was submitted. |
static java.lang.String |
getJobDefinitionName()Get the short name of the job definition for which this request was submitted. |
static java.lang.String |
getLanguage()Get the language as setup in the environment. |
static java.util.Map |
getParameters()Get the parameters and their values as a Map. |
static long |
getParentRequestID()Get the parent request id for a sub-request. |
static java.lang.String |
getTerritory()Get the NLS territory as setup in the environment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Map getParameters()
public static java.lang.String getLanguage()
public static java.lang.String getTerritory()
public static java.lang.String getJobDefinitionName()
public static java.lang.String getJobDefinitionID()
public static java.lang.String getJobDefinitionApplication()
public static long getParentRequestID()
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6.1) E26229-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||