Interface MessageBoxStep

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, Step, TptRemote

    public interface MessageBoxStep
    extends Step
    This Step provides the possibility to open a message box during the test execution.
    • Method Detail

      • getMessage

        java.lang.String getMessage()
                             throws java.rmi.RemoteException
        Returns:
        the message of this message box.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setMessage

        void setMessage​(java.lang.String message)
                 throws java.rmi.RemoteException
        Set the message of this message box.
        Parameters:
        message - the message to use
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getChannel

        java.lang.String getChannel()
                             throws java.rmi.RemoteException
        Returns:
        the result channel.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setChannel

        void setChannel​(java.lang.String channel)
                 throws java.rmi.RemoteException
        Sets the result channel.
        Parameters:
        channel - the channel to assign the result to
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getCondition

        java.lang.String getCondition()
                               throws java.rmi.RemoteException
        Returns:
        the termination condition for this message box.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setCondition

        void setCondition​(java.lang.String condition)
                   throws java.rmi.RemoteException
        Sets the termination condition for this message box.
        Parameters:
        condition - termination condition
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getMessageBoxType

        MessageBoxStep.MessageBoxType getMessageBoxType()
                                                 throws java.rmi.RemoteException
        Returns:
        the type of this message box.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setMessageBoxType

        void setMessageBoxType​(MessageBoxStep.MessageBoxType type)
                        throws java.rmi.RemoteException
        Sets the type of this message box.
        Parameters:
        type - the message box type
        Throws:
        java.rmi.RemoteException - remote communication problem