Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDODataInput

Packages that use CDODataInput
org.eclipse.emf.cdo.common.id Common concepts for dealing with object and revision IDs. 
org.eclipse.emf.cdo.common.model Common concepts for dealing with models and types. 
org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions. 
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.db.mapping Server concepts for dealing with mapping strategies and mappings for classes, lists and types. 
org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations. 
org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches. 
org.eclipse.emf.cdo.spi.common.model Common service provider interfaces and useful base implementations for dealing with models and types 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of CDODataInput in org.eclipse.emf.cdo.common.id
 

Methods in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput
static CDOID CDOIDUtil.read(CDODataInput in)
           
 

Constructors in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput
CDOIDReference(CDODataInput in)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.common.model
 

Methods in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput
 Object CDOType.readValue(CDODataInput in)
           
 

Constructors in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput
CDOClassifierRef(CDODataInput in)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.common.util
 

Methods in org.eclipse.emf.cdo.common.util that return CDODataInput
static CDODataInput CDOCommonUtil.createCDODataInput(ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore)
           
 

Constructors in org.eclipse.emf.cdo.common.util with parameters of type CDODataInput
CDOFetchRule(CDODataInput in, CDOPackageRegistry packageManager)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDODataInput
 void IStoreAccessor.Raw.rawImport(CDODataInput in, int fromBranchID, int toBranchID, long fromCommitTime, long toCommitTime, OMMonitor monitor)
          Deserializes backend data that has been serialized by the rawExport() method of a different instance of the same implementation of raw store accessor.
 

Uses of CDODataInput in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db with parameters of type CDODataInput
 void IIDHandler.rawImport(Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, OMMonitor fork)
           
 Collection<InternalCDOPackageUnit> IMetaDataManager.rawImport(Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, OMMonitor monitor)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.server.db.mapping
 

Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDODataInput
 void IMappingStrategy.rawImport(IDBStoreAccessor accessor, CDODataInput in, long fromCommitTime, long toCommitTime, OMMonitor monitor)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.spi.common
 

Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDODataInput
 void CDORawReplicationContext.replicateRaw(CDODataInput in, OMMonitor monitor)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.branch
 

Constructors in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInput
InternalCDOBranchManager.BranchLoader.BranchInfo(CDODataInput in)
           
InternalCDOBranchManager.BranchLoader.SubBranchInfo(CDODataInput in)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.model
 

Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDODataInput
 void InternalCDOPackageInfo.read(CDODataInput in)
           
 void InternalCDOPackageUnit.read(CDODataInput in, ResourceSet resourceSet)
           
 

Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.protocol
 

Classes in org.eclipse.emf.cdo.spi.common.protocol that implement CDODataInput
 class CDODataInputImpl
          If the meaning of this type isn't clear, there really should be more of a description here...
static class CDODataInputImpl.Default
          A concrete subclass of CDODataInputImpl.
 

Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.revision
 

Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput
protected  InternalCDORevision RevisionInfo.doReadResult(CDODataInput in)
          Deprecated. Not called anymore by the framework
 void BaseCDORevision.read(CDODataInput in)
           
 void DelegatingCDORevision.read(CDODataInput in)
           
 void InternalCDORevision.read(CDODataInput in)
           
 void StubCDORevision.read(CDODataInput in)
           
static RevisionInfo RevisionInfo.read(CDODataInput in, CDOBranchPoint requestedBranchPoint)
           
 void RevisionInfo.readResult(CDODataInput in)
           
static InternalCDORevision RevisionInfo.readResult(CDODataInput in, CDOID id, CDOBranch branch)
           
protected  void RevisionInfo.readRevision(CDODataInput in)
           
protected  void RevisionInfo.Available.readRevision(CDODataInput in)
           
protected  void BaseCDORevision.readSystemValues(CDODataInput in)
           
 

Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput
RevisionInfo.Available(CDODataInput in, CDOBranchPoint requestedBranchPoint)
           
RevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint)
           
 



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