Uses of Class
org.gcube.messaging.common.consumer.notifier.Notification

Packages that use Notification
org.gcube.messaging.common.consumer.db   
org.gcube.messaging.common.consumer.ghn   
org.gcube.messaging.common.consumer.mail   
org.gcube.messaging.common.consumer.notifier   
org.gcube.messaging.common.consumer.ri   
 

Uses of Notification in org.gcube.messaging.common.consumer.db
 

Methods in org.gcube.messaging.common.consumer.db with parameters of type Notification
 void MonitoringDBManager.insertNotification(Notification not)
          insert a Notification on the DB
 

Uses of Notification in org.gcube.messaging.common.consumer.ghn
 

Subclasses of Notification in org.gcube.messaging.common.consumer.ghn
 class GHNNotification
           
 

Uses of Notification in org.gcube.messaging.common.consumer.mail
 

Methods in org.gcube.messaging.common.consumer.mail with parameters of type Notification
 void MailClient.sendMailNotification(java.lang.String message, Notification not, java.lang.String groupName, java.lang.String domain)
          Send a mail notification
 

Uses of Notification in org.gcube.messaging.common.consumer.notifier
 

Methods in org.gcube.messaging.common.consumer.notifier with parameters of type Notification
 void Notifier.enqueue(Notification notification)
          enqueue the notification
 

Uses of Notification in org.gcube.messaging.common.consumer.ri
 

Subclasses of Notification in org.gcube.messaging.common.consumer.ri
 class RINotification