org.mule.transport.quartz
Class QuartzCustomStatefulJobTestCase.MyStatefulJob

java.lang.Object
  extended by org.mule.transport.quartz.QuartzCustomStatefulJobTestCase.MyStatefulJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob
Enclosing class:
QuartzCustomStatefulJobTestCase

public static class QuartzCustomStatefulJobTestCase.MyStatefulJob
extends Object
implements org.quartz.StatefulJob


Constructor Summary
QuartzCustomStatefulJobTestCase.MyStatefulJob(CountDownLatch latch)
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzCustomStatefulJobTestCase.MyStatefulJob

public QuartzCustomStatefulJobTestCase.MyStatefulJob(CountDownLatch latch)
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.