|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface Releaseable
This interface represents a an object that supports the release method. Generally speaking, if you retrieve an object from Jiffie which supports this interface, you should be calling the release method to clean up its resources once you have finished with it.
| Method Summary | |
|---|---|
boolean |
isReleased()
This method returns a boolean flag indicating if this object has already been released. |
void |
release()
This method releases the COM object associated with this object. |
| Method Detail |
|---|
void release()
boolean isReleased()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||