Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.table
Class IncrementalFetchEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataView.DataviewEvent
              |
              +--oracle.dss.table.IncrementalFetchEvent
All Implemented Interfaces:
java.io.Serializable

public class IncrementalFetchEvent
extends DataviewEvent

The event describing an incremental fetch from the Table.

See Also:
Serialized Form

Constructor Summary
IncrementalFetchEvent(java.lang.Object source, int rowCount, int fetchIncrement)
          Class constructor.

 

Method Summary
 int getFetchIncrement()
          Return the number of rows to fetch from the DataSource.
 int getRowCount()
          Return the number of rows currently fetched in the Table.

 

Methods inherited from class oracle.dss.dataView.DataviewEvent
consume, isConsumed

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

IncrementalFetchEvent

public IncrementalFetchEvent(java.lang.Object source,
                             int rowCount,
                             int fetchIncrement)
Class constructor.
Parameters:
source - the event source
rowCount - the number of rows currently fetched
fetchIncrement - the number of new rows to fetch
Method Detail

getRowCount

public int getRowCount()
Return the number of rows currently fetched in the Table.
Returns:
the number of rows currently fetched

getFetchIncrement

public int getFetchIncrement()
Return the number of rows to fetch from the DataSource.
Returns:
the number of new rows to fetch

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.