Package com.db4o.internal.marshall
Class ObjectIdContextImpl
- java.lang.Object
-
- com.db4o.internal.AbstractBufferContext
-
- com.db4o.internal.marshall.AbstractReadContext
-
- com.db4o.internal.marshall.ObjectHeaderContext
-
- com.db4o.internal.marshall.ObjectIdContextImpl
-
- All Implemented Interfaces:
AspectVersionContext
,HandlerVersionContext
,InternalReadContext
,MarshallingInfo
,ObjectIdContext
,BufferContext
,Context
,ReadBuffer
,ReadContext
public class ObjectIdContextImpl extends ObjectHeaderContext implements ObjectIdContext
-
-
Field Summary
-
Fields inherited from class com.db4o.internal.marshall.ObjectHeaderContext
_objectHeader
-
Fields inherited from class com.db4o.internal.marshall.AbstractReadContext
_activationDepth
-
-
Constructor Summary
Constructors Constructor Description ObjectIdContextImpl(Transaction transaction, ReadBuffer buffer, ObjectHeader objectHeader, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
objectId()
-
Methods inherited from class com.db4o.internal.marshall.ObjectHeaderContext
beginSlot, classMetadata, declaredAspectCount, declaredAspectCount, handlerVersion, headerAttributes, isNull, restoreState, saveState
-
Methods inherited from class com.db4o.internal.marshall.AbstractReadContext
activationDepth, activationDepth, lastReferenceReadWasReallyNull, notifyNullReferenceSkipped, peekPersisted, read, readAtCurrentSeekPosition, readIndirectedBuffer, readObject, readObject
-
Methods inherited from class com.db4o.internal.AbstractBufferContext
buffer, buffer, container, isLegacyHandlerVersion, objectContainer, offset, readBitMap, readByte, readBytes, readInt, readLong, seek, slotFormat, transaction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.db4o.marshall.Context
objectContainer, transaction
-
Methods inherited from interface com.db4o.internal.marshall.HandlerVersionContext
slotFormat
-
Methods inherited from interface com.db4o.internal.marshall.InternalReadContext
buffer, buffer, container, handlerVersion, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seek
-
Methods inherited from interface com.db4o.internal.marshall.MarshallingInfo
buffer
-
Methods inherited from interface com.db4o.marshall.ReadBuffer
readBitMap, readByte, readBytes, readInt, readLong
-
Methods inherited from interface com.db4o.marshall.ReadContext
readObject, readObject
-
-
-
-
Constructor Detail
-
ObjectIdContextImpl
public ObjectIdContextImpl(Transaction transaction, ReadBuffer buffer, ObjectHeader objectHeader, int id)
-
-
Method Detail
-
objectId
public int objectId()
- Specified by:
objectId
in interfaceObjectIdContext
-
-