Interface IRootPropTransactionSender

All Superinterfaces:
ITransactionCreator, ITransactionSender
All Known Implementing Classes:
AbstractEndPoint, ClientTransactionProcessor, LoadBalancerEndPoint, RemoteBuilderEndPoint, ServerSession, VirtualizedMonitorEndPoint, VSViewerTransactionProcessor

public interface IRootPropTransactionSender extends ITransactionCreator, ITransactionSender
Interface for send transaction.
Author:
Christopher Mindus
  • Method Details

    • sendTransaction

      void sendTransaction(SendTransaction trans)
      Sends the transaction to the remote party.
      Specified by:
      sendTransaction in interface ITransactionSender
      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

      String getClientContextMenuReference(UIContextMenu contextMenu)
      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).