oracle.jbo.common
Class PiggybackEventEntry
java.lang.Object
|
+--oracle.jbo.common.PiggybackEventEntry
- All Implemented Interfaces:
- PiggybackEntry, java.io.Serializable
- public final class PiggybackEventEntry
- extends java.lang.Object
- implements PiggybackEntry
This class is a helper class for Client Service to do piggybacking.
- Version:
- SDK
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PIGGYBACK_RANGE_REFRESHED_BEGIN
public static final int PIGGYBACK_RANGE_REFRESHED_BEGIN
PIGGYBACK_RANGE_REFRESHED_END
public static final int PIGGYBACK_RANGE_REFRESHED_END
PIGGYBACK_RANGE_SCROLLED_BEGIN
public static final int PIGGYBACK_RANGE_SCROLLED_BEGIN
PIGGYBACK_RANGE_SCROLLED_END
public static final int PIGGYBACK_RANGE_SCROLLED_END
PIGGYBACK_ITERATOR_RESET
public static final int PIGGYBACK_ITERATOR_RESET
PIGGYBACK_ITERATOR_CLOSED
public static final int PIGGYBACK_ITERATOR_CLOSED
PIGGYBACK_TXN_COMMIT
public static final int PIGGYBACK_TXN_COMMIT
PIGGYBACK_TXN_ROLLBACK
public static final int PIGGYBACK_TXN_ROLLBACK
PiggybackEventEntry
public PiggybackEventEntry()
PiggybackEventEntry
public PiggybackEventEntry(int type,
int id,
int rowCountInRange,
int rangeStartBefore,
int rangeStart,
int seqId,
boolean initFlag,
boolean resetPosFlag)
getType
public int getType()
getSourceId
public int getSourceId()
getId
public int getId()
- Specified by:
getId
in interface PiggybackEntry
getRowCountInRange
public int getRowCountInRange()
getRangeStart
public int getRangeStart()
getRangeStartBefore
public int getRangeStartBefore()
getSeqId
public int getSeqId()
getInitFlag
public boolean getInitFlag()
getResetPosFlag
public boolean getResetPosFlag()