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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendTransaction
createTransaction()
Creates a transaction with the configured write cache.
Method Detail
createTransaction
SendTransaction createTransaction()
Creates a transaction with the configured write cache.- Returns:
- The new
Transaction
instance.