|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.express.olapi.data.full.BaseCursorManager
An abstract class that has a method for determining if an instance of a class that extends it is open and a method for closing the instance.
Method Summary | |
void |
close() Closes the BaseCursorManager and releases the resources associated with it. |
boolean |
isOpen() Indicates whether this BaseCursorManager is open. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final boolean isOpen()
BaseCursorManager
is open.true
if the BaseCursorManager
is open and false
if it is closed.public final void close() throws ExpressServerException
BaseCursorManager
and releases the resources associated with it. The application can no longer use any Cursor
objects that it created with this BaseCursorManager
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |