Package org.eclipse.emf.cdo.spi.common
Interface CDORawReplicationContext
- All Superinterfaces:
CDOReplicationInfo
- All Known Subinterfaces:
InternalFailoverParticipant
,InternalSynchronizableRepository
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replicateRaw
(CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Methods inherited from interface org.eclipse.emf.cdo.spi.common.CDOReplicationInfo
getLastReplicatedBranchID, getLastReplicatedCommitTime, getLockAreaIDs
-
Method Details
-
replicateRaw
void replicateRaw(CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) throws IOException - Throws:
IOException
- Since:
- 4.0
-