|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.DisposableObject
public class DisposableObject
Represents disposable object.
Constructor Summary | |
---|---|
DisposableObject()
|
Method Summary | |
---|---|
void |
dispose()
Disposes the current instance. |
boolean |
getDisposed()
Gets a value indicating whether this instance is disposed. |
protected void |
releaseManagedResources()
Releases the managed resources. |
protected void |
releaseUnmanagedResources()
Releases the unmanaged resources. |
protected void |
verifyNotDisposed()
Verifies that the current instance is not disposed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisposableObject()
Method Detail |
---|
public void dispose()
Disposes the current instance.
public boolean getDisposed()
Gets a value indicating whether this instance is disposed.
Value:true
if disposed; otherwise, false
.
protected void releaseManagedResources()
Releases the managed resources. Make sure no unmanaged resources are released here, since they may have been already released.
protected void releaseUnmanagedResources()
Releases the unmanaged resources. Make sure no managed resources are released here, since they may have been already released.
protected void verifyNotDisposed()
Verifies that the current instance is not disposed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |