org.inria.myriads.snoozenode.groupmanager.reconfiguration
Class ReconfigurationJob

java.lang.Object
  extended by org.inria.myriads.snoozenode.groupmanager.reconfiguration.ReconfigurationJob
All Implemented Interfaces:
org.quartz.Job

public final class ReconfigurationJob
extends Object
implements org.quartz.Job

Reconfiguration job.

Author:
Eugen Feller

Constructor Summary
ReconfigurationJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          Execute routine called by the scheduler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconfigurationJob

public ReconfigurationJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
Execute routine called by the scheduler.

Specified by:
execute in interface org.quartz.Job
Parameters:
context - The job execution context


Copyright © 2012. All Rights Reserved.