Package org.eclipse.emf.cdo.session
Interface CDOSessionInvalidationEvent
- All Superinterfaces:
CDOBranchPoint
,CDOBranchProvider
,CDOChangeKindProvider
,CDOChangeSetData
,CDOCommitData
,CDOCommitInfo
,CDOSessionEvent
,CDOSessionPermissionsChangedEvent
,CDOTimeProvider
,org.eclipse.net4j.util.event.IEvent
- All Known Subinterfaces:
InternalCDOSessionInvalidationEvent
public interface CDOSessionInvalidationEvent
extends CDOSessionPermissionsChangedEvent, CDOCommitInfo
A
session event
fired when passive updates (commit notifications) are being received from a
remote repository. Passive updates
must be enabled for
this event to be fired.- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- 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.CDOBranchPoint
INVALID_DATE, UNSPECIFIED_DATE
-
Method Summary
Methods inherited from interface org.eclipse.emf.cdo.common.branch.CDOBranchPoint
getBranch, getTimeStamp
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeKindProvider
getChangeKind
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOChangeSetData
copy, forEachRevision, forEachRevisionDelta, getAffectedIDs, getChangedObjects, getChangeKinds, getDetachedObjects, getNewObjects, isEmpty, merge
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitData
getNewPackageUnits
Methods inherited from interface org.eclipse.emf.cdo.common.commit.CDOCommitInfo
getComment, getCommitInfoManager, getMergedCommitInfo, getMergeSource, getPreviousCommitInfo, getPreviousTimeStamp, getUserID, isCommitDataLoaded, isInitialCommit
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionEvent
getSource
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionPermissionsChangedEvent
getOldPermissions
-
Field Details
-
LOCAL_ROLLBACK
static final long LOCAL_ROLLBACK- See Also:
-
-
Method Details
-
getLocalTransaction
CDOTransaction getLocalTransaction()Returns the transaction that was committed and thereby caused this event to be emitted if this transaction is local, ornull
if the transaction was remote.- Since:
- 4.0
-
getView
Deprecated. -
isRemote
boolean isRemote()- Since:
- 3.0
-
getLocalTransaction()
.