Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.express.olapi.data.full
Class BaseCursorManager

java.lang.Object
  |
  +--oracle.express.olapi.data.full.BaseCursorManager
Direct Known Subclasses:
DataCursorManager, ExpressSQLCursorManager

public abstract class BaseCursorManager
extends java.lang.Object

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

isOpen

public final boolean isOpen()
Indicates whether this BaseCursorManager is open.
Returns:
true if the BaseCursorManager is open and false if it is closed.

close

public final void close()
                 throws ExpressServerException
Closes the 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 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.