org.mule.transport.quartz
Class QuartzCustomJobTestCase.MockJob

java.lang.Object
  extended by org.mule.transport.quartz.QuartzCustomJobTestCase.MockJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
QuartzCustomJobTestCase

public static class QuartzCustomJobTestCase.MockJob
extends Object
implements org.quartz.Job


Constructor Summary
QuartzCustomJobTestCase.MockJob(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

QuartzCustomJobTestCase.MockJob

public QuartzCustomJobTestCase.MockJob(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.