|
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 Notification
Notification interface for the Oracle Reports Server.
| Method Summary | |
|---|---|
void |
init(java.util.Properties props)
Initializes the notification object. |
void |
notify(Job job)
Notifies when a job is done. |
void |
shutdown()
Shuts down the notification object. |
| Method Detail |
|---|
void init(java.util.Properties props)
throws RWException
props - Properties that are set in the server configuration file for
the notification.
RWExceptionvoid notify(Job job)
job - Job object.void shutdown()
|
Oracle Reports Java API Reference |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||