|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OracleResourceUser
An interface that can be inplemented by objects that tend to use up cursors and other oracle resources. All the objects in a class that implement this interface can be added to a vector or a similer data structure. When the time comes to free Oracle resources the class can then iterate through the vector of OracleResourceUser and get them to free their resources.
(c) Copyright 2003 - 2012 Orinda Software Ltd
| Method Summary | |
|---|---|
boolean |
hasResources()
Used to tell if the object is using Oracle resources. |
boolean |
releaseResources()
Used to tell an object to release its Oracle resources. |
| Method Detail |
|---|
boolean hasResources()
boolean releaseResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||