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
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[]