|
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.job.SystemPurge
Deprecated.
@Deprecated
public class SystemPurge
| Field Summary | |
|---|---|
static java.lang.String |
APPLICATIONDeprecated. |
static java.lang.String |
JOB_DEFINITIONDeprecated. |
static java.lang.String |
JOB_TYPEDeprecated. |
static java.lang.String |
LOGICAL_DELETE_ONLYDeprecated. |
static java.lang.String |
PRODUCTDeprecated. |
static java.lang.String |
RETENTIONDeprecated. |
static java.lang.String |
RETENTION_CANCELLEDDeprecated. |
static java.lang.String |
RETENTION_ERRORDeprecated. |
static java.lang.String |
RETENTION_SUCCESSDeprecated. |
static java.lang.String |
RETENTION_WARNINGDeprecated. |
static java.lang.String |
USER_NAMEDeprecated. |
static java.lang.String |
VISITOR_CLASS_NAMEDeprecated. |
| 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
Executableexecute in interface Executablecontext - the execution context for associated with this requestparams - the request parameters associated with this requestExecutionErrorException - 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 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 | |||||||||