public interface InternalSession extends ISession, CDOIDProvider, CDOPermissionProvider, CDOCommonSession.Options
CDOCommonSession.Options
IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
CDOPermissionProvider.Constant
CDOCommonSession.Options.LockNotificationMode, CDOCommonSession.Options.LockNotificationModeEvent, CDOCommonSession.Options.PassiveUpdateEvent, CDOCommonSession.Options.PassiveUpdateMode
Modifier and Type | Field and Description |
---|---|
static int |
TEMP_VIEW_ID |
NOOP
NONE, READ, WRITE
getLastUpdateTime, getProtocol, isSubscribed
getSessionID, options
getAdapter
getUserID
properties
getElements, isEmpty
provideCDOID
getPermission
getContainer, getLockNotificationMode, getPassiveUpdateMode, isPassiveUpdateEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode
addListener, getListeners, hasListeners, removeListener
static final int TEMP_VIEW_ID
InternalSessionManager getManager()
getManager
in interface ISession
void setUserID(java.lang.String userID)
long getFirstUpdateTime()
void setFirstUpdateTime(long firstUpdateTime)
boolean isOpenOnClientSide()
void setOpenOnClientSide()
InternalView[] getViews()
getViews
in interface CDOCommonSession
InternalView getView(int viewID)
getView
in interface CDOCommonSession
InternalView openView(int viewID, CDOBranchPoint branchPoint)
InternalTransaction openTransaction(int viewID, CDOBranchPoint branchPoint)
openTransaction
in interface ISession
void viewClosed(InternalView view)
void setSubscribed(boolean subscribed)
void collectContainedRevisions(InternalCDORevision revision, CDOBranchPoint branchPoint, int referenceChunk, java.util.Set<CDOID> revisions, java.util.List<CDORevision> additionalRevisions)
void sendRepositoryTypeNotification(CDOCommonRepository.Type oldType, CDOCommonRepository.Type newType) throws java.lang.Exception
java.lang.Exception
@Deprecated void sendRepositoryStateNotification(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) throws java.lang.Exception
sendRepositoryStateNotification(org.eclipse.emf.cdo.common.CDOCommonRepository.State, org.eclipse.emf.cdo.common.CDOCommonRepository.State, CDOID)
insteadjava.lang.Exception
void sendRepositoryStateNotification(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) throws java.lang.Exception
java.lang.Exception
@Deprecated void sendBranchNotification(InternalCDOBranch branch) throws java.lang.Exception
#sendBranchNotification(InternalCDOBranch, ChangeKind)
.java.lang.Exception
void sendBranchNotification(InternalCDOBranch branch, CDOBranchChangedEvent.ChangeKind changeKind) throws java.lang.Exception
java.lang.Exception
@Deprecated void sendCommitNotification(CDOCommitInfo commitInfo) throws java.lang.Exception
sendCommitNotification(CDOCommitInfo, boolean)
.java.lang.Exception
@Deprecated void sendCommitNotification(CDOCommitInfo commitInfo, boolean clearResourcePathCache) throws java.lang.Exception
#sendCommitNotification(CommitNotificationInfo)
.java.lang.Exception
void sendCommitNotification(CDOProtocol.CommitNotificationInfo info) throws java.lang.Exception
java.lang.Exception
void sendRemoteSessionNotification(InternalSession sender, byte opcode) throws java.lang.Exception
java.lang.Exception
void sendRemoteMessageNotification(InternalSession sender, CDORemoteSessionMessage message) throws java.lang.Exception
java.lang.Exception
void sendLockNotification(CDOLockChangeInfo lockChangeInfo) throws java.lang.Exception
java.lang.Exception
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html