ome.services
Class JobNotification

java.lang.Object
  extended by ome.services.JobNotification

public class JobNotification
extends Object

Temporary replacement for the central notification system that will be added to OMERO. The intent of the central system will be that the creation of any type (for example a Job will be sent to all registered listeners. Once that is in place, this class and all its references can be removed.

Since:
3.0-Beta3
Author:
Josh Moore, josh at glencoesoftware.com

Constructor Summary
JobNotification()
          default constructor
 
Method Summary
 void notice(long jobId)
           
 void setScheduler(org.quartz.Scheduler scheduler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobNotification

public JobNotification()
default constructor

Method Detail

setScheduler

public void setScheduler(org.quartz.Scheduler scheduler)

notice

public void notice(long jobId)


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.