org.jboss.soa.esb.services
Interface IbatchHandler
- All Known Implementing Classes:
- BatchHandlerBsDelegateLocal, BatchHandlerBsDelegateRemote
public interface IbatchHandler
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