Uses of Class
au.gov.tas.dpiwe.mr.util.Batch

Packages that use Batch
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of Batch in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that return Batch
protected  Batch Container.batchRetrieveMethodCallsForBeanObject(Batch batch, BeanWrapper beanObject)
          Internal utility method to batch calls to the methods starting with the word "retrieve" in a particular bean object.
protected  Batch Container.batchRetrieveMethodCallsForBeanObjects(Batch batch, Collection beanObjects)
          Internal utility method to batch calls to the methods starting with the word "retrieve" in a collection of bean objects.
 

Methods in au.gov.tas.dpiwe.mr with parameters of type Batch
protected  Batch Container.batchRetrieveMethodCallsForBeanObject(Batch batch, BeanWrapper beanObject)
          Internal utility method to batch calls to the methods starting with the word "retrieve" in a particular bean object.
protected  Batch Container.batchRetrieveMethodCallsForBeanObjects(Batch batch, Collection beanObjects)
          Internal utility method to batch calls to the methods starting with the word "retrieve" in a collection of bean objects.
 void Container.initiateBatchFind(Batch batch)
          Initiates a batch find operation and associates it with the current thread.
 

Uses of Batch in au.gov.tas.dpiwe.mr.util
 

Subclasses of Batch in au.gov.tas.dpiwe.mr.util
 class Chain
          A chain is a series of jobs which are only ever executed in series.
 

Fields in au.gov.tas.dpiwe.mr.util declared as Batch
protected  Batch Chain.parentBatch
           
 

Constructors in au.gov.tas.dpiwe.mr.util with parameters of type Batch
Chain(String name, Batch parentBatch)