Class StartTransactionTask

All Implemented Interfaces:
HasHandlers

public class StartTransactionTask extends ProcessElement
Starts queuing all DataSource operations so they can be sent to the server all together as a transaction. This is a client-side batching mechanism (RPCManager.startQueue) and has no effect inside an OperationBinding.process where operations execute synchronously on the server. For server-side transaction control, use OperationBinding.autoJoinTransactions instead.