Interface IDisposable


  • @Scriptable
    public interface IDisposable
    • Method Detail

      • dispose

        void dispose()
              throws Exception
        Dispose all resources that are associated with this object.
        Throws:
        Exception - If an error occurred.