Interface ConnectionOpenable<CON>

    • Method Detail

      • open

        void open​(CON aConnection)
           throws OpenException
        Opens the component with the given connection.
        Parameters:
        aConnection - The connection used for opening the connection.
        Throws:
        OpenException - Thrown in case opening or accessing an open line (connection, junction, link) caused problems.
      • openUnchecked

        default void openUnchecked​(CON aConnection)
        Opens the component by calling open(Object) without you to require catching an OpenException.
        Parameters:
        aConnection - The connection used for opening the connection.
        Throws:
        org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon encountering a OpenException exception