Class SendTransactionTask

All Implemented Interfaces:
HasHandlers

public class SendTransactionTask extends ProcessElement
Sends any currently queued DataSource operations, as a single transactional request to the server. This is a client-side batching mechanism (RPCManager.sendQueue) and has no effect inside an OperationBinding.process where operations execute synchronously on the server.