Interface BidirectionalConnectionOpenable<INPUT,OUTPUT>

    • Method Detail

      • open

        void open​(INPUT aInputConnection,
                  OUTPUT aOutputConnection)
           throws OpenException
        Opens the component with the given connection, the component opens a connection with the given connection.
        Parameters:
        aInputConnection - The input connection used for opening the connection.
        aOutputConnection - The output connection used for opening the connection.
        Throws:
        OpenException - Thrown in case opening or accessing an open line (connection, junction, link) caused problems.