Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler.job
Class SystemPurge

java.lang.Object
  extended by oracle.as.scheduler.job.SystemPurge

All Implemented Interfaces:
Executable

Deprecated.

@Deprecated
public class SystemPurge
extends java.lang.Object
implements Executable

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

APPLICATION

@Deprecated
public static final java.lang.String APPLICATION
Deprecated. 
The application for which old requests are to be purged (required).
See Also:
Constant Field Values

PRODUCT

@Deprecated
public static final java.lang.String PRODUCT
Deprecated. 
The product for which old requests are to be purged (optional).
See Also:
Constant Field Values

USER_NAME

@Deprecated
public static final java.lang.String USER_NAME
Deprecated. 
The user name for which old requests are to be purged (optional).
See Also:
Constant Field Values

JOB_DEFINITION

@Deprecated
public static final java.lang.String JOB_DEFINITION
Deprecated. 
The job definition name for which old requests are to be purged (optional).
See Also:
Constant Field Values

JOB_TYPE

@Deprecated
public static final java.lang.String JOB_TYPE
Deprecated. 
The job type name for which old requests are to be purged (optional).
See Also:
Constant Field Values

RETENTION

@Deprecated
public static final java.lang.String RETENTION
Deprecated. 
The default number of days to keep request data before it is eligible for purging (required).
See Also:
Constant Field Values

RETENTION_SUCCESS

@Deprecated
public static final java.lang.String RETENTION_SUCCESS
Deprecated. 
The number of days to keep request data for requests that ended in the Succeeded terminal state, before it is eligible for purging (optional).

If not specified, the default retention value is used.

See Also:
Constant Field Values

RETENTION_ERROR

@Deprecated
public static final java.lang.String RETENTION_ERROR
Deprecated. 
The number of days to keep request data for requests that ended in the Error terminal state, before it is eligible for purging (optional).

If not specified, the default retention value is used.

See Also:
Constant Field Values

RETENTION_WARNING

@Deprecated
public static final java.lang.String RETENTION_WARNING
Deprecated. 
The number of days to keep request data for requests that ended in the Warning terminal state, before it is eligible for purging (optional).

If not specified, the default retention value is used.

See Also:
Constant Field Values

RETENTION_CANCELLED

@Deprecated
public static final java.lang.String RETENTION_CANCELLED
Deprecated. 
The number of days to keep request data for requests that ended in the Cancelled terminal state, before it is eligible for purging (optional).

If not specified, the default retention value is used.

See Also:
Constant Field Values

LOGICAL_DELETE_ONLY

@Deprecated
public static final java.lang.String LOGICAL_DELETE_ONLY
Deprecated. 
Set to 'Y' in order to mark jobs for delete only. Any value other than 'Y' means physical deletion will occur.
See Also:
Constant Field Values

VISITOR_CLASS_NAME

@Deprecated
public static final java.lang.String VISITOR_CLASS_NAME
Deprecated. 
The name of an application-provided class that will execute for each request just before physical deletion takes place. This may be used to archive the data prior to deletion.
See Also:
Constant Field Values

Constructor Detail

SystemPurge

public SystemPurge()
Deprecated. 

Method Detail

execute

public void execute(RequestExecutionContext context,
                    RequestParameters params)
             throws ExecutionErrorException,
                    ExecutionWarningException,
                    ExecutionCancelledException,
                    ExecutionPausedException
Deprecated. 
Description copied from interface: Executable
Invoked every time the Java job request is executed. This method should eventually return control to the caller.
Specified by:
execute in interface Executable
Parameters:
context - the execution context for associated with this request
params - the request parameters associated with this request
Throws:
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.
See Also:
State

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.