|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobRequestRepository
Domain repository of runtime Job requests.
| Method Summary | |
|---|---|
oracle.as.scheduler.RequestDetail |
getJobRequestForId(long pJobRequestId)
Returns the request detail for id value. |
java.util.Collection<oracle.as.scheduler.RequestDetail> |
getJobRequestForJobDefinitionId(oracle.as.scheduler.MetadataObjectId pJobId)
Returns the job request for job definition id value. |
void |
removeJobRequest(oracle.as.scheduler.RequestDetail pJobRequest)
removes a job request. |
void |
setParameter(long pJobRequestId,
java.lang.String pParameterName,
java.lang.Object pParameter)
Specifies the parameter value. |
| Method Detail |
|---|
oracle.as.scheduler.RequestDetail getJobRequestForId(long pJobRequestId)
throws JobRequestNotFoundException
pJobRequestId - a long
JobRequestNotFoundException - cannot find the job requestjava.util.Collection<oracle.as.scheduler.RequestDetail> getJobRequestForJobDefinitionId(oracle.as.scheduler.MetadataObjectId pJobId)
pJobId - a MetadataObjectId object
void removeJobRequest(oracle.as.scheduler.RequestDetail pJobRequest)
throws IllegalJobRequestStateException
pJobRequest - job request detail
IllegalJobRequestStateException - job request cannot be removed
void setParameter(long pJobRequestId,
java.lang.String pParameterName,
java.lang.Object pParameter)
throws JobRequestNotFoundException
pJobRequestId - job request idpParameterName - parameter namepParameter - parameter value
JobRequestNotFoundException - cannot find the job request
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||