Package org.eclipse.emf.cdo.session
Interface CDOSessionInvalidationEvent
- 
- All Superinterfaces:
- CDOBranchPoint,- CDOBranchProvider,- CDOChangeKindProvider,- CDOChangeSetData,- CDOCommitData,- CDOCommitInfo,- CDOSessionEvent,- CDOTimeProvider,- org.eclipse.net4j.util.event.IEvent
 - All Known Subinterfaces:
- InternalCDOSessionInvalidationEvent
 
 public interface CDOSessionInvalidationEvent extends CDOSessionEvent, CDOCommitInfo Asession eventfired when passive updates (commit notifications) are being received from a remote repository.Passive updatesmust be enabled for this event to be fired.- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- CDOInvalidationNotification,- CDOAdapterPolicy
- 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 SummaryFields Modifier and Type Field Description static longLOCAL_ROLLBACK- 
Fields inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointINVALID_DATE, UNSPECIFIED_DATE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CDOTransactiongetLocalTransaction()Returns the transaction that was committed and thereby caused this event to be emitted if this transaction is local, ornullif the transaction was remote.java.util.Map<CDORevision,CDOPermission>getOldPermissions()CDOViewgetView()Deprecated.booleanisRemote()- 
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPointgetBranch, getTimeStamp
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvidergetChangeKind
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetDatacopy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitDatagetNewPackageUnits
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfogetComment, getCommitInfoManager, getMergedCommitInfo, getMergeSource, getPreviousCommitInfo, getPreviousTimeStamp, getUserID, isCommitDataLoaded, isInitialCommit
 - 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionEventgetSource
 
- 
 
- 
- 
- 
Field Detail- 
LOCAL_ROLLBACKstatic final long LOCAL_ROLLBACK - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getLocalTransactionCDOTransaction getLocalTransaction() Returns the transaction that was committed and thereby caused this event to be emitted if this transaction is local, ornullif the transaction was remote.- Since:
- 4.0
 
 - 
getView@Deprecated CDOView getView() Deprecated.
 - 
isRemoteboolean isRemote() - Since:
- 3.0
 
 - 
getOldPermissionsjava.util.Map<CDORevision,CDOPermission> getOldPermissions() - Since:
- 4.3
 
 
- 
 
-