|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.SvcMsgResponse | +--oracle.jbo.common.SvcMsgResponseNavig
This class is a helper class for Client Service to do piggybacking.
Constructor Summary | |
SvcMsgResponseNavig(java.lang.String resName)
|
|
SvcMsgResponseNavig(java.lang.String resName,
int sourceId,
int absRowIndex,
int rangeRowIndex,
int currentRowSlot)
|
Method Summary | |
int |
getAbsRowIndex()
|
int |
getCurrentRowSlot()
|
int |
getRangeRowIndex()
|
int |
getSourceId()
|
Methods inherited from class oracle.jbo.common.SvcMsgResponse |
getName, getOperation, isReference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SvcMsgResponseNavig(java.lang.String resName)
public SvcMsgResponseNavig(java.lang.String resName, int sourceId, int absRowIndex, int rangeRowIndex, int currentRowSlot)
Method Detail |
public int getSourceId()
public int getAbsRowIndex()
public int getRangeRowIndex()
public int getCurrentRowSlot()
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |