Uses of Interface
org.eclipse.emf.cdo.common.CDOCommonSession
Package
Description
Common concepts that are differently extended in clients and servers.
Common concepts for dealing with protocols and CDO-specific I/O.
Client concepts for dealing with Net4j-based sessions to remote repositories.
Server concepts for dealing with repositories and stores.
Client concepts for dealing with sessions to CDO repositories.
Common base implementations for dealing with I/O of CDO data structures.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonSession in org.eclipse.emf.cdo.common
Modifier and TypeMethodDescriptionCDOCommonSession.Options.getContainer()
Returns thesession
of this options object.CDOCommonView.getSession()
-
Uses of CDOCommonSession in org.eclipse.emf.cdo.common.protocol
Modifier and TypeMethodDescriptionCDOProtocol.CommitNotificationInfo.getSender()
CDODataInput.getSession()
CDODataOutput.getSession()
CDOProtocol.getSession()
Modifier and TypeMethodDescriptionvoid
CDOProtocol.CommitNotificationInfo.setSender
(CDOCommonSession sender) -
Uses of CDOCommonSession in org.eclipse.emf.cdo.net4j
Modifier and TypeInterfaceDescriptioninterface
A Net4j-specific CDOsession
.interface
Deprecated. -
Uses of CDOCommonSession in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptioninterface
The server-side representation of a clientsession
.Modifier and TypeMethodDescriptionvoid
ILockingManager.DurableViewHandler.openingView
(CDOCommonSession session, int viewID, boolean readOnly, IDurableLockingManager.LockArea area) A call-back method primarily intended to allow implementers to prevent the view from being opened by throwing an exception. -
Uses of CDOCommonSession in org.eclipse.emf.cdo.session
Modifier and TypeInterfaceDescriptioninterface
Represents and controls the connection to a model repository in addition to the inheritedview
management functions. -
Uses of CDOCommonSession in org.eclipse.emf.cdo.spi.common.protocol
-
Uses of CDOCommonSession in org.eclipse.emf.cdo.spi.server
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommonSession in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...
CDONet4jSession
.