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 SummaryConstructors Constructor Description ObjectIdContextImpl(Transaction transaction, ReadBuffer buffer, ObjectHeader objectHeader, int id)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intobjectId()- 
Methods inherited from class com.db4o.internal.marshall.ObjectHeaderContextbeginSlot, classMetadata, declaredAspectCount, declaredAspectCount, handlerVersion, headerAttributes, isNull, restoreState, saveState
 - 
Methods inherited from class com.db4o.internal.marshall.AbstractReadContextactivationDepth, activationDepth, lastReferenceReadWasReallyNull, notifyNullReferenceSkipped, peekPersisted, read, readAtCurrentSeekPosition, readIndirectedBuffer, readObject, readObject
 - 
Methods inherited from class com.db4o.internal.AbstractBufferContextbuffer, buffer, container, isLegacyHandlerVersion, objectContainer, offset, readBitMap, readByte, readBytes, readInt, readLong, seek, slotFormat, transaction
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.db4o.marshall.ContextobjectContainer, transaction
 - 
Methods inherited from interface com.db4o.internal.marshall.HandlerVersionContextslotFormat
 - 
Methods inherited from interface com.db4o.internal.marshall.InternalReadContextbuffer, buffer, container, handlerVersion, notifyNullReferenceSkipped, offset, read, readAtCurrentSeekPosition, readIndirectedBuffer, seek
 - 
Methods inherited from interface com.db4o.internal.marshall.MarshallingInfobuffer
 - 
Methods inherited from interface com.db4o.marshall.ReadBufferreadBitMap, readByte, readBytes, readInt, readLong
 - 
Methods inherited from interface com.db4o.marshall.ReadContextreadObject, readObject
 
- 
 
- 
- 
- 
Constructor Detail- 
ObjectIdContextImplpublic ObjectIdContextImpl(Transaction transaction, ReadBuffer buffer, ObjectHeader objectHeader, int id) 
 
- 
 - 
Method Detail- 
objectIdpublic int objectId() - Specified by:
- objectIdin interface- ObjectIdContext
 
 
- 
 
-