Interface Channel

    • Method Detail

      • isRecord

        boolean isRecord()
                  throws java.rmi.RemoteException
        Get if the channel shall be recorded during test execution.
        Returns:
        true if the channel should be recorded, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setRecord

        void setRecord​(boolean on)
                throws java.rmi.RemoteException
        Set if the channel should be recorded during test execution.
        Parameters:
        on - true if the channel should be recorded, false otherwise.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getMode

        Channel.ChannelMode getMode()
                             throws java.rmi.RemoteException
        Get if the channel is an input, output, local or undefined.
        Returns:
        The mode of the channel.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setMode

        void setMode​(Channel.ChannelMode mode)
              throws java.rmi.RemoteException
        Set the mode of the channel to input, output, local or undefined.
        Parameters:
        mode - The new mode of the channel.
        Throws:
        java.rmi.RemoteException - remote communication problem