org.kuali.hr.time.batch
Class InitiateBatchJobRunnable
java.lang.Object
org.kuali.hr.time.batch.BatchJobEntryRunnable
org.kuali.hr.time.batch.InitiateBatchJobRunnable
- All Implemented Interfaces:
- Runnable
public class InitiateBatchJobRunnable
- extends BatchJobEntryRunnable
Method Summary |
void |
doWork()
Implement this method in your subclass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitiateBatchJobRunnable
public InitiateBatchJobRunnable(BatchJobEntry entry)
doWork
public void doWork()
throws Exception
- Description copied from class:
BatchJobEntryRunnable
- Implement this method in your subclass. Place business logic here to handle
whatever needs to be done for this unit of work.
- Specified by:
doWork
in class BatchJobEntryRunnable
- Throws:
Exception
- when problem encountered during work processing, exception
stored in BatchJobEntry, and transaction rolled back.
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.