org.kuali.kfs.sys.batch.service
Class AbstractWrappingBatchService

java.lang.Object
  extended by org.kuali.kfs.sys.batch.service.AbstractWrappingBatchService
All Implemented Interfaces:
WrappedBatchExecutorService

public abstract class AbstractWrappingBatchService
extends Object
implements WrappedBatchExecutorService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.kuali.kfs.sys.batch.service.WrappedBatchExecutorService
WrappedBatchExecutorService.CustomBatchExecutor
 
Constructor Summary
AbstractWrappingBatchService()
           
 
Method Summary
protected abstract  void destroy()
           
 void execute(WrappedBatchExecutorService.CustomBatchExecutor batchTransactionExecutor)
           
protected abstract  void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.sys.batch.service.WrappedBatchExecutorService
execute
 

Constructor Detail

AbstractWrappingBatchService

public AbstractWrappingBatchService()
Method Detail

execute

@Transactional
public void execute(WrappedBatchExecutorService.CustomBatchExecutor batchTransactionExecutor)

initialize

protected abstract void initialize()

destroy

protected abstract void destroy()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.