|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationSet | |
wt.notify |
Provides classes to represent, manage, and execute notification definitions. |
Uses of NotificationSet in wt.notify |
Fields in wt.notify declared as NotificationSet | |
private NotificationSet |
NotificationRule.notificationSet
|
Methods in wt.notify that return NotificationSet | |
static NotificationSet |
NotificationSet.newNotificationSet()
No-arg constructor. |
NotificationSet |
NotificationRule.getNotificationSet()
Gets the value of the attribute: NOTIFICATION_SET. |
Methods in wt.notify with parameters of type NotificationSet | |
NotificationRule |
StandardNotificationManager.addNotificationRule(Selector selector,
NotificationSet set)
Deprecated. |
void |
StandardNotificationManager.queuePolicyListenerNotification(ObjectIdentifier obj_id,
String event_key,
NotificationSet set)
Queues a request for notification of an event that has occurred, based on a notification policy rule, when the subscriber is an ObjectSubscriptionListener
(as opposed to a user). |
protected static void |
StandardNotificationManager.sendPolicyNotification(ObjectIdentifier obj_id,
String event_key,
NotificationSet set)
Constructs and queues policy notification. |
protected boolean |
NotificationSet.readVersion(NotificationSet thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected void |
NotificationSet.merge(NotificationSet set)
Adds the recipients of the second notification set to the first. |
protected boolean |
NotificationSet.isEquivalent(NotificationSet set)
Determines if two notification sets are equivalent, that is result in the same message being sent. |
void |
NotificationRule.setNotificationSet(NotificationSet a_NotificationSet)
Sets the value of the attribute: NOTIFICATION_SET. |
void |
NotificationManagerSvr.queuePolicyListenerNotification(ObjectIdentifier obj_id,
String event_key,
NotificationSet set)
Queues a request for notification of an event that has occurred, based on a notification policy rule, when the subscriber is an ObjectSubscriptionListener
(as opposed to a user). |
NotificationRule |
NotificationManagerFwd.addNotificationRule(Selector selector,
NotificationSet set)
Deprecated. |
NotificationRule |
NotificationManager.addNotificationRule(Selector selector,
NotificationSet set)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |