Interface Openable

    • Method Detail

      • open

        void open()
           throws IOException
        Open the component's connection(s).
        Throws:
        IOException - Thrown in case opening or accessing an open line (connection, junction, link) caused problems.
      • openUnchecked

        default void openUnchecked()
        Opens the component by calling open() without you to require catching an IOException.
        Throws:
        org.refcodes.exception.IORuntimeException - encapsulates the cause and is thrown upon encountering a IOException exception