org.eclipse.emf.cdo.common.revision
Interface CDORevisionCache.EvictionEvent

All Superinterfaces:
CDOBranchVersion, CDOIDAndVersion, CDORevisionKey, IEvent
Enclosing interface:
CDORevisionCache

public static interface CDORevisionCache.EvictionEvent
extends IEvent, CDORevisionKey

An event fired from a revision cache for revisions that are evicted because they are no longer strongly referenced when free memory runs low.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersion
FIRST_VERSION, UNSPECIFIED_VERSION
 
Method Summary
 CDORevision getRevision()
          May be null for certain cache implementations.
 CDORevisionCache getSource()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchVersion
getBranch, getVersion
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDOIDAndVersion
getID, getVersion
 

Method Detail

getSource

CDORevisionCache getSource()
Specified by:
getSource in interface IEvent
Since:
3.0

getRevision

CDORevision getRevision()
May be null for certain cache implementations.

Since:
3.0


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