Package org.eclipse.emf.cdo.server
Interface ISession
- All Superinterfaces:
CDOCommonSession
,org.eclipse.net4j.util.collection.Closeable
,IAdaptable
,org.eclipse.net4j.util.container.IContainer<IView>
,org.eclipse.net4j.util.event.INotifier
,org.eclipse.net4j.util.options.IOptionsContainer
,org.eclipse.net4j.util.properties.IPropertiesContainer
,org.eclipse.net4j.util.security.IUserAware
- All Known Subinterfaces:
InternalSession
public interface ISession
extends CDOCommonSession, org.eclipse.net4j.util.container.IContainer<IView>
The server-side representation of a client
session
.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession
CDOCommonSession.Options
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.The return value of this method can not be relied upon to be strictly ordered!getView
(int viewID) IView[]
getViews()
boolean
openTransaction
(int viewID, CDOBranchPoint branchPoint) openTransaction
(int viewID, CDOBranchPoint branchPoint, String durableLockingID) openView
(int viewID, CDOBranchPoint branchPoint) openView
(int viewID, CDOBranchPoint branchPoint, String durableLockingID) Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession
authorizeOperations, getBranchManager, getCommitInfoManager, getOpeningTime, getRevisionManager, getSessionID, options
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Methods inherited from interface org.eclipse.net4j.util.properties.IPropertiesContainer
properties
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
-
Method Details
-
getManager
ISessionManager getManager()- Since:
- 3.0
-
getRepository
IRepository getRepository()- Since:
- 4.13
-
getProtocol
ISessionProtocol getProtocol()- Since:
- 3.0
-
getLastUpdateTime
Deprecated.The return value of this method can not be relied upon to be strictly ordered!- Since:
- 4.0
-
isSubscribed
boolean isSubscribed()- Since:
- 2.0
-
getViews
IView[] getViews()- Specified by:
getViews
in interfaceCDOCommonSession
- Since:
- 4.13
-
getView
- Specified by:
getView
in interfaceCDOCommonSession
- Since:
- 4.13
-
openView
- Since:
- 3.0
-
openView
- Since:
- 4.19
-
openTransaction
- Since:
- 3.0
-
openTransaction
- Since:
- 4.19
-