org.jboss.soa.esb.services
Class BatchHandlerBsDelegateLocal

java.lang.Object
  extended by org.jboss.soa.esb.services.BatchHandlerBsDelegateLocal
All Implemented Interfaces:
IbatchHandler

public class BatchHandlerBsDelegateLocal
extends java.lang.Object
implements IbatchHandler


Constructor Summary
BatchHandlerBsDelegateLocal(javax.naming.Context p_ctx)
           
 
Method Summary
 int addToBatch(java.lang.String p_s)
           
 void commitBatch(BatchProcess p_oBP)
           
 void finish()
           
 long newBatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchHandlerBsDelegateLocal

public BatchHandlerBsDelegateLocal(javax.naming.Context p_ctx)
                            throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

newBatch

public long newBatch()
              throws java.lang.Exception
Specified by:
newBatch in interface IbatchHandler
Throws:
java.lang.Exception

addToBatch

public int addToBatch(java.lang.String p_s)
               throws java.lang.Exception
Specified by:
addToBatch in interface IbatchHandler
Throws:
java.lang.Exception

finish

public void finish()
            throws java.lang.Exception
Specified by:
finish in interface IbatchHandler
Throws:
java.lang.Exception

commitBatch

public void commitBatch(BatchProcess p_oBP)
                 throws java.lang.Exception
Specified by:
commitBatch in interface IbatchHandler
Throws:
java.lang.Exception