Interface IRootPropTransactionSender

    • Method Detail

      • sendTransaction

        void sendTransaction​(SendTransaction trans)
        Sends the transaction to the remote party.
        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

        java.lang.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).