Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.scheduler.core
Class EventJob

java.lang.Object
  extended by org.nuxeo.ecm.platform.scheduler.core.EventJob
All Implemented Interfaces:
org.quartz.Job

public class EventJob
extends Object
implements org.quartz.Job

A Quartz job whose execution sends a configured event.


Constructor Summary
EventJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Job execution to send the configured event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventJob

public EventJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Job execution to send the configured event.

Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.