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

E10653-05

oracle.jbo.common
Class SvcMsgIteratorState

java.lang.Object
  extended by oracle.jbo.common.SvcMsgIteratorState
All Implemented Interfaces:
java.io.Serializable

public class SvcMsgIteratorState
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SvcMsgIteratorState(boolean isExecuted, int rangeStart, int rangeSize, int currentRowIndex, int currentRowSlot, Row currentRow, int isRangeAtBottom, int isRangeAtTop, int rowsRemoved)
           
 
Method Summary
 Row getCurrentRow()
           
 int getCurrentRowIndex()
           
 int getCurrentRowSlot()
           
 int getRangeSize()
           
 int getRangeStart()
           
 int getRowsRemoved()
           
 boolean isExecuted()
           
 int isRangeAtBottom()
           
 int isRangeAtTop()
           
 void setIsRangeAtBottom(int i)
           
 void setIsRangeAtTop(int i)
           
 void setRangeSize(int rangeSize)
           
 void setRangeStart(int rangeStart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvcMsgIteratorState

public SvcMsgIteratorState(boolean isExecuted,
                           int rangeStart,
                           int rangeSize,
                           int currentRowIndex,
                           int currentRowSlot,
                           Row currentRow,
                           int isRangeAtBottom,
                           int isRangeAtTop,
                           int rowsRemoved)
Method Detail

isExecuted

public boolean isExecuted()

getRangeStart

public int getRangeStart()

setRangeStart

public void setRangeStart(int rangeStart)

getRangeSize

public int getRangeSize()

setRangeSize

public void setRangeSize(int rangeSize)

getCurrentRowIndex

public int getCurrentRowIndex()

getCurrentRowSlot

public int getCurrentRowSlot()

getCurrentRow

public Row getCurrentRow()

isRangeAtBottom

public int isRangeAtBottom()

isRangeAtTop

public int isRangeAtTop()

setIsRangeAtBottom

public void setIsRangeAtBottom(int i)

setIsRangeAtTop

public void setIsRangeAtTop(int i)

getRowsRemoved

public int getRowsRemoved()

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.