Uses of Class
org.avis.client.Notification

Packages that use Notification
org.avis.client   
 

Uses of Notification in org.avis.client
 

Fields in org.avis.client declared as Notification
 Notification NotificationEvent.notification
          The notification received from the router.
 Notification GeneralNotificationEvent.notification
          The notification.
 

Methods in org.avis.client that return Notification
 Notification Notification.clone()
           
 

Methods in org.avis.client with parameters of type Notification
 boolean Notification.equals(Notification ntfn)
          Compare two notifications.
static void Notification.parse(Notification ntfn, Reader in)
          Parse an expression representing a notification and populate the given notification with the values.
 void Elvin.send(Notification notification)
          Send a notification.
 void Elvin.send(Notification notification, Keys keys)
          Send a notification with a set of keys but with no requirement for secure delivery: use send (notification, REQUIRE_SECURE_DELIVERY, keys) if you want only subscriptions with matching keys to receive a notification.
 void Elvin.send(Notification notification, Keys keys, SecureMode secureMode)
          Send a notification.
 void Elvin.send(Notification notification, SecureMode secureMode)
          Send a notification with a specified security mode.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.