public class CollectIdContext extends ObjectHeaderContext
_objectHeader_activationDepth| Constructor and Description |
|---|
CollectIdContext(Transaction transaction,
IdObjectCollector collector,
ObjectHeader oh,
ReadBuffer buffer) |
CollectIdContext(Transaction transaction,
ObjectHeader oh,
ReadBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addId() |
ClassMetadata |
classMetadata() |
IdObjectCollector |
collector() |
static CollectIdContext |
forID(Transaction transaction,
IdObjectCollector collector,
int id) |
static CollectIdContext |
forID(Transaction transaction,
int id) |
TreeInt |
ids() |
void |
readID(ReadsObjectIds objectIDHandler) |
beginSlot, declaredAspectCount, declaredAspectCount, handlerVersion, headerAttributes, isNull, restoreState, saveStateactivationDepth, activationDepth, lastReferenceReadWasReallyNull, notifyNullReferenceSkipped, peekPersisted, read, readAtCurrentSeekPosition, readIndirectedBuffer, readObject, readObjectbuffer, buffer, container, isLegacyHandlerVersion, objectContainer, offset, readBitMap, readByte, readBytes, readInt, readLong, seek, slotFormat, transactionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbufferslotFormatobjectContainer, transactionbuffer, buffer, container, offset, seekreadBitMap, readByte, readBytes, readInt, readLongpublic CollectIdContext(Transaction transaction, IdObjectCollector collector, ObjectHeader oh, ReadBuffer buffer)
public CollectIdContext(Transaction transaction, ObjectHeader oh, ReadBuffer buffer)
public static CollectIdContext forID(Transaction transaction, int id)
public static CollectIdContext forID(Transaction transaction, IdObjectCollector collector, int id)
public void addId()
public ClassMetadata classMetadata()
classMetadata in interface MarshallingInfoclassMetadata in class ObjectHeaderContextpublic TreeInt ids()
public void readID(ReadsObjectIds objectIDHandler)
public IdObjectCollector collector()