http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidCompositeException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidCompositeException.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidCompositeException.html index fc637f4..9b1f329 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidCompositeException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidCompositeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InvalidCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>InvalidCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,12 +12,18 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="InvalidCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="InvalidCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { } //--> +var methods = {"i0":10,"i1":9,"i2":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> @@ -69,14 +75,14 @@ <li>Summary: </li> <li>Nested | </li> <li>Field | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li>Method</li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> @@ -134,35 +140,43 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExcep <div class="summary"> <ul class="blockList"> <li class="blockList"> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> -<li class="blockList"><a name="constructor.summary"> +<li class="blockList"><a name="method.summary"> <!-- --> </a> -<h3>Constructor Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> -<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> -<th class="colOne" scope="col">Constructor and Description</th> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html#getMessage--">getMessage</a></span>()</code> </td> </tr> -<tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html#InvalidCompositeException-java.lang.String-">InvalidCompositeException</a></span>(<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> message)</code> </td> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html#handleInvalidCompositeType-java.lang.String-org.apache.polygene.api.structure.ModuleDescriptor-java.lang.Class-java.lang.Class-java.lang.reflect.Type-java.lang.reflect.Member-java.util.List-">handleInvalidCompositeType</a></span>(<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> message, + <a href="../../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a> module, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> primaryType, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> fragmentClass, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> valueType, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Member.html?is-external=true" title="class or interface in java.lang.reflect">Member</a> member, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>> types)</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static <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></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/InvalidCompositeException.html#modelReport--">modelReport</a></span>()</code> </td> </tr> </table> -</li> -</ul> -<!-- ========== METHOD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.summary"> -<!-- --> -</a> -<h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3> -<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or inter face in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lan g/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.or acle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -179,19 +193,47 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExcep <div class="details"> <ul class="blockList"> <li class="blockList"> -<!-- ========= CONSTRUCTOR DETAIL ======== --> +<!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> -<li class="blockList"><a name="constructor.detail"> +<li class="blockList"><a name="method.detail"> <!-- --> </a> -<h3>Constructor Detail</h3> -<a name="InvalidCompositeException-java.lang.String-"> +<h3>Method Detail</h3> +<a name="handleInvalidCompositeType-java.lang.String-org.apache.polygene.api.structure.ModuleDescriptor-java.lang.Class-java.lang.Class-java.lang.reflect.Type-java.lang.reflect.Member-java.util.List-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>handleInvalidCompositeType</h4> +<pre>public static void handleInvalidCompositeType(<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> message, + <a href="../../../../../org/apache/polygene/api/structure/ModuleDescriptor.html" title="interface in org.apache.polygene.api.structure">ModuleDescriptor</a> module, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> primaryType, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?> fragmentClass, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a> valueType, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Member.html?is-external=true" title="class or interface in java.lang.reflect">Member</a> member, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><?>> types)</pre> +</li> +</ul> +<a name="getMessage--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMessage</h4> +<pre>public <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> getMessage()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd> +</dl> +</li> +</ul> +<a name="modelReport--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> -<h4>InvalidCompositeException</h4> -<pre>public InvalidCompositeException(<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> message)</pre> +<h4>modelReport</h4> +<pre>public static <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> modelReport()</pre> </li> </ul> </li> @@ -248,14 +290,14 @@ extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeExcep <li>Summary: </li> <li>Nested | </li> <li>Field | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li>Method</li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom">
http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidValueCompositeException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidValueCompositeException.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidValueCompositeException.html index 064ba8a..cd09c77 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidValueCompositeException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/InvalidValueCompositeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>InvalidValueCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>InvalidValueCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0.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="InvalidValueCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="InvalidValueCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/MethodDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/MethodDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/MethodDescriptor.html index c00c7fb..d4e50a8 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/MethodDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/MethodDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MethodDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>MethodDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="MethodDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="MethodDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/MissingMethodException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/MissingMethodException.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/MissingMethodException.html index d932ebf..91a83ef 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/MissingMethodException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/MissingMethodException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>MissingMethodException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>MissingMethodException (Apache Polygene⢠(Java Edition) SDK 3.0.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="MissingMethodException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="MissingMethodException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/ModelDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/ModelDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/ModelDescriptor.html index 4222c44..2fc940c 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/ModelDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/ModelDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ModelDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ModelDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="ModelDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ModelDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchCompositeException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchCompositeException.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchCompositeException.html index aa412de..7f431ee 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchCompositeException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchCompositeException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NoSuchCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>NoSuchCompositeException (Apache Polygene⢠(Java Edition) SDK 3.0.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="NoSuchCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="NoSuchCompositeException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchTransientException.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchTransientException.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchTransientException.html index 88e1918..f6eec0a 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchTransientException.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/NoSuchTransientException.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NoSuchTransientException (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>NoSuchTransientException (Apache Polygene⢠(Java Edition) SDK 3.0.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="NoSuchTransientException (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="NoSuchTransientException (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/PropertyMapper.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/PropertyMapper.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/PropertyMapper.html index ec263cd..b007b19 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/PropertyMapper.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/PropertyMapper.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyMapper (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>PropertyMapper (Apache Polygene⢠(Java Edition) SDK 3.0.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="PropertyMapper (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="PropertyMapper (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/StateDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/StateDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/StateDescriptor.html index d457ede..c646398 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/StateDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/StateDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StateDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>StateDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="StateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="StateDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/polygene/api/composite/StateDescriptor.html" target="_top">Frames</a></li> @@ -216,7 +216,7 @@ var activeTableTab = "activeTableTab"; <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> -<li><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/polygene/api/composite/StateDescriptor.html" target="_top">Frames</a></li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html new file mode 100644 index 0000000..07dd20a --- /dev/null +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html @@ -0,0 +1,246 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="fr"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>StatefulAssociationCompositeDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="StatefulAssociationCompositeDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6,"i1":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" target="_top">Frames</a></li> +<li><a href="StatefulAssociationCompositeDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.polygene.api.composite</div> +<h2 title="Interface StatefulAssociationCompositeDescriptor" class="title">Interface StatefulAssociationCompositeDescriptor</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></dd> +</dl> +<dl> +<dt>All Known Subinterfaces:</dt> +<dd><a href="../../../../../org/apache/polygene/api/entity/EntityDescriptor.html" title="interface in org.apache.polygene.api.entity">EntityDescriptor</a>, <a href="../../../../../org/apache/polygene/api/value/ValueDescriptor.html" title="interface in org.apache.polygene.api.value">ValueDescriptor</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">StatefulAssociationCompositeDescriptor</span> +extends <a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></pre> +<div class="block">Stateful Association Composite Descriptor.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html" title="interface in org.apache.polygene.api.association">AssociationStateDescriptor</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html#state--">state</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/polygene/api/type/StatefulAssociationValueType.html" title="class in org.apache.polygene.api.type">StatefulAssociationValueType</a><?></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html#valueType--">valueType</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="valueType--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueType</h4> +<pre><a href="../../../../../org/apache/polygene/api/type/StatefulAssociationValueType.html" title="class in org.apache.polygene.api.type">StatefulAssociationValueType</a><?> valueType()</pre> +</li> +</ul> +<a name="state--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>state</h4> +<pre><a href="../../../../../org/apache/polygene/api/association/AssociationStateDescriptor.html" title="interface in org.apache.polygene.api.association">AssociationStateDescriptor</a> state()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html#state--">state</a></code> in interface <code><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" target="_top">Frames</a></li> +<li><a href="StatefulAssociationCompositeDescriptor.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulCompositeDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulCompositeDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulCompositeDescriptor.html index 1124b9e..6e575e5 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulCompositeDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/StatefulCompositeDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StatefulCompositeDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>StatefulCompositeDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="StatefulCompositeDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="StatefulCompositeDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -48,7 +48,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/composite/TransientBuilder.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Known Subinterfaces:</dt> -<dd><a href="../../../../../org/apache/polygene/api/entity/EntityDescriptor.html" title="interface in org.apache.polygene.api.entity">EntityDescriptor</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceDescriptor.html" title="interface in org.apache.polygene.api.service">ServiceDescriptor</a>, <a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite">TransientDescriptor</a>, <a href="../../../../../org/apache/polygene/api/value/ValueDescriptor.html" title="interface in org.apache.polygene.api.value">ValueDescriptor</a></dd> +<dd><a href="../../../../../org/apache/polygene/api/entity/EntityDescriptor.html" title="interface in org.apache.polygene.api.entity">EntityDescriptor</a>, <a href="../../../../../org/apache/polygene/api/service/ServiceDescriptor.html" title="interface in org.apache.polygene.api.service">ServiceDescriptor</a>, <a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulAssociationCompositeDescriptor</a>, <a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite">TransientDescriptor</a>, <a href="../../../../../org/apache/polygene/api/value/ValueDescriptor.html" title="interface in org.apache.polygene.api.value">ValueDescriptor</a></dd> </dl> <hr> <br> @@ -179,7 +179,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/polygene/api/composite/TransientBuilder.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilder.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilder.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilder.html index 33f9ee9..45e9bec 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilder.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilder.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TransientBuilder (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>TransientBuilder (Apache Polygene⢠(Java Edition) SDK 3.0.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="TransientBuilder (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="TransientBuilder (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilderFactory.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilderFactory.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilderFactory.html index a9a3e39..aa15548 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilderFactory.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientBuilderFactory.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TransientBuilderFactory (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>TransientBuilderFactory (Apache Polygene⢠(Java Edition) SDK 3.0.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="TransientBuilderFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="TransientBuilderFactory (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html index 36fb53b..70fde0f 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientComposite.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TransientComposite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>TransientComposite (Apache Polygene⢠(Java Edition) SDK 3.0.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="TransientComposite (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="TransientComposite (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -98,7 +98,11 @@ </dl> <dl> <dt>All Known Subinterfaces:</dt> -<dd><a href="../../../../../org/apache/polygene/library/alarm/AlarmProxy.html" title="interface in org.apache.polygene.library.alarm">AlarmProxy</a>, <a href="../../../../../org/apache/polygene/test/mock/MockComposite.html" title="interface in org.apache.polygene.test.mock">MockComposite</a></dd> +<dd><a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country.html" title="interface in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country</a>, <a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country1.html" title="interface in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country1</a>, <a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country2.html" title="interface in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country2</a>, <a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country3.html" title="interface in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country3</a>, <a href="../../../../../org/apache/polygene/test/mock/MockComposite.html" title="interface in org.apache.polygene.test.mock">MockComposite</a></dd> +</dl> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country1Mixin.html" title="class in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country1Mixin</a>, <a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country2Mixin.html" title="class in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country2Mixin</a>, <a href="../../../../../org/apache/polygene/test/metrics/AbstractTimingCaptureTest.Country3Mixin.html" title="class in org.apache.polygene.test.metrics">AbstractTimingCaptureTest.Country3Mixin</a></dd> </dl> <hr> <br> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html index ffa3985..1832635 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/TransientDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TransientDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>TransientDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="TransientDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="TransientDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html index c398ebe..1a0774e 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/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.composite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.composite (Apache Polygene⢠(Java Edition) SDK 3.0.0-SNAPSHOT)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -25,6 +25,7 @@ <li><a href="MethodDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">MethodDescriptor</span></a></li> <li><a href="ModelDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">ModelDescriptor</span></a></li> <li><a href="StateDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">StateDescriptor</span></a></li> +<li><a href="StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">StatefulAssociationCompositeDescriptor</span></a></li> <li><a href="StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">StatefulCompositeDescriptor</span></a></li> <li><a href="TransientBuilder.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientBuilder</span></a></li> <li><a href="TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite" target="classFrame"><span class="interfaceName">TransientBuilderFactory</span></a></li> @@ -35,6 +36,7 @@ <ul title="Classes"> <li><a href="CompositeContext.html" title="class in org.apache.polygene.api.composite" target="classFrame">CompositeContext</a></li> <li><a href="DecoratorMixin.html" title="class in org.apache.polygene.api.composite" target="classFrame">DecoratorMixin</a></li> +<li><a href="DefaultMethodsFilter.html" title="class in org.apache.polygene.api.composite" target="classFrame">DefaultMethodsFilter</a></li> <li><a href="PropertyMapper.html" title="class in org.apache.polygene.api.composite" target="classFrame">PropertyMapper</a></li> </ul> <h2 title="Exceptions">Exceptions</h2> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html index 0b0f5ee..3bb93e8 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/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.composite (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.composite (Apache Polygene⢠(Java Edition) SDK 3.0.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.composite (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.composite (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -158,30 +158,36 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulAssociationCompositeDescriptor</a></td> +<td class="colLast"> +<div class="block">Stateful Association Composite Descriptor.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">StatefulCompositeDescriptor</a></td> <td class="colLast"> <div class="block">Stateful Composite Descriptor.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientBuilder.html" title="interface in org.apache.polygene.api.composite">TransientBuilder</a><T></td> <td class="colLast"> <div class="block">TransientBuilders are used to instantiate TransientComposites.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientBuilderFactory.html" title="interface in org.apache.polygene.api.composite">TransientBuilderFactory</a></td> <td class="colLast"> <div class="block">This factory creates TransientComposites and the TransientBuilders.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientComposite.html" title="interface in org.apache.polygene.api.composite">TransientComposite</a></td> <td class="colLast"> <div class="block">Transient Composite Type.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite">TransientDescriptor</a></td> <td class="colLast"> <div class="block">TransientComposite Descriptor.</div> @@ -212,6 +218,12 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/DefaultMethodsFilter.html" title="class in org.apache.polygene.api.composite">DefaultMethodsFilter</a></td> +<td class="colLast"> +<div class="block">Filter Default Interface Methods to apply a generic fragment.</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite">PropertyMapper</a></td> <td class="colLast"> <div class="block">Transfer java.util.Properties to Composite properties</div> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html index a0e3ad7..f4f89dd 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/composite/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/composite/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.composite Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.composite Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0.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.composite Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.composite Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -81,6 +81,7 @@ <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/DecoratorMixin.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">DecoratorMixin</span></a> (implements java.lang.reflect.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect">InvocationHandler</a>)</li> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/DefaultMethodsFilter.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">DefaultMethodsFilter</span></a> (implements org.apache.polygene.api.common.<a href="../../../../../org/apache/polygene/api/common/AppliesToFilter.html" title="interface in org.apache.polygene.api.common">AppliesToFilter</a>)</li> <li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/PropertyMapper.html" title="class in org.apache.polygene.api.composite"><span class="typeNameLink">PropertyMapper</span></a></li> <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">ThreadLocal</span></a><T> <ul> @@ -169,6 +170,7 @@ <li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StateDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">StateDescriptor</span></a></li> <li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">StatefulCompositeDescriptor</span></a> <ul> +<li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/StatefulAssociationCompositeDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">StatefulAssociationCompositeDescriptor</span></a></li> <li type="circle">org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/TransientDescriptor.html" title="interface in org.apache.polygene.api.composite"><span class="typeNameLink">TransientDescriptor</span></a> (also extends org.apache.polygene.api.composite.<a href="../../../../../org/apache/polygene/api/composite/CompositeDescriptor.html" title="interface in org.apache.polygene.api.composite">CompositeDescriptor</a>)</li> </ul> </li> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html index d317c26..428295e 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConcernDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ConcernDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="ConcernDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ConcernDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html index daef6e7..cb61bdd 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernOf.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConcernOf (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ConcernOf (Apache Polygene⢠(Java Edition) SDK 3.0.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="ConcernOf (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ConcernOf (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { @@ -102,7 +102,7 @@ <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../org/apache/polygene/library/logging/trace/AbstractTraceConcern.html" title="class in org.apache.polygene.library.logging.trace">AbstractTraceConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/ConcurrentModificationCheckConcern.html" title="class in org.apache.polygene.spi.entitystore">ConcurrentModificationCheckConcern</a>, <a href="../../../../../org/apache/polygene/api/concern/GenericConcern.html" title="class in org.apache.polygene.api.concern">GenericConcern</a>, <a href="../../../../../org/apache/polygene/test/mock/MockPlayerConcern.html" title="class in org.apache.polygene.test.mock">MockPlayerConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/ReadLockConcern.html" title="class in org.apache.polygene.library.locking">ReadLockConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCache dValueConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueOnExceptionConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCachedValueOnExceptionConcern</a>, <a href="../../../../../org/apache/polygene/library/shiro/concerns/SecurityConcern.html" title="class in org.apache.polygene.library.shiro.concerns">SecurityConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/StateChangeNotificationConcern.html" title="class in org.apache.polygene.spi.entitystore">StateChangeNotificationConcern</a>, <a href="../../../../../org/apache/polygene/library/metrics/TimingCaptureAllConcern.html" title="class in org.apache.polygene.library.metrics">TimingCaptureAllConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/WriteLockConcern.html" title="class in org.apache.polygene.library.locking">WriteLockConcern</a></dd> +<dd><a href="../../../../../org/apache/polygene/library/logging/trace/AbstractTraceConcern.html" title="class in org.apache.polygene.library.logging.trace">AbstractTraceConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/ConcurrentModificationCheckConcern.html" title="class in org.apache.polygene.spi.entitystore">ConcurrentModificationCheckConcern</a>, <a href="../../../../../org/apache/polygene/api/concern/GenericConcern.html" title="class in org.apache.polygene.api.concern">GenericConcern</a>, <a href="../../../../../org/apache/polygene/test/mock/MockPlayerConcern.html" title="class in org.apache.polygene.test.mock">MockPlayerConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/ReadLockConcern.html" title="class in org.apache.polygene.library.locking">ReadLockConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCache dValueConcern</a>, <a href="../../../../../org/apache/polygene/library/invocationcache/ReturnCachedValueOnExceptionConcern.html" title="class in org.apache.polygene.library.invocationcache">ReturnCachedValueOnExceptionConcern</a>, <a href="../../../../../org/apache/polygene/library/shiro/concerns/SecurityConcern.html" title="class in org.apache.polygene.library.shiro.concerns">SecurityConcern</a>, <a href="../../../../../org/apache/polygene/spi/entitystore/StateChangeNotificationConcern.html" title="class in org.apache.polygene.spi.entitystore">StateChangeNotificationConcern</a>, <a href="../../../../../org/apache/polygene/api/metrics/TimingCaptureAllConcern.html" title="class in org.apache.polygene.api.metrics">TimingCaptureAllConcern</a>, <a href="../../../../../org/apache/polygene/library/locking/WriteLockConcern.html" title="class in org.apache.polygene.library.locking">WriteLockConcern</a></dd> </dl> <hr> <br> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/Concerns.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/Concerns.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/Concerns.html index 11f2e3b..d831f73 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/Concerns.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/Concerns.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Concerns (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Concerns (Apache Polygene⢠(Java Edition) SDK 3.0.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="Concerns (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Concerns (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernsDescriptor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernsDescriptor.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernsDescriptor.html index b4dc109..9eacc6d 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernsDescriptor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/ConcernsDescriptor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConcernsDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ConcernsDescriptor (Apache Polygene⢠(Java Edition) SDK 3.0.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="ConcernsDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ConcernsDescriptor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/GenericConcern.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/GenericConcern.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/GenericConcern.html index 0556751..b2e1275 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/GenericConcern.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/GenericConcern.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>GenericConcern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>GenericConcern (Apache Polygene⢠(Java Edition) SDK 3.0.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="GenericConcern (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="GenericConcern (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/ConcernFor.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/ConcernFor.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/ConcernFor.html index ca0ff56..4171f09 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/ConcernFor.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/ConcernFor.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ConcernFor (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>ConcernFor (Apache Polygene⢠(Java Edition) SDK 3.0.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="ConcernFor (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="ConcernFor (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-frame.html index d1873d8..f364fa2 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/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.concern.internal (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern.internal (Apache Polygene⢠(Java Edition) SDK 3.0.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/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-summary.html index 5104834..4d207c3 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/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.concern.internal (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern.internal (Apache Polygene⢠(Java Edition) SDK 3.0.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.concern.internal (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.concern.internal (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-tree.html index ace8fd2..a2ddb00 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/internal/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.concern.internal Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern.internal Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0.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.concern.internal Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.concern.internal Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/package-frame.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-frame.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/package-frame.html index 5460516..5769606 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-frame.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/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.concern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern (Apache Polygene⢠(Java Edition) SDK 3.0.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/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/package-summary.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-summary.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/package-summary.html index 67ceb7c..a51b673 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-summary.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/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.concern (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern (Apache Polygene⢠(Java Edition) SDK 3.0.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.concern (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.concern (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/concern/package-tree.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-tree.html b/content/java/develop/javadocs/org/apache/polygene/api/concern/package-tree.html index 4aab953..3843add 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/concern/package-tree.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/concern/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.concern Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>org.apache.polygene.api.concern Class Hierarchy (Apache Polygene⢠(Java Edition) SDK 3.0.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.concern Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="org.apache.polygene.api.concern Class Hierarchy (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/polygene-website/blob/51abe7dd/content/java/develop/javadocs/org/apache/polygene/api/configuration/Configuration.ConfigurationMixin.html ---------------------------------------------------------------------- diff --git a/content/java/develop/javadocs/org/apache/polygene/api/configuration/Configuration.ConfigurationMixin.html b/content/java/develop/javadocs/org/apache/polygene/api/configuration/Configuration.ConfigurationMixin.html index 588b40d..ea22103 100644 --- a/content/java/develop/javadocs/org/apache/polygene/api/configuration/Configuration.ConfigurationMixin.html +++ b/content/java/develop/javadocs/org/apache/polygene/api/configuration/Configuration.ConfigurationMixin.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Configuration.ConfigurationMixin (Apache Polygene⢠(Java Edition) SDK 3.0-SNAPSHOT)</title> +<title>Configuration.ConfigurationMixin (Apache Polygene⢠(Java Edition) SDK 3.0.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="Configuration.ConfigurationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0-SNAPSHOT)"; + parent.document.title="Configuration.ConfigurationMixin (Apache Polygene\u2122 (Java Edition) SDK 3.0.0-SNAPSHOT)"; } } catch(err) {
