oracle.jbo.common
Class SvcMsgIteratorState
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvcMsgIteratorState
public SvcMsgIteratorState(boolean isExecuted,
int rangeStart,
int rangeSize,
int currentRowIndex,
int currentRowSlot,
Row currentRow,
int isRangeAtBottom,
int isRangeAtTop,
int rowsRemoved)
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()
Copyright © 1997, 2004, Oracle. All rights reserved.