fr.cnes.sitools.notification.business
Class NotificationTask

java.lang.Object
  extended by fr.cnes.sitools.notification.business.NotificationTask
All Implemented Interfaces:
java.lang.Runnable

public class NotificationTask
extends java.lang.Object
implements java.lang.Runnable

Notification task

Author:
AKKA

Constructor Summary
NotificationTask(org.restlet.Context context, NotificationManager engine, Notification notification)
          Constructor
 
Method Summary
 void run()
          Run the task
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationTask

public NotificationTask(org.restlet.Context context,
                        NotificationManager engine,
                        Notification notification)
Constructor

Parameters:
context - the restlet context
engine - the engine
notification - the notification
Method Detail

run

public final void run()
Run the task

Specified by:
run in interface java.lang.Runnable


Copyright © 2010-2013 CNES. All Rights Reserved.