org.exoplatform.forum.common.notify
Class NotifyJob

java.lang.Object
  extended by org.exoplatform.forum.common.notify.NotifyJob
All Implemented Interfaces:
org.quartz.Job

public class NotifyJob
extends Object
implements org.quartz.Job


Constructor Summary
NotifyJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 void setMessageInfo(NotifyInfo notifyInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyJob

public NotifyJob()
          throws Exception
Throws:
Exception
Method Detail

setMessageInfo

public void setMessageInfo(NotifyInfo notifyInfo)

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2013 eXo Platform SAS. All Rights Reserved.