org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.RefreshSessionResult

java.lang.Object
  extended by org.eclipse.emf.spi.cdo.CDOSessionProtocol.RefreshSessionResult
Enclosing interface:
CDOSessionProtocol

public static final class CDOSessionProtocol.RefreshSessionResult
extends Object

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
3.0

Constructor Summary
CDOSessionProtocol.RefreshSessionResult(long lastUpdateTime)
           
 
Method Summary
 void addChangedObject(InternalCDORevision revision)
           
 void addDetachedObject(CDORevisionKey revision)
           
 void addPackageUnit(CDOPackageUnit packageUnit)
           
 List<InternalCDORevision> getChangedObjects(CDOBranch branch)
           
 List<CDOIDAndVersion> getDetachedObjects(CDOBranch branch)
           
 long getLastUpdateTime()
           
 List<CDOPackageUnit> getPackageUnits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDOSessionProtocol.RefreshSessionResult

public CDOSessionProtocol.RefreshSessionResult(long lastUpdateTime)
Method Detail

getLastUpdateTime

public long getLastUpdateTime()

getPackageUnits

public List<CDOPackageUnit> getPackageUnits()

getChangedObjects

public List<InternalCDORevision> getChangedObjects(CDOBranch branch)

getDetachedObjects

public List<CDOIDAndVersion> getDetachedObjects(CDOBranch branch)

addPackageUnit

public void addPackageUnit(CDOPackageUnit packageUnit)

addChangedObject

public void addChangedObject(InternalCDORevision revision)

addDetachedObject

public void addDetachedObject(CDORevisionKey revision)


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