org.eclipse.emf.cdo.spi.common.protocol
Class CDODataInputImpl.Default

java.lang.Object
  extended by org.eclipse.net4j.util.io.ExtendedDataInput.Delegating
      extended by org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
          extended by org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl.Default
All Implemented Interfaces:
DataInput, CDODataInput, ExtendedDataInput
Enclosing class:
CDODataInputImpl

public static final class CDODataInputImpl.Default
extends CDODataInputImpl

A concrete subclass of CDODataInputImpl.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
CDODataInputImpl.Default
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.io.ExtendedDataInput
ExtendedDataInput.Delegating, ExtendedDataInput.Stream
 
Constructor Summary
CDODataInputImpl.Default(ExtendedDataInput delegate)
           
 
Method Summary
protected  CDOBranchManager getBranchManager()
           
protected  CDOCommitInfoManager getCommitInfoManager()
           
protected  CDOListFactory getListFactory()
           
protected  CDOLobStore getLobStore()
           
 CDOPackageRegistry getPackageRegistry()
           
protected  CDORevisionFactory getRevisionFactory()
           
 
Methods inherited from class org.eclipse.emf.cdo.spi.common.protocol.CDODataInputImpl
getPackageURICompressor, readCDOBranch, readCDOBranchPoint, readCDOBranchVersion, readCDOChangeSetData, readCDOClassifierRef, readCDOClassifierRefAndResolve, readCDOCommitData, readCDOCommitInfo, readCDOFeatureDelta, readCDOFeatureValue, readCDOID, readCDOIDAndBranch, readCDOIDAndVersion, readCDOIDReference, readCDOList, readCDOLockArea, readCDOLockChangeInfo, readCDOLockOwner, readCDOLockState, readCDOLockType, readCDOPackageInfo, readCDOPackageUnit, readCDOPackageUnits, readCDOPackageUnitType, readCDOPackageURI, readCDORevisable, readCDORevision, readCDORevision, readCDORevisionDelta, readCDORevisionKey, readCDORevisionOrPrimitive, readCDORevisionOrPrimitiveOrClassifier, readCDOType
 
Methods inherited from class org.eclipse.net4j.util.io.ExtendedDataInput.Delegating
getDelegate, readBoolean, readByte, readByteArray, readChar, readDouble, readEnum, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readObject, readObject, readShort, readString, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.net4j.util.io.ExtendedDataInput
readByteArray, readEnum, readObject, readObject, readObject, readString
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Constructor Detail

CDODataInputImpl.Default

public CDODataInputImpl.Default(ExtendedDataInput delegate)
Method Detail

getRevisionFactory

protected CDORevisionFactory getRevisionFactory()
Specified by:
getRevisionFactory in class CDODataInputImpl

getPackageRegistry

public CDOPackageRegistry getPackageRegistry()

getLobStore

protected CDOLobStore getLobStore()
Specified by:
getLobStore in class CDODataInputImpl

getListFactory

protected CDOListFactory getListFactory()
Specified by:
getListFactory in class CDODataInputImpl

getCommitInfoManager

protected CDOCommitInfoManager getCommitInfoManager()
Specified by:
getCommitInfoManager in class CDODataInputImpl

getBranchManager

protected CDOBranchManager getBranchManager()
Specified by:
getBranchManager in class CDODataInputImpl


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.