Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-06


oracle.olapi.data.source
Interface SpecifiedCursorManager

All Superinterfaces:
CursorManager

public interface SpecifiedCursorManager
extends CursorManager

A CursorManager that specifies methods for determining whether the SpecifiedCursorManager is open and for getting and setting the input Source objects associated with this SpecifiedCursorManager.


Method Summary
 Source[] getInputSources()
          Returns an array that has the input Source objects associated with this SpecifiedCursorManager.
 boolean isOpen()
          Indicates whether this SpecifiedCursorManager is still open.
 void setInputSources(Source[] newInputSources)
          Replaces the existing input SourceSource objects specified by the newInputSources array.

 

Methods inherited from interface oracle.olapi.data.cursor.CursorManager
addCursorManagerUpdateListener, close, createCursor, getFetchSize, getSource, isSpecificationUpdateNeeded, removeCursorManagerUpdateListener, setFetchSize, updateSpecification

 

Method Detail

isOpen

boolean isOpen()
Indicates whether this SpecifiedCursorManager is still open.
Returns:
true if the SpecifiedCursorManager is open and false if it is closed.

getInputSources

Source[] getInputSources()
Returns an array that has the input Source objects associated with this SpecifiedCursorManager.
Returns:
An array of Source objects that are the input Source objects of this SpecifiedCursorManager.

setInputSources

void setInputSources(Source[] newInputSources)
Replaces the existing input SourceSource objects specified by the newInputSources array.
Parameters:
newInputSources - An array of SourceSource objects of the SpecifiedCursorManager.

Skip navigation links

Copyright © 2002, 2010, Oracle. All rights reserved.