Class RevisionInfo.Available
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
org.eclipse.emf.cdo.spi.common.revision.RevisionInfo.Available
- Direct Known Subclasses:
RevisionInfo.Available.Detached
,RevisionInfo.Available.Normal
,RevisionInfo.Available.Pointer
- Enclosing class:
- RevisionInfo
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
- No Extend
- This class is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...Nested classes/interfaces inherited from class org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
RevisionInfo.Available, RevisionInfo.Missing, RevisionInfo.Type
-
Constructor Summary
ModifierConstructorDescriptionprotected
Available
(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) protected
Available
(CDODataInput in, CDOBranchPoint requestedBranchPoint) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isDirect()
boolean
protected void
void
write
(CDODataOutput out) protected void
writeRevision
(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) Methods inherited from class org.eclipse.emf.cdo.spi.common.revision.RevisionInfo
doReadResult, doWriteResult, execute, getID, getRequestedBranchPoint, getResult, getSynthetic, getType, processResult, read, readResult, readResult, setResult, setSynthetic, toLongString, toString, writeResult, writeResult, writeResult, writeResult, writeResult, writeRevision
-
Constructor Details
-
Available
protected Available(CDOID id, CDOBranchPoint requestedBranchPoint, CDOBranchVersion availableBranchVersion) -
Available
- Throws:
IOException
-
-
Method Details
-
getAvailableBranchVersion
-
isDirect
public boolean isDirect() -
isLoadNeeded
public boolean isLoadNeeded()- Specified by:
isLoadNeeded
in classRevisionInfo
-
write
- Overrides:
write
in classRevisionInfo
- Throws:
IOException
-
writeRevision
protected void writeRevision(CDODataOutput out, int referenceChunk, CDOBranchPoint securityContext) throws IOException - Overrides:
writeRevision
in classRevisionInfo
- Throws:
IOException
-
readRevision
- Overrides:
readRevision
in classRevisionInfo
- Throws:
IOException
-