Uses of Interface
org.eclipse.emf.cdo.common.util.CDOTimeProvider
Package
Description
Client side of the protocol to administer CDO repositories remotely.
Common concepts that are differently extended in clients and servers.
Common concepts for the protocol to administer CDO repositories remotely.
Common concepts for dealing with branches.
Common concepts for dealing with commits and change sets.
Common concepts for dealing with durable locks and views.
Common concepts for dealing with models and types.
Common concepts for dealing with revisions and revision lists.
Common utility classes, some common interfaces and exceptions.
Interfaces for working with
checkouts
.Interfaces for working with
repositories
.Server concepts for dealing with repositories and stores.
Client concepts for dealing with sessions to CDO repositories.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Common service provider interfaces and useful base implementations for dealing with object locks.
Common service provider interfaces and useful base implementations for dealing with models and types
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
Client service provider interfaces and useful base implementations.
-
Uses of CDOTimeProvider in org.eclipse.emf.cdo.admin
Modifier and TypeInterfaceDescriptioninterface
A client-sideadministrative interface
to a remote repository. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common
Modifier and TypeInterfaceDescriptioninterface
Abstracts the information about CDO repositories that is common to both client and server side.interface
Abstracts the information about CDO transactions that is common to both client and server side.interface
Abstracts the information about CDO views that is common to both client and server side. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.admin
Modifier and TypeInterfaceDescriptioninterface
An administrative interface to a remoterepository
. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.branch
Modifier and TypeInterfaceDescriptioninterface
Represents a stream of changes that is isolated from other streams of changes.interface
Apoint in time
in a particularbranch
.interface
A persistent, namedbranch point
. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.commit
Modifier and TypeInterfaceDescriptionstatic interface
A virtualhistory
element that can be returned fromIContainer.getElements()
ifCDOCommitHistory.isAppendingTriggerLoadElement()
istrue
to indicate that the history is notfully
loaded, yet.interface
Commit data
in the context of acommit info manager
with additional commit informations. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.lock
Modifier and TypeInterfaceDescriptioninterface
Represents a change in the lock state of a set of objects.static interface
Encapsulates the persistable information about a single durable CDO view likebranch point
and acquired locks. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.model
Modifier and TypeInterfaceDescriptioninterface
Represents a tree structure of nestedpackages
that are registered with apackage registry
and that can only be serialized as a whole. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.revision
Modifier and TypeInterfaceDescriptioninterface
An entity that has a defined lifetime (creation plus revision) and a version in abranch
.interface
-
Uses of CDOTimeProvider in org.eclipse.emf.cdo.common.util
Modifier and TypeFieldDescriptionstatic final Comparator<CDOTimeProvider>
CDOCommonUtil.TIME_COMPARATOR
-
Uses of CDOTimeProvider in org.eclipse.emf.cdo.explorer.checkouts
-
Uses of CDOTimeProvider in org.eclipse.emf.cdo.explorer.repositories
Modifier and TypeInterfaceDescriptioninterface
An element of a CDO repository. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.server
Modifier and TypeInterfaceDescriptioninterface
Represents the execution state of aquery
in the server towards aquery handler
.interface
A CDO repository.static interface
Represents the query execution state of aresources query
.static interface
Represents the query execution state of aresources query
that is supposed to deliver one exact resource, ornull
.static interface
Represents the query execution state of aXRefs query
.interface
A repository with the ability tosynchronize
its content with another repository.interface
The server-side representation of a clienttransaction
.interface
The server-side representation of a clientview
. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.session
Modifier and TypeInterfaceDescriptioninterface
Describes a model repository asession
is connected to.interface
Asession event
fired when passive updates (commit notifications) are being received from a remote repository.interface
Asession event
fired when lock-change notifications are received from a remote repository. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.branch
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionvoid
InternalCDOBranchManager.setTimeProvider
(CDOTimeProvider timeProvider) Deprecated. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.commit
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.lock
-
Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.model
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.spi.common.revision
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
class
If the meaning of this type isn't clear, there really should be more of a description here...class
A synthetic revision that represents the initial period of an object in abranch
when the object is still associated with a revision from one of the baseline branches. -
Uses of CDOTimeProvider 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...interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
Deprecated.Modifier and TypeMethodDescriptionvoid
InternalRepository.setTimeProvider
(CDOTimeProvider timeProvider) -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptioninterface
A read-write view to the current (i.e.Modifier and TypeClassDescriptionclass
Atransaction
that persists changes to the object graph locally on commit and can later load these changes and push them to therepository
. -
Uses of CDOTimeProvider in org.eclipse.emf.cdo.view
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Aview event
fired when passive updates (commit notifications) are being received from a remote repository.interface
Aview event
fired whenlock changes
are being received from a remote repository. -
Uses of CDOTimeProvider in org.eclipse.emf.spi.cdo
Modifier and TypeInterfaceDescriptioninterface
interface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionstatic final class
If the meaning of this type isn't clear, there really should be more of a description here...static final class
If the meaning of this type isn't clear, there really should be more of a description here...
InternalCDOBranchManager.setRepository(CDOCommonRepository)