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 @@ -IStore (CDO API Specification) +IStore (CDO Model Repository Documentation) - + @@ -15,7 +15,7 @@ IStore (CDO API Specification) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="IStore (CDO API Specification)"; + parent.document.title="IStore (CDO Model Repository Documentation)"; } } @@ -170,7 +170,7 @@ Interface IStore - ProgressDistributor + ProgressDistributor getIndicatingCommitDistributor()
@@ -595,7 +595,7 @@ getReader
Parameters:
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.
Returns:
a reader that can be used to read from this store in the context of the given session, never @@ -618,7 +618,7 @@ getWriter
Parameters:
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.
Returns:
a writer that can be used to write to this store in the context of the given view, never null.
Since:
2.0
@@ -630,7 +630,7 @@ getWriter

getIndicatingCommitDistributor

-ProgressDistributor getIndicatingCommitDistributor()
+ProgressDistributor getIndicatingCommitDistributor()
Since:
-- cgit v1.2.1