|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.substitution.RequestContextSubstitutionHandler
public class RequestContextSubstitutionHandler
This SubstitutionHandler makes the elements of ReqeustExecutionContext
available as substitutions.
ID: ESS_REQ_CONTEXT
It provides the following elements:
| Name | Context element |
|---|---|
| REQUEST_ID | getRequestID() |
| IS_RESUMED | isResumed() |
| PAUSED_STATE | getPausedState() |
| REQUEST_HANDLE | getRequestHandle() |
SubstitutionHandler| Constructor Summary | |
|---|---|
RequestContextSubstitutionHandler(RequestExecutionContext context)
|
|
| Method Summary | |
|---|---|
void |
close()
Used to release any resources the handler may have claimed, such as open files or connections. |
boolean |
containsKey(java.lang.String name)
Reports whether the handler can return a value to substitute for name. |
java.lang.String |
get(java.lang.String name)
Returns the value which will be used to replace the token. |
java.lang.String |
getId()
An identifier that can be used to request that a specific handler (or set of handlers) should be used for a substitution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestContextSubstitutionHandler(RequestExecutionContext context)
| Method Detail |
|---|
public java.lang.String getId()
SubstitutionHandlerThe returned ID should adhere to basic identifier rules, e.g., it should consist of letters, numbers, and underscores only. A null, blank, or invalid ID may result in the handler being skipped.
The method getId() may be called at any time.
getId in interface SubstitutionHandlerpublic boolean containsKey(java.lang.String name)
SubstitutionHandlername. If containsKey returns false, then
this handler will not be used for substituting name.
containsKey in interface SubstitutionHandlertrue if it can handle name,
false otherwisepublic java.lang.String get(java.lang.String name)
SubstitutionHandlername is not supported, then get() should return null.
Conversely, if the handler returns true for containsKey(name),
then get() should return a non-null String.
get in interface SubstitutionHandlername - The key value for the substitution
public void close()
SubstitutionHandler
close in interface SubstitutionHandler
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||