Package com.iizix.comm
Interface ITransactionCreator
- All Known Subinterfaces:
IRootPropTransactionSender
- All Known Implementing Classes:
AbstractEndPoint
,ClientSideEditor
,ClientTransactionProcessor
,LoadBalancerEndPoint
,RemoteBuilderEndPoint
,ServerSession
,SessionTransMgr
,TransactionComm
,VirtualizedMonitorEndPoint
,VSViewerTransactionProcessor
public interface ITransactionCreator
Interface implemented by write cache holder classes.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionCreates a transaction with the configured write cache.
Method Details
createTransaction
SendTransaction createTransaction()Creates a transaction with the configured write cache.- Returns:
- The new
Transaction
instance.