|
Oracle Reports Java API Reference 11g Release 1 (11.1.1) E10775-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobRepository
The interface for job repository. All job repository plugin needs to implement this interface
| Method Summary | |
|---|---|
void |
insertJob(Job job)
Inserts a job object into the repository. |
void |
removeJob(Job job)
Removes a job object from the repository. |
void |
start(java.util.Properties props)
Starts the repository. |
void |
stop()
Stops the repository. |
| Method Detail |
|---|
void start(java.util.Properties props)
throws RWException
props - Properties for starting a job repository.
RWExceptionvoid stop()
void insertJob(Job job)
throws RWException
job - Job object.
RWException
void removeJob(Job job)
throws RWException
job - Job object.
RWException
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||