Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IDisposable

pentaho.lang. IDisposable

The IDisposable interface represents a resource that can be explicitly and deterministically disposed.

Source: doc-js/pentaho/lang/IDisposable.jsdoc, line 16

Methods

Name Description
dispose()

Disposes of an object if it hasn't been disposed of yet.

Methods Details

dispose()

Disposes of an object if it hasn't been disposed of yet.

This method should not throw an error in case the resource has already been disposed of.

Source: doc-js/pentaho/lang/IDisposable.jsdoc, line 24