Interface ClosableResource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      forces the release of any resources that might be associated with this object.
    • Method Detail

      • close

        void close()
            throws java.lang.Exception
        forces the release of any resources that might be associated with this object.
        Throws:
        java.lang.Exception