Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports.server
Interface Notification


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

init

void init(java.util.Properties props)
          throws RWException
Initializes the notification object.

Parameters:
props - Properties that are set in the server configuration file for the notification.
Throws:
RWException

notify

void notify(Job job)
Notifies when a job is done.

Parameters:
job - Job object.

shutdown

void shutdown()
Shuts down the notification object.


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.