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 java.lang.Object
implements org.quartz.Job


Constructor Summary
QuartzCustomJobTestCase.MockJob(edu.emory.mathcs.backport.java.util.concurrent.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(edu.emory.mathcs.backport.java.util.concurrent.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-2010 MuleSoft, Inc.. All Rights Reserved.