Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.RefreshSessionResult
java.lang.Object
org.eclipse.emf.spi.cdo.CDOSessionProtocol.RefreshSessionResult
- Enclosing interface:
- CDOSessionProtocol
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
If the meaning of this type isn't clear, there really should be more of a description here... -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChangedObject
(InternalCDORevision revision) void
addDetachedObject
(CDORevisionKey revision) void
addPackageUnit
(CDOPackageUnit packageUnit) getChangedObjects
(CDOBranch branch) getDetachedObjects
(CDOBranch branch) long
-
Constructor Details
-
RefreshSessionResult
public RefreshSessionResult(long lastUpdateTime)
-
-
Method Details
-
getLastUpdateTime
public long getLastUpdateTime() -
getPackageUnits
-
getChangedObjects
-
getDetachedObjects
-
addPackageUnit
-
addChangedObject
-
addDetachedObject
-