You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/07/28 07:32:06 UTC

[35/51] [partial] polygene-website git commit: publish java/develop/ as 3.1.0 development version

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/index.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/index.html b/content/java/develop/javadocs/index.html
index 76ff559..c58a647 100644
--- a/content/java/develop/javadocs/index.html
+++ b/content/java/develop/javadocs/index.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT</title>
+<title>Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html b/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html
index 8e73e0c..a45a314 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/PolygeneAPI.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PolygeneAPI (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>PolygeneAPI (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PolygeneAPI (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="PolygeneAPI (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -178,36 +178,42 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#isComposite-java.lang.Object-">isComposite</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
+<div class="block">Tests if the given object is a Composite</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/composite/ModelDescriptor.html" title="interface in org.apache.polygene.api.composite">ModelDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#modelDescriptorFor-java.lang.Object-">modelDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;compositeOrServiceReference)</code>
 <div class="block">Returns the ModelDescriptor of the Composite or ServiceReference.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#moduleOf-java.lang.Object-">moduleOf</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;compositeOrServiceReferenceOrUow)</code>
 <div class="block">Returns the Module where the Composite, ServiceReference or UnitOfWork belongs.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/property/PropertyDescriptor.html" title="interface in org.apache.polygene.api.property">PropertyDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#propertyDescriptorFor-org.apache.polygene.api.property.Property-">propertyDescriptorFor</a></span>(<a href="../../../../org/apache/polygene/api/property/Property.html" title="interface in org.apache.polygene.api.property">Property</a>&lt;?&gt;&nbsp;property)</code>
 <div class="block">Returns the PropertyDescriptor of the Property.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/service/ServiceDescriptor.html" title="interface in org.apache.polygene.api.service">ServiceDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#serviceDescriptorFor-java.lang.Object-">serviceDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;service)</code>
 <div class="block">Returns the ServiceDescriptor of the ServiceComposite.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite">TransientDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#transientDescriptorFor-java.lang.Object-">transientDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;transsient)</code>
 <div class="block">Returns the TransientDescriptor of the TransientComposite.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/polygene/api/value/ValueDescriptor.html" title="interface in org.apache.polygene.api.value">ValueDescriptor</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/polygene/api/PolygeneAPI.html#valueDescriptorFor-java.lang.Object-">valueDescriptorFor</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
 <div class="block">Returns the ValueDescriptor of the ValueComposite.</div>
@@ -412,7 +418,7 @@ var activeTableTab = "activeTableTab";
 <a name="associationDescriptorFor-org.apache.polygene.api.association.AbstractAssociation-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>associationDescriptorFor</h4>
 <pre><a href="../../../../org/apache/polygene/api/association/AssociationDescriptor.html" title="interface in org.apache.polygene.api.association">AssociationDescriptor</a>&nbsp;associationDescriptorFor(<a href="../../../../org/apache/polygene/api/association/AbstractAssociation.html" title="interface in org.apache.polygene.api.association">AbstractAssociation</a>&nbsp;association)</pre>
@@ -425,6 +431,22 @@ var activeTableTab = "activeTableTab";
 </dl>
 </li>
 </ul>
+<a name="isComposite-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isComposite</h4>
+<pre>boolean&nbsp;isComposite(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
+<div class="block">Tests if the given object is a Composite</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>object</code> - The Java object to be checked</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the given object is a Composite type.</dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html
index fbd9c21..a5ce60f 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Activation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>Activation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Activation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="Activation (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html
index c703b5f..b8cff8e 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.EventType.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivationEvent.EventType (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivationEvent.EventType (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivationEvent.EventType (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivationEvent.EventType (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html
index 9c5bee5..5ac9e54 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEvent.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivationEvent (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivationEvent (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivationEvent (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivationEvent (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html
index f8cb80c..4d402ff 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListener.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivationEventListener (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivationEventListener (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivationEventListener (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivationEventListener (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html
index 261e2b9..3cce9e6 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationEventListenerRegistration.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivationEventListenerRegistration (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivationEventListenerRegistration (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivationEventListenerRegistration (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivationEventListenerRegistration (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html
index 74f10af..945b001 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivationException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivationException (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivationException (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivationException (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html
index 6165c15..7cc5053 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activator.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Activator (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>Activator (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Activator (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="Activator (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/polygene/api/activation/ActivatorAdapter.html" title="class in org.apache.polygene.api.activation">ActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../
 ../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../..
 /../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apa
 che/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiSer
 viceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivation.ServiceActivator.html" title="class in org.apache.polygene.api.service">ServiceActivation.ServiceActivator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivatorAdapter.html" title="class in org.apache.po
 lygene.api.service">ServiceActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd>
+<dd><a href="../../../../../org/apache/polygene/api/activation/ActivatorAdapter.html" title="class in org.apache.polygene.api.activation">ActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../
 ../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../..
 /../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apa
 che/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiSer
 viceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivation.ServiceActivator.html" title="class in org.apache.polygene.api.service">ServiceActivation.ServiceActivator</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceActivatorAdapter.html" title="class in org.apache.poly
 gene.api.service">ServiceActivatorAdapter</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd>
 </dl>
 <hr>
 <br>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html
index ba8bce3..25d1d74 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorAdapter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivatorAdapter (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivatorAdapter (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivatorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivatorAdapter (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -116,7 +116,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource
 ">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntitySto
 reActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreAct
 ivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiServiceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygen
 e/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexingService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexingService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd>
+<dd><a href="../../../../../org/apache/polygene/library/jmx/ApplicationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ApplicationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/circuitbreaker/jmx/CircuitBreakerManagement.Activator.html" title="class in org.apache.polygene.library.circuitbreaker.jmx">CircuitBreakerManagement.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/ConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.jmx">ConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerService.Activator.html" title="class in org.apache.polygene.library.sql.jmx">DataSourceConfigurationManagerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/datasource/DataSourceServiceImporterActivation.Activator.html" title="class in org.apache.polygene.library.sql.datasource
 ">DataSourceServiceImporterActivation.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/EmbeddedSolrService.Activator.html" title="class in org.apache.polygene.index.solr">EmbeddedSolrService.Activator</a>, <a href="../../../../../org/apache/polygene/library/fileconfig/FileConfigurationService.Activator.html" title="class in org.apache.polygene.library.fileconfig">FileConfigurationService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/file/FileEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.file">FileEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/HttpRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">HttpRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/entitystore/jdbm/JdbmEntityStoreActivation.Activator.html" title="class in org.apache.polygene.entitystore.jdbm">JdbmEntitySto
 reActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/http/JettyActivation.Activator.html" title="class in org.apache.polygene.library.http">JettyActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/jmx/JMXConnectorService.Activator.html" title="class in org.apache.polygene.library.jmx">JMXConnectorService.Activator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/JSONMapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">JSONMapEntityStoreActivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/sql/liquibase/LiquibaseService.ApplyChangelogActivator.html" title="class in org.apache.polygene.library.sql.liquibase">LiquibaseService.ApplyChangelogActivator</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/helpers/MapEntityStoreActivation.Activator.html" title="class in org.apache.polygene.spi.entitystore.helpers">MapEntityStoreAct
 ivation.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/MemoryRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">MemoryRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/migration/MigrationService.Activator.html" title="class in org.apache.polygene.migration">MigrationService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rdf/repository/NativeRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">NativeRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiEnabledService.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiEnabledService.Activator</a>, <a href="../../../../../org/apache/polygene/library/osgi/OSGiServiceExporter.Activator.html" title="class in org.apache.polygene.library.osgi">OSGiServiceExporter.Activator</a>, <a href="../../../../../org/apache/polygen
 e/library/rdf/repository/RdbmsRepositoryService.Activator.html" title="class in org.apache.polygene.library.rdf.repository">RdbmsRepositoryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/rdf/indexing/RdfIndexerService.Activator.html" title="class in org.apache.polygene.index.rdf.indexing">RdfIndexerService.Activator</a>, <a href="../../../../../org/apache/polygene/library/rest/admin/RestServerComposite.Activator.html" title="class in org.apache.polygene.library.rest.admin">RestServerComposite.Activator</a>, <a href="../../../../../org/apache/polygene/index/solr/SolrQueryService.Activator.html" title="class in org.apache.polygene.index.solr">SolrQueryService.Activator</a>, <a href="../../../../../org/apache/polygene/index/sql/support/api/SQLAppStartup.Activator.html" title="class in org.apache.polygene.index.sql.support.api">SQLAppStartup.Activator</a></dd>
 </dl>
 <hr>
 <br>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html
index 57e5029..536d7ef 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ActivatorDescriptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActivatorDescriptor (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ActivatorDescriptor (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ActivatorDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ActivatorDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html
index 5bac5f6..fba8c90 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/Activators.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Activators (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>Activators (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Activators (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="Activators (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html
index 828aff5..078bdb2 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/ApplicationPassivationThread.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ApplicationPassivationThread (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ApplicationPassivationThread (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ApplicationPassivationThread (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ApplicationPassivationThread (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html
index fd9661d..2f6f1a3 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/PassivationException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PassivationException (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>PassivationException (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PassivationException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="PassivationException (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html
index 17cf59f..74bfade 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.api.activation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.api.activation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html
index e6e54e2..0ef6dbd 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.api.activation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.api.activation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.polygene.api.activation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.polygene.api.activation (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html
index 4252744..a37e422 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/activation/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.polygene.api.activation Class Hierarchy (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>org.apache.polygene.api.activation Class Hierarchy (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.polygene.api.activation Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="org.apache.polygene.api.activation Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html
index 7abbb69..947e6ac 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AbstractAssociation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractAssociation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AbstractAssociation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AbstractAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html b/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html
index 0559244..8d804c4 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/Association.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Association (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>Association (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Association (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="Association (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html
index e26b59e..1d7d840 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationDescriptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AssociationDescriptor (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AssociationDescriptor (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AssociationDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AssociationDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html
index d40410d..e7ea151 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationMixin.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AssociationMixin (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AssociationMixin (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html
index f93de0f..83c4d09 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateDescriptor.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AssociationStateDescriptor (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AssociationStateDescriptor (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AssociationStateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AssociationStateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -154,10 +154,22 @@ extends <a href="../../../../../org/apache/polygene/api/composite/StateDescripto
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#getNamedAssociationByQualifiedName-org.apache.polygene.api.common.QualifiedName-">getNamedAssociationByQualifiedName</a></span>(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</code>&nbsp;</td>
 </tr>
 <tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#hasAssociation-org.apache.polygene.api.common.QualifiedName-">hasAssociation</a></span>(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#hasManyAssociation-org.apache.polygene.api.common.QualifiedName-">hasManyAssociation</a></span>(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#hasNamedAssociation-org.apache.polygene.api.common.QualifiedName-">hasNamedAssociation</a></span>(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a>&lt;? extends <a href="../../../../../org/apache/polygene/api/association/AssociationDescriptor.html" title="interface in org.apache.polygene.api.association">AssociationDescriptor</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#manyAssociations--">manyAssociations</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html?is-external=true" title="class or interface in java.util.stream">Stream</a>&lt;? extends <a href="../../../../../org/apache/polygene/api/association/AssociationDescriptor.html" title="interface in org.apache.polygene.api.association">AssociationDescriptor</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html#namedAssociations--">namedAssociations</a></span>()</code>&nbsp;</td>
 </tr>
@@ -167,7 +179,7 @@ extends <a href="../../../../../org/apache/polygene/api/composite/StateDescripto
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite">StateDescriptor</a></h3>
-<code><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#findPropertyModelByName-java.lang.String-">findPropertyModelByName</a>, <a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#findPropertyModelByQualifiedName-org.apache.polygene.api.common.QualifiedName-">findPropertyModelByQualifiedName</a>, <a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#properties--">properties</a></code></li>
+<code><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#findPropertyModelByName-java.lang.String-">findPropertyModelByName</a>, <a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#findPropertyModelByQualifiedName-org.apache.polygene.api.common.QualifiedName-">findPropertyModelByQualifiedName</a>, <a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#hasProperty-org.apache.polygene.api.common.QualifiedName-">hasProperty</a>, <a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html#properties--">properties</a></code></li>
 </ul>
 </li>
 </ul>
@@ -211,6 +223,15 @@ extends <a href="../../../../../org/apache/polygene/api/composite/StateDescripto
 </dl>
 </li>
 </ul>
+<a name="hasAssociation-org.apache.polygene.api.common.QualifiedName-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasAssociation</h4>
+<pre>boolean&nbsp;hasAssociation(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</pre>
+</li>
+</ul>
 <a name="getManyAssociationByName-java.lang.String-">
 <!--   -->
 </a>
@@ -239,6 +260,15 @@ extends <a href="../../../../../org/apache/polygene/api/composite/StateDescripto
 </dl>
 </li>
 </ul>
+<a name="hasManyAssociation-org.apache.polygene.api.common.QualifiedName-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasManyAssociation</h4>
+<pre>boolean&nbsp;hasManyAssociation(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</pre>
+</li>
+</ul>
 <a name="getNamedAssociationByName-java.lang.String-">
 <!--   -->
 </a>
@@ -267,6 +297,15 @@ extends <a href="../../../../../org/apache/polygene/api/composite/StateDescripto
 </dl>
 </li>
 </ul>
+<a name="hasNamedAssociation-org.apache.polygene.api.common.QualifiedName-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasNamedAssociation</h4>
+<pre>boolean&nbsp;hasNamedAssociation(<a href="../../../../../org/apache/polygene/api/common/QualifiedName.html" title="class in org.apache.polygene.api.common">QualifiedName</a>&nbsp;name)</pre>
+</li>
+</ul>
 <a name="associations--">
 <!--   -->
 </a>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html
index cdb7e11..d56863c 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationStateHolder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AssociationStateHolder (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AssociationStateHolder (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AssociationStateHolder (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AssociationStateHolder (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html
index b2269e3..64a37da 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/AssociationWrapper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AssociationWrapper (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>AssociationWrapper (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="AssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html b/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html
index d1dd512..e573672 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/GenericAssociationInfo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GenericAssociationInfo (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>GenericAssociationInfo (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="GenericAssociationInfo (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="GenericAssociationInfo (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html
index 2807d66..b2235e7 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ManyAssociation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ManyAssociation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ManyAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ManyAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -110,7 +110,12 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public interface <span class="typeNameLabel">ManyAssociation&lt;T&gt;</span>
 extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;T&gt;, <a href="../../../../../org/apache/polygene/api/association/AbstractAssociation.html" title="interface in org.apache.polygene.api.association">AbstractAssociation</a></pre>
-<div class="block">Association to a collection of entities.</div>
+<div class="block">Association to a collection of entities.
+
+ <p>
+ Duplication of entities (defined as Identity equality) is allowed and for each add, there will be
+ an additional item in the collection/iterator. If de-duplication is requested, see <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>toSet()</code></a> method.
+ </p></div>
 </li>
 </ul>
 </div>
@@ -245,13 +250,15 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
             <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>&nbsp;entity)</pre>
 <div class="block">Adds an entity reference representing the given entity to the <code>index</code> slot of this collection.
  <p>
-     <code>index=0</code> represents the beginning of the collection and if the <code>index</code> is equal or larger
-     than the length of the collection, the entity reference will be added to the end.
+ <code>index=0</code> represents the beginning of the collection and if the <code>index</code> is equal or larger
+ than the length of the collection, the entity reference will be added to the end.
  </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>entity</code> - The entity whose entity reference is to be added to this collection.</dd>
-<dd><code>index</code> - the position for the entity to be inserted at.</dd>
+<dd><code>index</code> - the position for the entity to be inserted at, starting at 0. If index is larger than number
+               of references present, then it will be added to the end. If index is smaller than 0, then it
+               will be added at the beginning, position 0.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the entity reference has been added, false otherwise.</dd>
 </dl>
@@ -286,7 +293,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
 <pre>boolean&nbsp;remove(<a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="type parameter in ManyAssociation">T</a>&nbsp;entity)</pre>
 <div class="block">Removes the given entity from this <code>ManyAssociation</code>.
  <p>
-     The entity reference representing the given entity is removed from this collection.
+ The entity reference representing the given entity is removed from this collection.
  </p></div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -305,7 +312,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
 <pre>boolean&nbsp;clear()</pre>
 <div class="block">Clear all entities from this <code>ManyAssociation</code>.
  <p>
-     All entity references present is removed from this collection.
+ All entity references present is removed from this collection.
  </p></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -353,8 +360,8 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
 <div class="block">Fetches all entities represented by entity references in this collection and returns a List of such
  entities.
  <p>
-     Multiple references to the same entity will be present multiple times in the List, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>toSet()</code></a>.
-     The order in which the entities were added to this collection is preserved.
+ Multiple references to the same entity will be present multiple times in the List, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>toSet()</code></a>.
+ The order in which the entities were added to this collection is preserved.
  </p></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -372,8 +379,8 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
 <div class="block">Fetches all entities represented by entity references in this collection and returns a Set of such
  entities.
  <p>
-     Multiple references to the same entity will NOT be present, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--"><code>toList()</code></a>. Sets are defined
-     to only contain any particular object once. Order is not preserved.
+ Multiple references to the same entity will NOT be present, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--"><code>toList()</code></a>. Sets are defined
+ to only contain any particular object once. Order is not preserved.
  </p></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html
index a6c70b2..b5ed43e 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationMixin.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ManyAssociationMixin (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ManyAssociationMixin (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ManyAssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ManyAssociationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationWrapper.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationWrapper.html b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationWrapper.html
index 7968036..e4c872c 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationWrapper.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/ManyAssociationWrapper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ManyAssociationWrapper (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>ManyAssociationWrapper (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ManyAssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="ManyAssociationWrapper (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -375,14 +375,16 @@ implements <a href="../../../../../org/apache/polygene/api/association/ManyAssoc
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-int-T-">ManyAssociation</a></code></span></div>
 <div class="block">Adds an entity reference representing the given entity to the <code>index</code> slot of this collection.
  <p>
-     <code>index=0</code> represents the beginning of the collection and if the <code>index</code> is equal or larger
-     than the length of the collection, the entity reference will be added to the end.
+ <code>index=0</code> represents the beginning of the collection and if the <code>index</code> is equal or larger
+ than the length of the collection, the entity reference will be added to the end.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#add-int-T-">add</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html" title="interface in org.apache.polygene.api.association">ManyAssociation</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>i</code> - the position for the entity to be inserted at.</dd>
+<dd><code>i</code> - the position for the entity to be inserted at, starting at 0. If index is larger than number
+               of references present, then it will be added to the end. If index is smaller than 0, then it
+               will be added at the beginning, position 0.</dd>
 <dd><code>entity</code> - The entity whose entity reference is to be added to this collection.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>true if the entity reference has been added, false otherwise.</dd>
@@ -418,7 +420,7 @@ implements <a href="../../../../../org/apache/polygene/api/association/ManyAssoc
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#remove-T-">ManyAssociation</a></code></span></div>
 <div class="block">Removes the given entity from this <code>ManyAssociation</code>.
  <p>
-     The entity reference representing the given entity is removed from this collection.
+ The entity reference representing the given entity is removed from this collection.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -440,7 +442,7 @@ implements <a href="../../../../../org/apache/polygene/api/association/ManyAssoc
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#clear--">ManyAssociation</a></code></span></div>
 <div class="block">Clear all entities from this <code>ManyAssociation</code>.
  <p>
-     All entity references present is removed from this collection.
+ All entity references present is removed from this collection.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -480,8 +482,8 @@ implements <a href="../../../../../org/apache/polygene/api/association/ManyAssoc
 <div class="block">Fetches all entities represented by entity references in this collection and returns a List of such
  entities.
  <p>
-     Multiple references to the same entity will be present multiple times in the List, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>ManyAssociation.toSet()</code></a>.
-     The order in which the entities were added to this collection is preserved.
+ Multiple references to the same entity will be present multiple times in the List, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toSet--"><code>ManyAssociation.toSet()</code></a>.
+ The order in which the entities were added to this collection is preserved.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -502,8 +504,8 @@ implements <a href="../../../../../org/apache/polygene/api/association/ManyAssoc
 <div class="block">Fetches all entities represented by entity references in this collection and returns a Set of such
  entities.
  <p>
-     Multiple references to the same entity will NOT be present, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--"><code>ManyAssociation.toList()</code></a>. Sets are defined
-     to only contain any particular object once. Order is not preserved.
+ Multiple references to the same entity will NOT be present, unlike <a href="../../../../../org/apache/polygene/api/association/ManyAssociation.html#toList--"><code>ManyAssociation.toList()</code></a>. Sets are defined
+ to only contain any particular object once. Order is not preserved.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

http://git-wip-us.apache.org/repos/asf/polygene-website/blob/2d44da7d/content/java/develop/javadocs/org/apache/polygene/api/association/NamedAssociation.html
----------------------------------------------------------------------
diff --git a/content/java/develop/javadocs/org/apache/polygene/api/association/NamedAssociation.html b/content/java/develop/javadocs/org/apache/polygene/api/association/NamedAssociation.html
index eac5879..7f06956 100644
--- a/content/java/develop/javadocs/org/apache/polygene/api/association/NamedAssociation.html
+++ b/content/java/develop/javadocs/org/apache/polygene/api/association/NamedAssociation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamedAssociation (Apache Polygene™ (Java Edition) SDK 3.0.0-SNAPSHOT)</title>
+<title>NamedAssociation (Apache Polygene™ (Java Edition) SDK 3.1.0-SNAPSHOT)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NamedAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)";
+            parent.document.title="NamedAssociation (Apache Polygene\u2122 (Java Edition) SDK 3.1.0-SNAPSHOT)";
         }
     }
     catch(err) {
@@ -114,8 +114,15 @@ var activeTableTab = "activeTableTab";
 <br>
 <pre>public interface <span class="typeNameLabel">NamedAssociation&lt;T&gt;</span>
 extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;, <a href="../../../../../org/apache/polygene/api/association/AbstractAssociation.html" title="interface in org.apache.polygene.api.association">AbstractAssociation</a></pre>
-<div class="block">Association to named Entities.
- The Iterable&lt;String&gt; returns the names in the association set.</div>
+<div class="block">Named Association to Entities.
+ <p>
+     This works similar to a Map with a String key.
+ </p>
+ <p>
+ The Iterable&lt;String&gt; returns the names in the association set. The order during iteration is random by
+ definition, even if other behaviors can possibly be observed. The depends on the underlying entity store
+ implementation.
+ </p></div>
 </li>
 </ul>
 </div>
@@ -258,7 +265,7 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.htm
 <dd><code>name</code> - The name of the association.</dd>
 <dd><code>entity</code> - The entity for this named association.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>true if putted, false otherwise</dd>
+<dd>true if value has been updated to a new value.</dd>
 </dl>
 </li>
 </ul>