uk.ac.rdg.resc.jstyx.gridservice.server
Class InstanceTerminatorJob

java.lang.Object
  extended by uk.ac.rdg.resc.jstyx.gridservice.server.InstanceTerminatorJob
All Implemented Interfaces:
org.quartz.Job

public class InstanceTerminatorJob
extends java.lang.Object
implements org.quartz.Job

Job that is fired when the Quartz scheduler (garbage-collector) signals that an SGS instance is to be deleted.

Author:
Jon Blower $Revision: 564 $ $Date: 2006-01-04 16:45:29 +0000 (Wed, 04 Jan 2006) $ $Log$ Revision 1.1 2006/01/04 16:45:29 jonblower Implemented automatic termination of SGS instances using Quartz scheduler

Constructor Summary
InstanceTerminatorJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
          This method is called when the SGS instance is to be deleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceTerminatorJob

public InstanceTerminatorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
This method is called when the SGS instance is to be deleted

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


Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.