Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.svcmsg
Interface ResponseRowEvent

All Superinterfaces:
Response, java.io.Serializable
All Known Implementing Classes:
SvcMsgResponseRowEvent

public interface ResponseRowEvent
extends Response

This interface extends Response. It is used to marshal an event that brings back a set of rows.


Method Summary
 int getRangeStart()
          Returns the beginning position (in absolute row index) of the range after this event.
 int getRangeStartBefore()
          Returns the beginning position (in absolute row index) of the range before this event.
 int getRowCountInRange()
          Returns the number of rows in the range.
 DataRow[] getRows()
          Returns the data rows for this event.
 boolean isRangeAtBottom()
          Returns a flag indicating whether the range is at the bottom of the collection or not.
 boolean isRangeRefreshed()
          Returns a flag indicating whether the range was refreshed or not.
 boolean isRangeReset()
          Returns a flag indicating whether the range was reset or not.
 
Methods inherited from interface oracle.svcmsg.Response
getName, getOperation
 

Method Detail

getRowCountInRange

int getRowCountInRange()
Returns the number of rows in the range.

Returns:
the number of rows in the range.

getRangeStartBefore

int getRangeStartBefore()
Returns the beginning position (in absolute row index) of the range before this event.

Returns:
the range start in absoulte row index before this event.

getRangeStart

int getRangeStart()
Returns the beginning position (in absolute row index) of the range after this event.

Returns:
the range start in absoulte row index after this event.

isRangeRefreshed

boolean isRangeRefreshed()
Returns a flag indicating whether the range was refreshed or not.

Returns:
a flag indicating whether the range was refreshed or not.

isRangeReset

boolean isRangeReset()
Returns a flag indicating whether the range was reset or not.

Returns:
a flag indicating whether the range was reset or not.

isRangeAtBottom

boolean isRangeAtBottom()
Returns a flag indicating whether the range is at the bottom of the collection or not.

Returns:
a flag indicating whether the bottom has been reached.

getRows

DataRow[] getRows()
Returns the data rows for this event.

Returns:
an arry of data rows.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.