Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.hook
Interface AlertSubscriberFilter


public interface AlertSubscriberFilter

This interface represents the plug-in modules that perform alert subscriber filtering.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
 oracle.panama.alert.AlertSubscriber[] FilterSubscribers(java.util.Map contentFields, oracle.panama.alert.AlertSubscriber[] matchingSubscribers)
          Delegate additional alert subscriber filtering operation to an external module.

 

Method Detail

FilterSubscribers

public oracle.panama.alert.AlertSubscriber[] FilterSubscribers(java.util.Map contentFields,
                                                               oracle.panama.alert.AlertSubscriber[] matchingSubscribers)
Delegate additional alert subscriber filtering operation to an external module.
Returns:
The final list of alert subscribers to receive the message

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.