Package com.iizix.server.prop
Interface IRootPropTransactionSender
- All Superinterfaces:
ITransactionCreator
,ITransactionSender
- All Known Implementing Classes:
AbstractEndPoint
,ClientTransactionProcessor
,LoadBalancerEndPoint
,RemoteBuilderEndPoint
,ServerSession
,VirtualizedMonitorEndPoint
,VSViewerTransactionProcessor
Interface for send transaction.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiongetClientContextMenuReference
(UIContextMenu contextMenu) Gets the reference to use for a context menu.boolean
Verifies that the connection is established and not paused, reconnecting, etc.void
sendTransaction
(SendTransaction trans) Sends the transaction to the remote party.Methods inherited from interface com.iizix.comm.ITransactionCreator
createTransaction
Method Details
sendTransaction
Sends the transaction to the remote party.- Specified by:
sendTransaction
in interfaceITransactionSender
- Parameters:
trans
- The transaction.
isConnected
boolean isConnected()Verifies that the connection is established and not paused, reconnecting, etc.- Returns:
- true if connected, false otherwise.
getClientContextMenuReference
Gets the reference to use for a context menu.- Parameters:
contextMenu
- The context menu.- Returns:
- The reference to use, empty string for none (never null).