|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationList | |
wt.notify |
Provides classes to represent, manage, and execute notification definitions. |
Uses of NotificationList in wt.notify |
Methods in wt.notify that return NotificationList | |
NotificationList |
StandardNotificationManager.getNotificationList(Selector selector)
Returns the notification list for a given selector. |
private NotificationList |
StandardNotificationManager.createNotificationList(Selector selector)
Creates notification policy list for the given selector. |
protected NotificationList |
StandardNotificationManager.getNotificationList(String event_type,
Object target_object)
Auxiliary method used to retirve the notification list. |
NotificationList |
NotificationManagerFwd.getNotificationList(Selector selector)
Returns the notification list for a given selector. |
NotificationList |
NotificationManager.getNotificationList(Selector selector)
Returns the notification list for a given selector. |
protected static NotificationList |
NotificationList.newNotificationList(Selector sel)
Constructs a list for a given selector. |
Methods in wt.notify with parameters of type NotificationList | |
void |
StandardNotificationManager.queuePolicyNotification(Notifiable target,
String event_key,
NotificationList list)
Queues a notification of an event generated based on a notification policy rule. |
private void |
StandardNotificationManager.constructRuleSet(NotificationList list,
Selector selector)
Constructs a rule set for the given list and selector. |
private void |
StandardNotificationManager.updateNotificationList(NotificationList list)
Updates the specified notification list. |
void |
NotificationManagerSvr.queuePolicyNotification(Notifiable target,
String event_key,
NotificationList list)
Queues a notification of an event generated based on a notification policy rule. |
protected boolean |
NotificationList.readVersion(NotificationList thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |