org.jboss.soa.esb.services
Interface IbatchHandler

All Known Implementing Classes:
BatchHandlerBsDelegateLocal, BatchHandlerBsDelegateRemote

public interface IbatchHandler


Method Summary
 int addToBatch(java.lang.String p_s)
           
 void commitBatch(BatchProcess p_oBP)
           
 void finish()
           
 long newBatch()
           
 

Method Detail

newBatch

long newBatch()
              throws java.lang.Exception
Throws:
java.lang.Exception

addToBatch

int addToBatch(java.lang.String p_s)
               throws java.lang.Exception
Throws:
java.lang.Exception

finish

void finish()
            throws java.lang.Exception
Throws:
java.lang.Exception

commitBatch

void commitBatch(BatchProcess p_oBP)
                 throws java.lang.Exception
Throws:
java.lang.Exception