From f26bc120ad83960198af825373887d6ec6d6f15a Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Tue, 7 Jun 2011 09:58:39 +0000 Subject: javadoc --- .../javadoc/org/eclipse/emf/cdo/server/IStore.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html index 15faacc32d..9721a07c55 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html @@ -4,10 +4,10 @@
ProgressDistributor
ProgressDistributor
getIndicatingCommitDistributor()
session
- The session that should be used as a context for read access or null
. The store implementor
is free to interpret and use the session in a manner suitable for him or ignore it at all. It is meant
only as a hint. Implementor can use it as a key into a cache and/or register a
- LifecycleEventAdapter
with it to intercept
+ LifecycleEventAdapter
with it to intercept
cleanup on session close. Note however that the session can be null
, for example during
startup of the server while the repositories are initialized but before any user session has been opened.
transaction
- The view that must be used as a context for write access. The store implementor is free to interpret and
use the view in a manner suitable for him or ignore it at all. It is meant only as a hint. Implementor can
use it as a key into a cache and/or register a
- LifecycleEventAdapter
with it to intercept
+ LifecycleEventAdapter
with it to intercept
cleanup on view close.
null
.-ProgressDistributor getIndicatingCommitDistributor()+ProgressDistributor getIndicatingCommitDistributor()