You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/02 22:37:11 UTC

svn commit: r1345569 [14/36] - in /incubator/lcf/site/publish: ./ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresco/ release/tru...

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDBInterface.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDBInterface.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDBInterface.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDBInterface.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IDBInterface
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,14 +99,14 @@ Interface IDBInterface</H2>
 </PRE>
 
 <P>
-The purpose of this interface is to provide abstracted database table modification primitives,
- as well as general access primitives.  It is expected that the generalized database layer will
- provide the underlying services.  This layer should provide services roughly equivalent to
- the former DBInterface bean, but be callable in a pure Java fashion.
- It is furthermore intended that all abstraction database requests go through this layer.  It
- will therefore, over time, provide grander and grander levels of database query abstraction.
-
- Also note that the database parameters will be passed to the factory for this class, not
+The purpose of this interface is to provide abstracted database table modification primitives,
+ as well as general access primitives.  It is expected that the generalized database layer will
+ provide the underlying services.  This layer should provide services roughly equivalent to
+ the former DBInterface bean, but be callable in a pure Java fashion.
+ It is furthermore intended that all abstraction database requests go through this layer.  It
+ will therefore, over time, provide grander and grander levels of database query abstraction.
+
+ Also note that the database parameters will be passed to the factory for this class, not
  to the individual methods.
 <P>
 
@@ -310,7 +310,7 @@ The purpose of this interface is to prov
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IDBInterface.html#endTransaction()">endTransaction</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End a database transaction, either performing a commit or a rollback or nothing (depending on whether
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End a database transaction, either performing a commit or a rollback or nothing (depending on whether
  signalRollback() was called within the transaction or performCommit() or none of the above).</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -352,7 +352,7 @@ The purpose of this interface is to prov
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IDBInterface.html#getMaxInClause()">getMaxInClause</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the maximum number of individual items that should be
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the maximum number of individual items that should be
  present in an IN clause.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -361,7 +361,7 @@ The purpose of this interface is to prov
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IDBInterface.html#getMaxOrClause()">getMaxOrClause</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the maximum number of individual clauses that should be
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the maximum number of individual clauses that should be
  present in a sequence of OR clauses.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -659,7 +659,7 @@ openDatabase</H3>
 void <B>openDatabase</B>()
                   throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Initialize.  This method is called once per JVM instance, in order to set up
+<DD>Initialize.  This method is called once per JVM instance, in order to set up
  database communication.
 <P>
 <DD><DL>
@@ -676,7 +676,7 @@ closeDatabase</H3>
 void <B>closeDatabase</B>()
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Uninitialize.  This method is called during JVM shutdown, in order to close
+<DD>Uninitialize.  This method is called during JVM shutdown, in order to close
  all database communication.
 <P>
 <DD><DL>
@@ -740,7 +740,7 @@ void <B>performInsert</B>(java.lang.Stri
 <DD>Perform an insert operation.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table.<DD><CODE>invalidateKeys</CODE> - are the cache keys that should be
+<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table.<DD><CODE>invalidateKeys</CODE> - are the cache keys that should be
  invalidated.<DD><CODE>parameterMap</CODE> - is the map of column name/values to write.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -798,8 +798,8 @@ void <B>performCreate</B>(java.lang.Stri
 <DD>Perform a table creation operation.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to create.<DD><CODE>columnMap</CODE> - is the map describing the columns and types.  NOTE that these are abstract
- types, which will be mapped to the proper types for the actual database inside this
+<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to create.<DD><CODE>columnMap</CODE> - is the map describing the columns and types.  NOTE that these are abstract
+ types, which will be mapped to the proper types for the actual database inside this
  layer.  The types are ColumnDefinition objects.<DD><CODE>invalidateKeys</CODE> - are the cache keys that should be invalidated, if any.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -820,9 +820,9 @@ void <B>performAlter</B>(java.lang.Strin
 <DD>Perform a table alter operation.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to alter.<DD><CODE>columnMap</CODE> - is the map describing the columns and types to add.  These
- are in the same form as for performCreate.<DD><CODE>columnModifyMap</CODE> - is the map describing the columns to be changed.  The key is the
- existing column name, and the value is the new type of the column.  Data will be copied from
+<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to alter.<DD><CODE>columnMap</CODE> - is the map describing the columns and types to add.  These
+ are in the same form as for performCreate.<DD><CODE>columnModifyMap</CODE> - is the map describing the columns to be changed.  The key is the
+ existing column name, and the value is the new type of the column.  Data will be copied from
  the old column to the new.<DD><CODE>columnDeleteList</CODE> - is the list of column names to delete.<DD><CODE>invalidateKeys</CODE> - are the cache keys that should be invalidated, if any.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -841,7 +841,7 @@ void <B>addTableIndex</B>(java.lang.Stri
 <DD>Add an index to a table.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to add the index for.<DD><CODE>unique</CODE> - is a boolean that if true describes a unique index.<DD><CODE>columnList</CODE> - is the list of columns that need to be included
+<DT><B>Parameters:</B><DD><CODE>tableName</CODE> - is the name of the table to add the index for.<DD><CODE>unique</CODE> - is a boolean that if true describes a unique index.<DD><CODE>columnList</CODE> - is the list of columns that need to be included
  in the index, in order.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -1055,7 +1055,7 @@ performQuery</H3>
 <DD>Perform a general "data fetch" query.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
+<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
  or null if no LRU behavior desired.
 <DT><B>Returns:</B><DD>a resultset.
 <DT><B>Throws:</B>
@@ -1078,7 +1078,7 @@ performQuery</H3>
 <DD>Perform a general "data fetch" query.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
+<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
  or null if no LRU behavior desired.<DD><CODE>maxResults</CODE> - is the maximum number of results returned (-1 for all).<DD><CODE>returnLimit</CODE> - is a description of how to limit the return result, or null if no limit.
 <DT><B>Returns:</B><DD>a resultset.
 <DT><B>Throws:</B>
@@ -1102,7 +1102,7 @@ performQuery</H3>
 <DD>Perform a general "data fetch" query.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
+<DT><B>Parameters:</B><DD><CODE>query</CODE> - is the query string.<DD><CODE>params</CODE> - are the parameterized values, if needed.<DD><CODE>cacheKeys</CODE> - are the cache keys, if needed (null if no cache desired).<DD><CODE>queryClass</CODE> - is the LRU class name against which this query would be cached,
  or null if no LRU behavior desired.<DD><CODE>maxResults</CODE> - is the maximum number of results returned (-1 for all).<DD><CODE>resultSpec</CODE> - is a result specification, or null for the standard treatment.<DD><CODE>returnLimit</CODE> - is a description of how to limit the return result, or null if no limit.
 <DT><B>Returns:</B><DD>a resultset.
 <DT><B>Throws:</B>
@@ -1116,8 +1116,8 @@ constructDoubleCastClause</H3>
 <PRE>
 java.lang.String <B>constructDoubleCastClause</B>(java.lang.String&nbsp;value)</PRE>
 <DL>
-<DD>Construct a cast to a double value.
- On most databases this cast needs to be explicit, but on some it is implicit (and cannot be in fact
+<DD>Construct a cast to a double value.
+ On most databases this cast needs to be explicit, but on some it is implicit (and cannot be in fact
  specified).
 <P>
 <DD><DL>
@@ -1132,8 +1132,8 @@ constructCountClause</H3>
 <PRE>
 java.lang.String <B>constructCountClause</B>(java.lang.String&nbsp;column)</PRE>
 <DL>
-<DD>Construct a count clause.
- On most databases this will be COUNT(col), but on some the count needs to be cast to a BIGINT, so
+<DD>Construct a count clause.
+ On most databases this will be COUNT(col), but on some the count needs to be cast to a BIGINT, so
  CAST(COUNT(col) AS BIGINT) will be emitted instead.
 <P>
 <DD><DL>
@@ -1150,7 +1150,7 @@ java.lang.String <B>constructRegexpClaus
                                        java.lang.String&nbsp;regularExpression,
                                        boolean&nbsp;caseInsensitive)</PRE>
 <DL>
-<DD>Construct a regular-expression match clause.
+<DD>Construct a regular-expression match clause.
  This method builds a regular-expression match expression.
 <P>
 <DD><DL>
@@ -1167,8 +1167,8 @@ java.lang.String <B>constructSubstringCl
                                           java.lang.String&nbsp;regularExpression,
                                           boolean&nbsp;caseInsensitive)</PRE>
 <DL>
-<DD>Construct a regular-expression substring clause.
- This method builds an expression that extracts a specified string section from a field, based on
+<DD>Construct a regular-expression substring clause.
+ This method builds an expression that extracts a specified string section from a field, based on
  a regular expression.
 <P>
 <DD><DL>
@@ -1185,7 +1185,7 @@ java.lang.String <B>constructOffsetLimit
                                             int&nbsp;limit,
                                             boolean&nbsp;afterOrderBy)</PRE>
 <DL>
-<DD>Construct an offset/limit clause.
+<DD>Construct an offset/limit clause.
  This method constructs an offset/limit clause in the proper manner for the database in question.
 <P>
 <DD><DL>
@@ -1201,7 +1201,7 @@ constructOffsetLimitClause</H3>
 java.lang.String <B>constructOffsetLimitClause</B>(int&nbsp;offset,
                                             int&nbsp;limit)</PRE>
 <DL>
-<DD>Construct an offset/limit clause.
+<DD>Construct an offset/limit clause.
  This method constructs an offset/limit clause in the proper manner for the database in question.
 <P>
 <DD><DL>
@@ -1222,13 +1222,13 @@ java.lang.String <B>constructDistinctOnC
                                            boolean[]&nbsp;orderFieldsAscending,
                                            java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;otherFields)</PRE>
 <DL>
-<DD>Construct a 'distinct on (x)' filter.
- This filter wraps a query and returns a new query whose results are similar to POSTGRESQL's DISTINCT-ON feature.
- Specifically, for each combination of the specified distinct fields in the result, only the first such row is included in the final
+<DD>Construct a 'distinct on (x)' filter.
+ This filter wraps a query and returns a new query whose results are similar to POSTGRESQL's DISTINCT-ON feature.
+ Specifically, for each combination of the specified distinct fields in the result, only the first such row is included in the final
  result.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>outputParameters</CODE> - is a blank list into which to put parameters.  Null may be used if the baseParameters parameter is null.<DD><CODE>baseQuery</CODE> - is the base query, which is another SELECT statement, without parens,
+<DT><B>Parameters:</B><DD><CODE>outputParameters</CODE> - is a blank list into which to put parameters.  Null may be used if the baseParameters parameter is null.<DD><CODE>baseQuery</CODE> - is the base query, which is another SELECT statement, without parens,
  e.g. "SELECT ..."<DD><CODE>baseParameters</CODE> - are the parameters corresponding to the baseQuery.<DD><CODE>distinctFields</CODE> - are the fields to consider to be distinct.  These should all be keys in otherFields below.<DD><CODE>orderFields</CODE> - are the otherfield keys that determine the ordering.<DD><CODE>orderFieldsAscending</CODE> - are true for orderFields that are ordered as ASC, false for DESC.<DD><CODE>otherFields</CODE> - are the rest of the fields to return, keyed by the AS name, value being the base query column value, e.g. "value AS key"
 <DT><B>Returns:</B><DD>a revised query that performs the necessary DISTINCT ON operation.  The list outputParameters will also be appropriately filled in.</DL>
 </DD>
@@ -1263,8 +1263,8 @@ getMaxInClause</H3>
 <PRE>
 int <B>getMaxInClause</B>()</PRE>
 <DL>
-<DD>Obtain the maximum number of individual items that should be
- present in an IN clause.  Exceeding this amount will potentially cause the query performance
+<DD>Obtain the maximum number of individual items that should be
+ present in an IN clause.  Exceeding this amount will potentially cause the query performance
  to drop.
 <P>
 <DD><DL>
@@ -1279,8 +1279,8 @@ getMaxOrClause</H3>
 <PRE>
 int <B>getMaxOrClause</B>()</PRE>
 <DL>
-<DD>Obtain the maximum number of individual clauses that should be
- present in a sequence of OR clauses.  Exceeding this amount will potentially cause the query performance
+<DD>Obtain the maximum number of individual clauses that should be
+ present in a sequence of OR clauses.  Exceeding this amount will potentially cause the query performance
  to drop.
 <P>
 <DD><DL>
@@ -1295,7 +1295,7 @@ getWindowedReportMaxRows</H3>
 <PRE>
 int <B>getWindowedReportMaxRows</B>()</PRE>
 <DL>
-<DD>For windowed report queries, e.g. maxActivity or maxBandwidth, obtain the maximum number of rows
+<DD>For windowed report queries, e.g. maxActivity or maxBandwidth, obtain the maximum number of rows
  that can reasonably be expected to complete in an acceptable time.
 <P>
 <DD><DL>
@@ -1311,14 +1311,14 @@ beginTransaction</H3>
 void <B>beginTransaction</B>()
                       throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Begin a database transaction.  This method call MUST be paired with an endTransaction() call,
- or database handles will be lost.  If the transaction should be rolled back, then signalRollback() should
- be called before the transaction is ended.
- It is strongly recommended that the code that uses transactions be structured so that a try block
- starts immediately after this method call.  The body of the try block will contain all direct or indirect
- calls to executeQuery().  After this should be a catch for every exception type, including Error, which should call the
- signalRollback() method, and rethrow the exception.  Then, after that a finally{} block which calls endTransaction().
- (The kind of transaction started by this method is the current default transaction type, which is "read committed"
+<DD>Begin a database transaction.  This method call MUST be paired with an endTransaction() call,
+ or database handles will be lost.  If the transaction should be rolled back, then signalRollback() should
+ be called before the transaction is ended.
+ It is strongly recommended that the code that uses transactions be structured so that a try block
+ starts immediately after this method call.  The body of the try block will contain all direct or indirect
+ calls to executeQuery().  After this should be a catch for every exception type, including Error, which should call the
+ signalRollback() method, and rethrow the exception.  Then, after that a finally{} block which calls endTransaction().
+ (The kind of transaction started by this method is the current default transaction type, which is "read committed"
  if not otherwise determined).
 <P>
 <DD><DL>
@@ -1335,12 +1335,12 @@ beginTransaction</H3>
 void <B>beginTransaction</B>(int&nbsp;transactionType)
                       throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Begin a database transaction.  This method call MUST be paired with an endTransaction() call,
- or database handles will be lost.  If the transaction should be rolled back, then signalRollback() should
- be called before the transaction is ended.
- It is strongly recommended that the code that uses transactions be structured so that a try block
- starts immediately after this method call.  The body of the try block will contain all direct or indirect
- calls to executeQuery().  After this should be a catch for every exception type, including Error, which should call the
+<DD>Begin a database transaction.  This method call MUST be paired with an endTransaction() call,
+ or database handles will be lost.  If the transaction should be rolled back, then signalRollback() should
+ be called before the transaction is ended.
+ It is strongly recommended that the code that uses transactions be structured so that a try block
+ starts immediately after this method call.  The body of the try block will contain all direct or indirect
+ calls to executeQuery().  After this should be a catch for every exception type, including Error, which should call the
  signalRollback() method, and rethrow the exception.  Then, after that a finally{} block which calls endTransaction().
 <P>
 <DD><DL>
@@ -1357,9 +1357,9 @@ performCommit</H3>
 void <B>performCommit</B>()
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Perform the transaction commit.
- Calling this method does not relieve the coder of the responsibility of calling endTransaction(),
- as listed below.  The purpose of a separate commit operation is to allow handling of situations where the
+<DD>Perform the transaction commit.
+ Calling this method does not relieve the coder of the responsibility of calling endTransaction(),
+ as listed below.  The purpose of a separate commit operation is to allow handling of situations where the
  commit generates a TRANSACTION_ABORT signal.
 <P>
 <DD><DL>
@@ -1389,7 +1389,7 @@ endTransaction</H3>
 void <B>endTransaction</B>()
                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>End a database transaction, either performing a commit or a rollback or nothing (depending on whether
+<DD>End a database transaction, either performing a commit or a rollback or nothing (depending on whether
  signalRollback() was called within the transaction or performCommit() or none of the above).
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDFactory.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDFactory.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDFactory.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IDFactory.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IDFactory
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -100,7 +100,7 @@ java.lang.Object
 </PRE>
 
 <P>
-The purpose of this class is to create global unique identifiers.  For performance, every JVM has a local pool of identifiers as well
+The purpose of this class is to create global unique identifiers.  For performance, every JVM has a local pool of identifiers as well
  as there being a global system of identifier creation, which is also resilient against entire system restarts.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHTTPOutput.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IHTTPOutput
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,7 +99,7 @@ Interface IHTTPOutput</H2>
 </PRE>
 
 <P>
-This interface abstracts from the output character stream used to construct
+This interface abstracts from the output character stream used to construct
  HTML output for a web interface.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHierarchyParent.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHierarchyParent.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHierarchyParent.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IHierarchyParent.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IHierarchyParent
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,7 +99,7 @@ Interface IHierarchyParent</H2>
 </PRE>
 
 <P>
-This interface describes the methods for support configuration parent/child
+This interface describes the methods for support configuration parent/child
  relationships.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IKeystoreManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IKeystoreManager.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IKeystoreManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IKeystoreManager.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IKeystoreManager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,8 +99,8 @@ Interface IKeystoreManager</H2>
 </PRE>
 
 <P>
-This interface describes a class that manages keys and certificates in a secure manner.
- It's built on top of the JDK 1.4+ JSSE integration, and provides all the necessary logic
+This interface describes a class that manages keys and certificates in a secure manner.
+ It's built on top of the JDK 1.4+ JSSE integration, and provides all the necessary logic
  to work well within the ManifoldCF java environment.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILimitChecker.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILimitChecker.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILimitChecker.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILimitChecker.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 ILimitChecker
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,13 +99,13 @@ Interface ILimitChecker</H2>
 </PRE>
 
 <P>
-This interface describes a canonical limit checker for a query.  It will be used to limit the
- size of returned resultset by filtering entries at the time they are read from the jdbc driver.
-
- Since the logic of the implementing class is probably complex, it is not reasonable to expect
- classes that implement this interface to be uniquely describable to the point that hashCode()
- and equals() will work.  However, support is provided via this interface in the chance that
- such methods can be written.  (The definition of "sameness" is that two instances of this interface
+This interface describes a canonical limit checker for a query.  It will be used to limit the
+ size of returned resultset by filtering entries at the time they are read from the jdbc driver.
+
+ Since the logic of the implementing class is probably complex, it is not reasonable to expect
+ classes that implement this interface to be uniquely describable to the point that hashCode()
+ and equals() will work.  However, support is provided via this interface in the chance that
+ such methods can be written.  (The definition of "sameness" is that two instances of this interface
  would always return the same answers given the same inputs.)
 <P>
 
@@ -161,7 +161,7 @@ This interface describes a canonical lim
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILimitChecker.html#doesCompareWork()">doesCompareWork</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See if this class can be legitimately compared against another of
  the same type.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -226,7 +226,7 @@ doesCompareWork</H3>
 <PRE>
 boolean <B>doesCompareWork</B>()</PRE>
 <DL>
-<DD>See if this class can be legitimately compared against another of
+<DD>See if this class can be legitimately compared against another of
  the same type.
 <P>
 <DD><DL>
@@ -255,7 +255,7 @@ hashCode</H3>
 <PRE>
 int <B>hashCode</B>()</PRE>
 <DL>
-<DD>Find the hashcode for this class.  This will only ever be used if
+<DD>Find the hashcode for this class.  This will only ever be used if
  doesCompareWork() returns true.
 <P>
 <DD><DL>
@@ -273,7 +273,7 @@ equals</H3>
 <PRE>
 boolean <B>equals</B>(java.lang.Object&nbsp;object)</PRE>
 <DL>
-<DD>Compare two objects and see if equal.  This will only ever be used
+<DD>Compare two objects and see if equal.  This will only ever be used
  if doesCompareWork() returns true.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILockManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILockManager.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILockManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ILockManager.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 ILockManager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,7 +99,7 @@ Interface ILockManager</H2>
 </PRE>
 
 <P>
-The lock manager manages locks across all threads and JVMs and cluster members.  It also
+The lock manager manages locks across all threads and JVMs and cluster members.  It also
  manages shared data, which is not necessarily atomic and should be protected by locks.
 <P>
 
@@ -257,7 +257,7 @@ The lock manager manages locks across al
 <TD><CODE><B><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html#enterWriteLockNoWait(java.lang.String)">enterWriteLockNoWait</A></B>(java.lang.String&nbsp;lockKey)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enter a write locked code area (i.e., block out both readers and other writers),
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Enter a write locked code area (i.e., block out both readers and other writers),
  but do not wait if the lock cannot be obtained.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -400,7 +400,7 @@ setGlobalFlag</H3>
 void <B>setGlobalFlag</B>(java.lang.String&nbsp;flagName)
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Raise a flag.  Use this method to assert a condition, or send a global signal.  The flag will be reset when the
+<DD>Raise a flag.  Use this method to assert a condition, or send a global signal.  The flag will be reset when the
  entire system is restarted.
 <P>
 <DD><DL>
@@ -450,7 +450,7 @@ readData</H3>
 byte[] <B>readData</B>(java.lang.String&nbsp;resourceName)
                 throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Read data from a shared data resource.  Use this method to read any existing data, or get a null back if there is no such resource.
+<DD>Read data from a shared data resource.  Use this method to read any existing data, or get a null back if there is no such resource.
  Note well that this is not necessarily an atomic operation, and it must thus be protected by a lock.
 <P>
 <DD><DL>
@@ -469,7 +469,7 @@ void <B>writeData</B>(java.lang.String&n
                byte[]&nbsp;data)
                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Write data to a shared data resource.  Use this method to write a body of data into a shared resource.
+<DD>Write data to a shared data resource.  Use this method to write a body of data into a shared resource.
  Note well that this is not necessarily an atomic operation, and it must thus be protected by a lock.
 <P>
 <DD><DL>
@@ -486,13 +486,13 @@ timedWait</H3>
 void <B>timedWait</B>(int&nbsp;time)
                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Wait for a time before retrying a lock.  Use this method to wait
- after a LockException has been thrown.  )If this is not done, the application
+<DD>Wait for a time before retrying a lock.  Use this method to wait
+ after a LockException has been thrown.  )If this is not done, the application
  will wind up busy waiting.)
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>time</CODE> - is the amount of time to wait, in milliseconds.  Zero is a legal
- value, and will wait no time, but will give up the current timeslice to another
+<DT><B>Parameters:</B><DD><CODE>time</CODE> - is the amount of time to wait, in milliseconds.  Zero is a legal
+ value, and will wait no time, but will give up the current timeslice to another
  thread.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -506,9 +506,9 @@ enterWriteLock</H3>
 void <B>enterWriteLock</B>(java.lang.String&nbsp;lockKey)
                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a write locked code area (i.e., block out both readers and other writers).
- Write locks permit only ONE thread to be in the named section, across JVM's
- as well.  In order to guarantee this, the current thread may wait until all other
+<DD>Enter a write locked code area (i.e., block out both readers and other writers).
+ Write locks permit only ONE thread to be in the named section, across JVM's
+ as well.  In order to guarantee this, the current thread may wait until all other
  threads have left the section.
 <P>
 <DD><DL>
@@ -526,10 +526,10 @@ void <B>enterWriteLockNoWait</B>(java.la
                           throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                  <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/LockException.html" title="class in org.apache.manifoldcf.core.interfaces">LockException</A></PRE>
 <DL>
-<DD>Enter a write locked code area (i.e., block out both readers and other writers),
- but do not wait if the lock cannot be obtained.
- Write locks permit only ONE thread to be in the named section, across JVM's
- as well.  In order to guarantee this, an exception (LockException) will be
+<DD>Enter a write locked code area (i.e., block out both readers and other writers),
+ but do not wait if the lock cannot be obtained.
+ Write locks permit only ONE thread to be in the named section, across JVM's
+ as well.  In order to guarantee this, an exception (LockException) will be
  thrown if the lock condition cannot be met immediately.
 <P>
 <DD><DL>
@@ -547,7 +547,7 @@ leaveWriteLock</H3>
 void <B>leaveWriteLock</B>(java.lang.String&nbsp;lockKey)
                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a write locked code area.  Use this method to exit a write-locked section. The lockKey
+<DD>Leave a write locked code area.  Use this method to exit a write-locked section. The lockKey
  parameter must correspond to the key used for the enter method.
 <P>
 <DD><DL>
@@ -564,11 +564,11 @@ enterNonExWriteLock</H3>
 void <B>enterNonExWriteLock</B>(java.lang.String&nbsp;lockKey)
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").
- This kind of lock is designed to be used in conjunction with read locks.  It is used typically in
- a situation where the read lock represents a query and the non-exclusive write lock represents a modification
- to an individual item that might affect the query, but where multiple modifications do not individually
- interfere with one another (use of another, standard, write lock per item can guarantee this).
+<DD>Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").
+ This kind of lock is designed to be used in conjunction with read locks.  It is used typically in
+ a situation where the read lock represents a query and the non-exclusive write lock represents a modification
+ to an individual item that might affect the query, but where multiple modifications do not individually
+ interfere with one another (use of another, standard, write lock per item can guarantee this).
  This method works across JVMs, and may wait if the required lock cannot be immediately obtained.
 <P>
 <DD><DL>
@@ -586,11 +586,11 @@ void <B>enterNonExWriteLockNoWait</B>(ja
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                       <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/LockException.html" title="class in org.apache.manifoldcf.core.interfaces">LockException</A></PRE>
 <DL>
-<DD>Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").
- This kind of lock is designed to be used in conjunction with read locks.  It is used typically in
- a situation where the read lock represents a query and the non-exclusive write lock represents a modification
- to an individual item that might affect the query, but where multiple modifications do not individually
- interfere with one another (use of another, standard, write lock per item can guarantee this).
+<DD>Enter a non-exclusive write-locked area (blocking out all readers, but letting in other "writers").
+ This kind of lock is designed to be used in conjunction with read locks.  It is used typically in
+ a situation where the read lock represents a query and the non-exclusive write lock represents a modification
+ to an individual item that might affect the query, but where multiple modifications do not individually
+ interfere with one another (use of another, standard, write lock per item can guarantee this).
  This method works across JVMs, and will throw LockException if the lock condition cannot be immediately met.
 <P>
 <DD><DL>
@@ -608,8 +608,8 @@ leaveNonExWriteLock</H3>
 void <B>leaveNonExWriteLock</B>(java.lang.String&nbsp;lockKey)
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a non-exclusive write locked code area.  Use this method to exit a non-ex-write-locked section.
- The lockKey
+<DD>Leave a non-exclusive write locked code area.  Use this method to exit a non-ex-write-locked section.
+ The lockKey
  parameter must correspond to the key used for the enter method.
 <P>
 <DD><DL>
@@ -626,9 +626,9 @@ enterReadLock</H3>
 void <B>enterReadLock</B>(java.lang.String&nbsp;lockKey)
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a read-only locked area (i.e., block ONLY if there's a writer).  This kind of lock
- permits multiple threads inside the same code area, but only if there is no "writer" in the
- same section at the same time.
+<DD>Enter a read-only locked area (i.e., block ONLY if there's a writer).  This kind of lock
+ permits multiple threads inside the same code area, but only if there is no "writer" in the
+ same section at the same time.
  This method works across JVMs, and may wait if the required lock cannot be immediately obtained.
 <P>
 <DD><DL>
@@ -646,9 +646,9 @@ void <B>enterReadLockNoWait</B>(java.lan
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                                 <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/LockException.html" title="class in org.apache.manifoldcf.core.interfaces">LockException</A></PRE>
 <DL>
-<DD>Enter a read-only locked area (i.e., block ONLY if there's a writer).  This kind of lock
- permits multiple threads inside the same code area, but only if there is no "writer" in the
- same section at the same time.
+<DD>Enter a read-only locked area (i.e., block ONLY if there's a writer).  This kind of lock
+ permits multiple threads inside the same code area, but only if there is no "writer" in the
+ same section at the same time.
  This method works across JVMs, and will throw LockException if the required lock cannot be immediately met.
 <P>
 <DD><DL>
@@ -666,7 +666,7 @@ leaveReadLock</H3>
 void <B>leaveReadLock</B>(java.lang.String&nbsp;lockKey)
                    throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a read-locked code area.  Use this method to exit a read-locked section.  The lockKey
+<DD>Leave a read-locked code area.  Use this method to exit a read-locked section.  The lockKey
  parameter must correspond to the key used for the enter method.
 <P>
 <DD><DL>
@@ -685,9 +685,9 @@ void <B>enterLocks</B>(java.lang.String[
                 java.lang.String[]&nbsp;writeLocks)
                 throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter multiple locks simultaneously.  Use this method if a series or set of locks needs to be
- thrown for an operation to take place.  This operation will avoid deadlock if all the locks are
- thrown at the start of the area using this method.
+<DD>Enter multiple locks simultaneously.  Use this method if a series or set of locks needs to be
+ thrown for an operation to take place.  This operation will avoid deadlock if all the locks are
+ thrown at the start of the area using this method.
  This method works cross-JVM, and will wait if the required locks are not available.
 <P>
 <DD><DL>
@@ -707,9 +707,9 @@ void <B>enterLocksNoWait</B>(java.lang.S
                       throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A>,
                              <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/LockException.html" title="class in org.apache.manifoldcf.core.interfaces">LockException</A></PRE>
 <DL>
-<DD>Enter multiple locks simultaneously.  Use this method if a series or set of locks needs to be
- thrown for an operation to take place.  This operation will avoid deadlock if all the locks are
- thrown at the start of the area using this method.
+<DD>Enter multiple locks simultaneously.  Use this method if a series or set of locks needs to be
+ thrown for an operation to take place.  This operation will avoid deadlock if all the locks are
+ thrown at the start of the area using this method.
  This method works cross-JVM, and will throw LockException if the required locks are not available.
 <P>
 <DD><DL>
@@ -729,7 +729,7 @@ void <B>leaveLocks</B>(java.lang.String[
                 java.lang.String[]&nbsp;writeLocks)
                 throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave multiple locks. Use this method to leave a section started with enterLocks() or
+<DD>Leave multiple locks. Use this method to leave a section started with enterLocks() or
  enterLocksNoWait().  The parameters must correspond to those passed to the enter method.
 <P>
 <DD><DL>
@@ -746,7 +746,7 @@ clearLocks</H3>
 void <B>clearLocks</B>()
                 throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Clear all outstanding locks in the system.
+<DD>Clear all outstanding locks in the system.
  This is a very dangerous method to use (obviously)...
 <P>
 <DD><DL>
@@ -763,11 +763,11 @@ enterReadCriticalSection</H3>
 void <B>enterReadCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                               throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a named, read critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Enter a named, read critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -781,11 +781,11 @@ leaveReadCriticalSection</H3>
 void <B>leaveReadCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                               throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a named, read critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Leave a named, read critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -799,11 +799,11 @@ enterNonExWriteCriticalSection</H3>
 void <B>enterNonExWriteCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a named, non-exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Enter a named, non-exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -817,11 +817,11 @@ leaveNonExWriteCriticalSection</H3>
 void <B>leaveNonExWriteCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                                     throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a named, non-exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Leave a named, non-exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -835,11 +835,11 @@ enterWriteCriticalSection</H3>
 void <B>enterWriteCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Enter a named, exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Enter a named, exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to enter.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>
@@ -853,11 +853,11 @@ leaveWriteCriticalSection</H3>
 void <B>leaveWriteCriticalSection</B>(java.lang.String&nbsp;sectionKey)
                                throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Leave a named, exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
+<DD>Leave a named, exclusive write critical section (NOT a lock).  Critical sections never cross JVM boundaries.
  Critical section names do not collide with lock names; they have a distinct namespace.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
+<DT><B>Parameters:</B><DD><CODE>sectionKey</CODE> - is the name of the section to leave.  Only one thread can be in any given named
  section at a time.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IPostParameters.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IPostParameters
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultRow.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IResultRow
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IResultSet.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IResultSet
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,7 +99,7 @@ Interface IResultSet</H2>
 </PRE>
 
 <P>
-This interface represents a resultset.  Resultsets are immutable through this interface,
+This interface represents a resultset.  Resultsets are immutable through this interface,
  and are accessed by row.
 <P>
 
@@ -223,8 +223,8 @@ getRows</H3>
 <PRE>
 <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IResultRow.html" title="interface in org.apache.manifoldcf.core.interfaces">IResultRow</A>[] <B>getRows</B>()</PRE>
 <DL>
-<DD>Get an array of all the rows.
- This method is NOT preferred because it requires a new
+<DD>Get an array of all the rows.
+ This method is NOT preferred because it requires a new
  array object to be constructed.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IShutdownHook.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IShutdownHook
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IThreadContext.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IThreadContext
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -99,11 +99,11 @@ Interface IThreadContext</H2>
 </PRE>
 
 <P>
-This interface describes the functionality in a thread context.
- Thread contexts exist as a place to park objects that should exist
- at most once per thread.  While there is no guarantee that this would
- be enforced, the semantics don't generally fail with multiple instances,
- but they do become inefficient.
+This interface describes the functionality in a thread context.
+ Thread contexts exist as a place to park objects that should exist
+ at most once per thread.  While there is no guarantee that this would
+ be enforced, the semantics don't generally fail with multiple instances,
+ but they do become inefficient.
  But, in any case, an IThreadContext object should NEVER be shared among threads!!!
 <P>
 
@@ -196,7 +196,7 @@ void <B>save</B>(java.lang.Object&nbsp;k
 <DD>Set a named object into the context.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>key</CODE> - is the name of the object (usually a string)<DD><CODE>object</CODE> - is the object to save, or null if the object is to be
+<DT><B>Parameters:</B><DD><CODE>key</CODE> - is the name of the object (usually a string)<DD><CODE>object</CODE> - is the object to save, or null if the object is to be
  destroyed instead.</DL>
 </DD>
 </DL>
@@ -207,8 +207,8 @@ get</H3>
 <PRE>
 java.lang.Object <B>get</B>(java.lang.Object&nbsp;key)</PRE>
 <DL>
-<DD>Retrieve a named object from the context.
- Use an equivalent key to retrieve what was previously saved.
+<DD>Retrieve a named object from the context.
+ Use an equivalent key to retrieve what was previously saved.
  If no such object exists, null will be returned.
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/IndexDescription.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:23 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 IndexDescription
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -258,7 +258,7 @@ IndexDescription</H3>
 public <B>IndexDescription</B>(boolean&nbsp;isUnique,
                         java.lang.String[]&nbsp;columnNames)</PRE>
 <DL>
-<DD>Create an index description.
+<DD>Create an index description.
  Use this object in addTableIndex()
 <P>
 <DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/JoinClause.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 JoinClause
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.OpenTrustManager.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 KeystoreManagerFactory.OpenTrustManager
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/KeystoreManagerFactory.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 KeystoreManagerFactory
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockException.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 LockException
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/LockManagerFactory.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 LockManagerFactory
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -185,8 +185,8 @@ make</H3>
 public static <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ILockManager.html" title="interface in org.apache.manifoldcf.core.interfaces">ILockManager</A> <B>make</B>(<A HREF="../../../../../org/apache/manifoldcf/core/interfaces/IThreadContext.html" title="interface in org.apache.manifoldcf.core.interfaces">IThreadContext</A>&nbsp;context)
                          throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Instantiate a lock manager.
- This should be thread specific (so that locks can nest properly in the same
+<DD>Instantiate a lock manager.
+ This should be thread specific (so that locks can nest properly in the same
  thread).
 <P>
 <DD><DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ManifoldCFException.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 ManifoldCFException
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/MultiClause.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 MultiClause
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/NullCheckClause.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:58 EDT 2012 -->
 <TITLE>
 NullCheckClause
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.ColumnSpecification.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 ResultSpecification.ColumnSpecification
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/ResultSpecification.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 ResultSpecification
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -100,8 +100,8 @@ java.lang.Object
 </PRE>
 
 <P>
-An instance of this class is used to specify the result form of a column, if
- more than one form is possible.  If no form is specified, then a default form
+An instance of this class is used to specify the result form of a column, if
+ more than one form is possible.  If no form is specified, then a default form
  will be used.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/Specification.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 Specification
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -107,7 +107,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a specification, which is a generalized hierarchy of nodes that
+This class represents a specification, which is a generalized hierarchy of nodes that
  can be interpreted by an appropriate connector in an appropriate way.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/SpecificationNode.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 SpecificationNode
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -104,7 +104,7 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a node in a specification structure.  Its existence apart from
+This class represents a node in a specification structure.  Its existence apart from
  ConfigurationNode is largely a relic.
 <P>
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSet.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 StringSet
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/StringSetBuffer.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 StringSetBuffer
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileCharacterInput.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 TempFileCharacterInput
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -101,12 +101,12 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a temporary file character input
- stream.  Call the "done" method to clean up the
- file when done.
- NOTE: The implied flow of this method is to be handled
- a file that has already been created by some means.  The
- file must be a dedicated temporary file, which can be
+This class represents a temporary file character input
+ stream.  Call the "done" method to clean up the
+ file when done.
+ NOTE: The implied flow of this method is to be handled
+ a file that has already been created by some means.  The
+ file must be a dedicated temporary file, which can be
  destroyed when the data has been used.
 <P>
 
@@ -327,7 +327,7 @@ public <B>TempFileCharacterInput</B>(jav
 <DD>Construct from a length-delimited reader.
 <P>
 <DL>
-<DT><B>Parameters:</B><DD><CODE>is</CODE> - is a reader to transfer from, to the end of the data.  This will, as a side effect, also calculate the character length
+<DT><B>Parameters:</B><DD><CODE>is</CODE> - is a reader to transfer from, to the end of the data.  This will, as a side effect, also calculate the character length
           and hash value for the data.
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></CODE></DL>

Modified: incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html
URL: http://svn.apache.org/viewvc/incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html?rev=1345569&r1=1345568&r2=1345569&view=diff
==============================================================================
--- incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html (original)
+++ incubator/lcf/site/publish/release/trunk/api/framework/org/apache/manifoldcf/core/interfaces/TempFileInput.html Sat Jun  2 20:35:59 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_21) on Thu May 31 04:26:24 EDT 2012 -->
+<!-- Generated by javadoc (build 1.6.0_21) on Sat Jun 02 16:07:59 EDT 2012 -->
 <TITLE>
 TempFileInput
 </TITLE>
 
-<META NAME="date" CONTENT="2012-05-31">
+<META NAME="date" CONTENT="2012-06-02">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -101,12 +101,12 @@ java.lang.Object
 </PRE>
 
 <P>
-This class represents a temporary file data input
- stream.  Call the "done" method to clean up the
- file when done.
- NOTE: The implied flow of this method is to be handled
- a file that has already been created by some means.  The
- file must be a dedicated temporary file, which can be
+This class represents a temporary file data input
+ stream.  Call the "done" method to clean up the
+ file when done.
+ NOTE: The implied flow of this method is to be handled
+ a file that has already been created by some means.  The
+ file must be a dedicated temporary file, which can be
  destroyed when the data has been used.
 <P>
 
@@ -317,7 +317,7 @@ TempFileInput</H3>
 public <B>TempFileInput</B>(java.io.InputStream&nbsp;is)
               throws <A HREF="../../../../../org/apache/manifoldcf/core/interfaces/ManifoldCFException.html" title="class in org.apache.manifoldcf.core.interfaces">ManifoldCFException</A></PRE>
 <DL>
-<DD>Construct from an input stream.
+<DD>Construct from an input stream.
  This will also create a temporary, backing file.
 <P>
 <DL>