it.geosolutions.filesystemmonitor.neutral.monitorpolling
Class GBFileSystemMonitorJob

java.lang.Object
  extended by it.geosolutions.filesystemmonitor.neutral.monitorpolling.GBFileSystemMonitorJob
All Implemented Interfaces:
org.quartz.Job

@PersistJobDataAfterExecution
public class GBFileSystemMonitorJob
extends java.lang.Object
implements org.quartz.Job


Field Summary
protected static java.lang.String EVENT_NOTIFIER_KEY
           
protected static java.lang.String OBSERVER_KEY
           
protected static long WAITING_LOCK_TIME_DEFAULT
           
protected static java.lang.String WAITING_LOCK_TIME_KEY
           
 
Constructor Summary
GBFileSystemMonitorJob()
          This is called by the JobDetail constructor, you'll never should call this constructor by hand.
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBSERVER_KEY

protected static final java.lang.String OBSERVER_KEY
See Also:
Constant Field Values

EVENT_NOTIFIER_KEY

protected static final java.lang.String EVENT_NOTIFIER_KEY
See Also:
Constant Field Values

WAITING_LOCK_TIME_KEY

protected static final java.lang.String WAITING_LOCK_TIME_KEY
See Also:
Constant Field Values

WAITING_LOCK_TIME_DEFAULT

protected static final long WAITING_LOCK_TIME_DEFAULT
See Also:
Constant Field Values
Constructor Detail

GBFileSystemMonitorJob

public GBFileSystemMonitorJob()
This is called by the JobDetail constructor, you'll never should call this constructor by hand.

Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
the job. You'll never may call this method manually, (this is executed by the quartz Scheduler).

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


Copyright © 2006-2012 GeoSolutions. All Rights Reserved.