Uses of Class
net.sf.mybatchfwk.BatchService

Packages that use BatchService
net.sf.mybatchfwk   
net.sf.mybatchfwk.jmx   
 

Uses of BatchService in net.sf.mybatchfwk
 

Fields in net.sf.mybatchfwk declared as BatchService
protected  BatchService PausableThreadPoolExecutor.batchService
           
 

Methods in net.sf.mybatchfwk that return BatchService
static BatchService BatchService.getInstance()
          In standalone mode the instance is referenced as a static member
 

Constructors in net.sf.mybatchfwk with parameters of type BatchService
PausableThreadPoolExecutor(BatchService batchService, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue)
          Creates a new ThreadPoolExecutor with the given initial parameters and default thread factory and handler.
 

Uses of BatchService in net.sf.mybatchfwk.jmx
 

Constructors in net.sf.mybatchfwk.jmx with parameters of type BatchService
ManagedBatchService(BatchService batchService)
          Register the batch service to the JMX MBean server
 



Copyright © 2006 null. All Rights Reserved.