|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.job.SystemPurge
@Deprecated public class SystemPurge
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATION
Deprecated. |
static java.lang.String |
JOB_DEFINITION
Deprecated. |
static java.lang.String |
JOB_TYPE
Deprecated. |
static java.lang.String |
LOGICAL_DELETE_ONLY
Deprecated. |
static java.lang.String |
PRODUCT
Deprecated. |
static java.lang.String |
RETENTION
Deprecated. |
static java.lang.String |
RETENTION_CANCELLED
Deprecated. |
static java.lang.String |
RETENTION_ERROR
Deprecated. |
static java.lang.String |
RETENTION_SUCCESS
Deprecated. |
static java.lang.String |
RETENTION_WARNING
Deprecated. |
static java.lang.String |
USER_NAME
Deprecated. |
static java.lang.String |
VISITOR_CLASS_NAME
Deprecated. |
| Constructor Summary | |
|---|---|
SystemPurge()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
execute(RequestExecutionContext context,
RequestParameters params)
Deprecated. Invoked every time the Java job request is executed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final java.lang.String APPLICATION
@Deprecated public static final java.lang.String PRODUCT
@Deprecated public static final java.lang.String USER_NAME
@Deprecated public static final java.lang.String JOB_DEFINITION
@Deprecated public static final java.lang.String JOB_TYPE
@Deprecated public static final java.lang.String RETENTION
@Deprecated public static final java.lang.String RETENTION_SUCCESS
If not specified, the default retention value is used.
@Deprecated public static final java.lang.String RETENTION_ERROR
If not specified, the default retention value is used.
@Deprecated public static final java.lang.String RETENTION_WARNING
If not specified, the default retention value is used.
@Deprecated public static final java.lang.String RETENTION_CANCELLED
If not specified, the default retention value is used.
@Deprecated public static final java.lang.String LOGICAL_DELETE_ONLY
@Deprecated public static final java.lang.String VISITOR_CLASS_NAME
| Constructor Detail |
|---|
public SystemPurge()
| Method Detail |
|---|
public void execute(RequestExecutionContext context,
RequestParameters params)
throws ExecutionErrorException,
ExecutionWarningException,
ExecutionCancelledException,
ExecutionPausedException
Executable
execute in interface Executablecontext - the execution context for associated with
this requestparams - the request parameters associated with this request
ExecutionErrorException - Should be thrown when the job
implementation detects a failure condition that it needs to
communicate to the scheduling subsystem.
The request will transition to ERROR state.
ExecutionWarningException - Should be thrown when the job
implementation detects a failure condition that it needs to
communicate to the scheduling subsystem.
The request will transition to WARNING state.
ExecutionCancelledException - Should be thrown when the job
implementation detects a condition for request cancellation that
it needs to communicate to the scheduling subsystem.
The request will transition to CANCELLED state.
ExecutionPausedException - Should be thrown when the job
implementation submits a sub-request and is ready to pause to
allow the sub-request to execute.
The request will transition to PAUSED state.State
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||