Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStore.html14
1 files changed, 7 insertions, 7 deletions
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 @@
<HEAD>
<TITLE>
-IStore (CDO API Specification)
+IStore (CDO Model Repository Documentation)
</TITLE>
-<META NAME="date" CONTENT="2011-05-28">
+<META NAME="date" CONTENT="">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
@@ -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)";
}
}
</SCRIPT>
@@ -170,7 +170,7 @@ Interface IStore</H2>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/util/om/monitor/ProgressDistributor.html?is-external=true" title="class or interface in org.eclipse.net4j.util.om.monitor">ProgressDistributor</A></CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/om/monitor/ProgressDistributor.html?is-external=true" title="class or interface in org.eclipse.net4j.util.om.monitor">ProgressDistributor</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/server/IStore.html#getIndicatingCommitDistributor()">getIndicatingCommitDistributor</A></B>()</CODE>
<BR>
@@ -595,7 +595,7 @@ getReader</H3>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - The session that should be used as a context for read access or <code>null</code>. 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
- <A HREF="../../../../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleEventAdapter.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle"><CODE>LifecycleEventAdapter</CODE></A> with it to intercept
+ <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleEventAdapter.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle"><CODE>LifecycleEventAdapter</CODE></A> with it to intercept
cleanup on session close. Note however that the session can be <code>null</code>, for example during
startup of the server while the repositories are initialized but before any user session has been opened.
<DT><B>Returns:</B><DD>a reader that can be used to read from this store in the context of the given session, never
@@ -618,7 +618,7 @@ getWriter</H3>
<DT><B>Parameters:</B><DD><CODE>transaction</CODE> - 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
- <A HREF="../../../../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleEventAdapter.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle"><CODE>LifecycleEventAdapter</CODE></A> with it to intercept
+ <A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/LifecycleEventAdapter.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle"><CODE>LifecycleEventAdapter</CODE></A> with it to intercept
cleanup on view close.
<DT><B>Returns:</B><DD>a writer that can be used to write to this store in the context of the given view, never <code>null</code>.<DT><B>Since:</B></DT>
<DD>2.0</DD>
@@ -630,7 +630,7 @@ getWriter</H3>
<A NAME="getIndicatingCommitDistributor()"><!-- --></A><H3>
getIndicatingCommitDistributor</H3>
<PRE>
-<A HREF="../../../../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/util/om/monitor/ProgressDistributor.html?is-external=true" title="class or interface in org.eclipse.net4j.util.om.monitor">ProgressDistributor</A> <B>getIndicatingCommitDistributor</B>()</PRE>
+<A HREF="../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/om/monitor/ProgressDistributor.html?is-external=true" title="class or interface in org.eclipse.net4j.util.om.monitor">ProgressDistributor</A> <B>getIndicatingCommitDistributor</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>

Back to the top