|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsalto.batch.lanceur.thread.Traitement
com.ubikingenierie.console.apiconsole.BaseBatch
com.ubikingenierie.console.apiconsole.jms.BaseJmsBatch
public abstract class BaseJmsBatch
Base batch for JMS batches.
| Field Summary |
|---|
| Fields inherited from class salto.batch.lanceur.thread.Traitement |
|---|
batchAppender |
| Constructor Summary | |
|---|---|
BaseJmsBatch()
|
|
| Method Summary | |
|---|---|
protected abstract void |
executeOnBlock(IJmsMessageHolder[] data)
Method to implement to handle Objects extracted from JMS Destinations |
protected void |
executeOnBlock(java.lang.Object[] data)
Implement this method to execute the business code on the Block of data |
| Methods inherited from class com.ubikingenierie.console.apiconsole.BaseBatch |
|---|
canExec, childClone, createConfiguration, exec, executeAfterDataEnd, executeBeforeData, finalizeBatch, initialize, postExec, preExec |
| Methods inherited from class salto.batch.lanceur.thread.Traitement |
|---|
clone, execute, getBatchExecutionContext, getBatchParameters, getBatchPhysicalsFileNames, setBatchAppender, setReturnStatus, vetoExecution |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseJmsBatch()
| Method Detail |
|---|
protected final void executeOnBlock(java.lang.Object[] data)
throws java.lang.Exception
BaseBatch
executeOnBlock in class BaseBatchdata - Object[] Array of Data as specified by IBatchStart
java.lang.ExceptionBaseBatch.executeOnBlock(java.lang.Object[])
protected abstract void executeOnBlock(IJmsMessageHolder[] data)
throws java.lang.Exception
data - IJmsMessageHolder[]
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||