wt.container.batch.service
Interface BatchContainerService


public interface BatchContainerService

An example interface to a service which processes BatchContainers on the server side. No reference implementation is provided.

Supported API: false

Extendable: false


Method Summary
 TransactionResult[] submitTransaction(TransactionContainer txnContainer)
          This operation loops over the TransactionContainer and its associate Assertions and applies them.
 

Method Detail

submitTransaction

public TransactionResult[] submitTransaction(TransactionContainer txnContainer)
This operation loops over the TransactionContainer and its associate Assertions and applies them.

Supported API: false

Parameters:
txnContainer -
Returns:
TransactionResult[]