http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/JobRegistry.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/JobRegistry.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/JobRegistry.html index 16dd08f..739f44d 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/JobRegistry.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/JobRegistry.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 --> -<title>JobRegistry (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>JobRegistry (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JobRegistry (Edgent v1.1.0)"; + parent.document.title="JobRegistry (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.runtime.jobregistry.JobRegistry</li> @@ -114,7 +115,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">JobRegistry</span> -extends java.lang.Object +extends <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> implements <a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html" title="interface in org.apache.edgent.execution.services">JobRegistryService</a></pre> <div class="block">Maintains a set of registered jobs and a set of listeners. Notifies listeners on job additions, deletions and updates.</div> @@ -192,19 +193,19 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#getJob-java.lang.String-">getJob</a></span>(java.lang.String id)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#getJob-java.lang.String-">getJob</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> id)</code> <div class="block">Returns a job given its identifier.</div> </td> </tr> <tr id="i4" class="altColor"> -<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<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/edgent/runtime/jobregistry/JobRegistry.html#getJobIds--">getJobIds</a></span>()</code> <div class="block">Returns a set of all the registered job identifiers.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#removeJob-java.lang.String-">removeJob</a></span>(java.lang.String jobId)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html#removeJob-java.lang.String-">removeJob</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> jobId)</code> <div class="block">Removes the job specified by the given identifier.</div> </td> </tr> @@ -226,8 +227,8 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class 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">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -324,7 +325,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <ul class="blockList"> <li class="blockList"> <h4>getJobIds</h4> -<pre>public java.util.Set<java.lang.String> getJobIds()</pre> +<pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a><<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>> getJobIds()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#getJobIds--">JobRegistryService</a></code></span></div> <div class="block">Returns a set of all the registered job identifiers.</div> <dl> @@ -341,7 +342,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <ul class="blockList"> <li class="blockList"> <h4>getJob</h4> -<pre>public <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> getJob(java.lang.String id)</pre> +<pre>public <a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> getJob(<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> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#getJob-java.lang.String-">JobRegistryService</a></code></span></div> <div class="block">Returns a job given its identifier.</div> <dl> @@ -361,7 +362,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <ul class="blockList"> <li class="blockList"> <h4>removeJob</h4> -<pre>public boolean removeJob(java.lang.String jobId)</pre> +<pre>public boolean removeJob(<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> jobId)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#removeJob-java.lang.String-">JobRegistryService</a></code></span></div> <div class="block">Removes the job specified by the given identifier.</div> <dl> @@ -381,7 +382,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <li class="blockList"> <h4>addJob</h4> <pre>public void addJob(<a href="../../../../../org/apache/edgent/execution/Job.html" title="interface in org.apache.edgent.execution">Job</a> job) - throws java.lang.IllegalArgumentException</pre> + throws <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html#addJob-org.apache.edgent.execution.Job-">JobRegistryService</a></code></span></div> <div class="block">Adds the specified job.</div> <dl> @@ -390,7 +391,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>job</code> - the job to register</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.IllegalArgumentException</code> - if a job is null, or if a job with +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if a job is null, or if a job with the same identifier is already registered</dd> </dl> </li> @@ -440,7 +441,6 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -485,6 +485,6 @@ implements <a href="../../../../../org/apache/edgent/execution/services/JobRegis <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobEvents.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobEvents.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobEvents.html index de06d0f..21e6b82 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobEvents.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobEvents.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Class org.apache.edgent.runtime.jobregistry.JobEvents (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.runtime.jobregistry.JobEvents (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.runtime.jobregistry.JobEvents (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.runtime.jobregistry.JobEvents (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jobregistry/JobEvents.html" title="class in org.apache.edgent.runtime.jobregistry">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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> @@ -86,12 +87,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jobregistry/JobEvents.html" title="class in org.apache.edgent.runtime.jobregistry">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -121,6 +121,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobRegistry.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobRegistry.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobRegistry.html index a8082c2..6c35261 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobRegistry.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/class-use/JobRegistry.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Class org.apache.edgent.runtime.jobregistry.JobRegistry (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.runtime.jobregistry.JobRegistry (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.runtime.jobregistry.JobRegistry (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.runtime.jobregistry.JobRegistry (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html" title="class in org.apache.edgent.runtime.jobregistry">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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> @@ -86,12 +87,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html" title="class in org.apache.edgent.runtime.jobregistry">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -121,6 +121,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-frame.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-frame.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-frame.html index 3a89c14..fbb4f13 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-frame.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-frame.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jobregistry (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jobregistry (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <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/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-summary.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-summary.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-summary.html index 7e0a240..0d1509b 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-summary.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-summary.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jobregistry (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jobregistry (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.runtime.jobregistry (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.runtime.jobregistry (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -117,7 +118,6 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -147,6 +147,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-tree.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-tree.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-tree.html index d2abce5..c1e2014 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-tree.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-tree.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jobregistry Class Hierarchy (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jobregistry Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.runtime.jobregistry Class Hierarchy (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.runtime.jobregistry Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -79,7 +80,7 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.Object +<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.edgent.runtime.jobregistry.<a href="../../../../../org/apache/edgent/runtime/jobregistry/JobEvents.html" title="class in org.apache.edgent.runtime.jobregistry"><span class="typeNameLink">JobEvents</span></a></li> <li type="circle">org.apache.edgent.runtime.jobregistry.<a href="../../../../../org/apache/edgent/runtime/jobregistry/JobRegistry.html" title="class in org.apache.edgent.runtime.jobregistry"><span class="typeNameLink">JobRegistry</span></a> (implements org.apache.edgent.execution.services.<a href="../../../../../org/apache/edgent/execution/services/JobRegistryService.html" title="interface in org.apache.edgent.execution.services">JobRegistryService</a>)</li> @@ -105,7 +106,6 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -135,6 +135,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-use.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-use.html b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-use.html index dabdcc3..866774e 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-use.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jobregistry/package-use.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Package org.apache.edgent.runtime.jobregistry (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.edgent.runtime.jobregistry (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.edgent.runtime.jobregistry (Edgent v1.1.0)"; + parent.document.title="Uses of Package org.apache.edgent.runtime.jobregistry (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -91,7 +92,6 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -121,6 +121,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/JsonControlService.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/JsonControlService.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/JsonControlService.html index c2e41d1..9001501 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/JsonControlService.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/JsonControlService.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:08 EST 2017 --> -<title>JsonControlService (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>JsonControlService (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonControlService (Edgent v1.1.0)"; + parent.document.title="JsonControlService (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.runtime.jsoncontrol.JsonControlService</li> @@ -114,7 +115,7 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">JsonControlService</span> -extends java.lang.Object +extends <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> implements <a href="../../../../../org/apache/edgent/execution/services/ControlService.html" title="interface in org.apache.edgent.execution.services">ControlService</a></pre> <div class="block">Control service that accepts control instructions as JSON objects. <BR> @@ -144,25 +145,25 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>static java.lang.String</code></td> +<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/edgent/runtime/jsoncontrol/JsonControlService.html#ALIAS_KEY">ALIAS_KEY</a></span></code> <div class="block">Key for the alias of the control MBean in a JSON request.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static java.lang.String</code></td> +<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/edgent/runtime/jsoncontrol/JsonControlService.html#ARGS_KEY">ARGS_KEY</a></span></code> <div class="block">Key for the argument list.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>static java.lang.String</code></td> +<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/edgent/runtime/jsoncontrol/JsonControlService.html#OP_KEY">OP_KEY</a></span></code> <div class="block">Key for the operation name.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static java.lang.String</code></td> +<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/edgent/runtime/jsoncontrol/JsonControlService.html#TYPE_KEY">TYPE_KEY</a></span></code> <div class="block">Key for the type of the control MBean in a JSON request.</div> </td> @@ -207,34 +208,34 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><T> T</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#getControl-java.lang.String-java.lang.String-java.lang.Class-">getControl</a></span>(java.lang.String type, - java.lang.String alias, - java.lang.Class<T> controlInterface)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#getControl-java.lang.String-java.lang.String-java.lang.Class-">getControl</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> type, + <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> alias, + <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><T> controlInterface)</code> <div class="block">Return a control Mbean registered with this service.</div> </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code><T> java.lang.String</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#getControlId-java.lang.String-java.lang.String-java.lang.Class-">getControlId</a></span>(java.lang.String type, - java.lang.String alias, - java.lang.Class<T> controlInterface)</code> +<td class="colFirst"><code><T> <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/edgent/runtime/jsoncontrol/JsonControlService.html#getControlId-java.lang.String-java.lang.String-java.lang.Class-">getControlId</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> type, + <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> alias, + <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><T> controlInterface)</code> <div class="block">Return the unique identifier for a control Mbean registered with this service.</div> </td> </tr> <tr id="i3" class="rowColor"> -<td class="colFirst"><code><T> java.lang.String</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#registerControl-java.lang.String-java.lang.String-java.lang.String-java.lang.Class-T-">registerControl</a></span>(java.lang.String type, - java.lang.String id, - java.lang.String alias, - java.lang.Class<T> controlInterface, +<td class="colFirst"><code><T> <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/edgent/runtime/jsoncontrol/JsonControlService.html#registerControl-java.lang.String-java.lang.String-java.lang.String-java.lang.Class-T-">registerControl</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> type, + <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> id, + <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> alias, + <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><T> controlInterface, T control)</code> <div class="block">Register a control MBean.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#unregister-java.lang.String-">unregister</a></span>(java.lang.String controlId)</code> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html#unregister-java.lang.String-">unregister</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> controlId)</code> <div class="block">Unregister a control bean registered by <a href="../../../../../org/apache/edgent/execution/services/ControlService.html#registerControl-java.lang.String-java.lang.String-java.lang.String-java.lang.Class-T-"><code>ControlService.registerControl(String, String, String, Class, Object)</code></a></div> </td> </tr> @@ -243,8 +244,8 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class 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">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -266,7 +267,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>TYPE_KEY</h4> -<pre>public static final java.lang.String TYPE_KEY</pre> +<pre>public static final <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> TYPE_KEY</pre> <div class="block">Key for the type of the control MBean in a JSON request. <BR> Value is "type".</div> @@ -282,7 +283,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>ALIAS_KEY</h4> -<pre>public static final java.lang.String ALIAS_KEY</pre> +<pre>public static final <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> ALIAS_KEY</pre> <div class="block">Key for the alias of the control MBean in a JSON request. <BR> Value is "alias".</div> @@ -298,7 +299,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>OP_KEY</h4> -<pre>public static final java.lang.String OP_KEY</pre> +<pre>public static final <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> OP_KEY</pre> <div class="block">Key for the operation name. <BR> Value is "op".</div> @@ -314,7 +315,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockListLast"> <li class="blockList"> <h4>ARGS_KEY</h4> -<pre>public static final java.lang.String ARGS_KEY</pre> +<pre>public static final <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> ARGS_KEY</pre> <div class="block">Key for the argument list. If no arguments are required then "args" can be missing or an empty list. @@ -358,7 +359,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <li class="blockList"> <h4>controlRequest</h4> <pre>public com.google.gson.JsonElement controlRequest(com.google.gson.JsonObject request) - throws java.lang.Exception</pre> + throws <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Handle a JSON control request. The control action is executed directly @@ -369,7 +370,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <dt><span class="returnLabel">Returns:</span></dt> <dd>JSON response, JSON null if the request was not recognized.</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.Exception</code> - on failure</dd> +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - on failure</dd> </dl> </li> </ul> @@ -381,11 +382,11 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>registerControl</h4> -<pre>public <T> java.lang.String registerControl(java.lang.String type, - java.lang.String id, - java.lang.String alias, - java.lang.Class<T> controlInterface, - T control)</pre> +<pre>public <T> <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> registerControl(<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> type, + <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> id, + <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> alias, + <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><T> controlInterface, + T control)</pre> <div class="block">Register a control MBean. <P> All control service MBeans must be valid according @@ -416,7 +417,7 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>unregister</h4> -<pre>public void unregister(java.lang.String controlId)</pre> +<pre>public void unregister(<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> controlId)</pre> <div class="block">Unregister a control bean registered by <a href="../../../../../org/apache/edgent/execution/services/ControlService.html#registerControl-java.lang.String-java.lang.String-java.lang.String-java.lang.Class-T-"><code>ControlService.registerControl(String, String, String, Class, Object)</code></a></div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> @@ -432,9 +433,9 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockList"> <li class="blockList"> <h4>getControl</h4> -<pre>public <T> T getControl(java.lang.String type, - java.lang.String alias, - java.lang.Class<T> controlInterface)</pre> +<pre>public <T> T getControl(<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> type, + <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> alias, + <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><T> controlInterface)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/ControlService.html#getControl-java.lang.String-java.lang.String-java.lang.Class-">ControlService</a></code></span></div> <div class="block">Return a control Mbean registered with this service.</div> <dl> @@ -457,9 +458,9 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <ul class="blockListLast"> <li class="blockList"> <h4>getControlId</h4> -<pre>public <T> java.lang.String getControlId(java.lang.String type, - java.lang.String alias, - java.lang.Class<T> controlInterface)</pre> +<pre>public <T> <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> getControlId(<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> type, + <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> alias, + <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><T> controlInterface)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/edgent/execution/services/ControlService.html#getControlId-java.lang.String-java.lang.String-java.lang.Class-">ControlService</a></code></span></div> <div class="block">Return the unique identifier for a control Mbean registered with this service.</div> @@ -503,7 +504,6 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -548,6 +548,6 @@ implements <a href="../../../../../org/apache/edgent/execution/services/ControlS <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/class-use/JsonControlService.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/class-use/JsonControlService.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/class-use/JsonControlService.html index 6b03604..b138da3 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/class-use/JsonControlService.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/class-use/JsonControlService.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Class org.apache.edgent.runtime.jsoncontrol.JsonControlService (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.runtime.jsoncontrol.JsonControlService (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.runtime.jsoncontrol.JsonControlService (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.runtime.jsoncontrol.JsonControlService (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html" title="class in org.apache.edgent.runtime.jsoncontrol">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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> @@ -129,12 +130,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html" title="class in org.apache.edgent.runtime.jsoncontrol">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../overview-tree.html">Tree</a></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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -164,6 +164,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-frame.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-frame.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-frame.html index e5f6d2b..26e4fc3 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-frame.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-frame.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jsoncontrol (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jsoncontrol (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <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/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-summary.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-summary.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-summary.html index b288dff..c2009c4 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-summary.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-summary.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jsoncontrol (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jsoncontrol (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.runtime.jsoncontrol (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.runtime.jsoncontrol (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -44,7 +45,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../org/apache/edgent/samples/apps/package-summary.html">Next Package</a></li> +<li><a href="../../../../../org/apache/edgent/streamscope/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/runtime/jsoncontrol/package-summary.html" target="_top">Frames</a></li> @@ -136,12 +137,11 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/runtime/jobregistry/package-summary.html">Prev Package</a></li> -<li><a href="../../../../../org/apache/edgent/samples/apps/package-summary.html">Next Package</a></li> +<li><a href="../../../../../org/apache/edgent/streamscope/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/runtime/jsoncontrol/package-summary.html" target="_top">Frames</a></li> @@ -166,6 +166,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-tree.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-tree.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-tree.html index 5b1c5af..f23eac6 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-tree.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-tree.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>org.apache.edgent.runtime.jsoncontrol Class Hierarchy (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:22 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.runtime.jsoncontrol Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.runtime.jsoncontrol Class Hierarchy (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.runtime.jsoncontrol Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -44,7 +45,7 @@ <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/runtime/jobregistry/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/edgent/samples/apps/package-tree.html">Next</a></li> +<li><a href="../../../../../org/apache/edgent/streamscope/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/runtime/jsoncontrol/package-tree.html" target="_top">Frames</a></li> @@ -79,7 +80,7 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.Object +<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.edgent.runtime.jsoncontrol.<a href="../../../../../org/apache/edgent/runtime/jsoncontrol/JsonControlService.html" title="class in org.apache.edgent.runtime.jsoncontrol"><span class="typeNameLink">JsonControlService</span></a> (implements org.apache.edgent.execution.services.<a href="../../../../../org/apache/edgent/execution/services/ControlService.html" title="interface in org.apache.edgent.execution.services">ControlService</a>)</li> </ul> @@ -104,12 +105,11 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/edgent/runtime/jobregistry/package-tree.html">Prev</a></li> -<li><a href="../../../../../org/apache/edgent/samples/apps/package-tree.html">Next</a></li> +<li><a href="../../../../../org/apache/edgent/streamscope/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/edgent/runtime/jsoncontrol/package-tree.html" target="_top">Frames</a></li> @@ -134,6 +134,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-use.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-use.html b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-use.html index 77c7c39..d364f4e 100644 --- a/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-use.html +++ b/content/javadoc/latest/org/apache/edgent/runtime/jsoncontrol/package-use.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Package org.apache.edgent.runtime.jsoncontrol (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.edgent.runtime.jsoncontrol (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.edgent.runtime.jsoncontrol (Edgent v1.1.0)"; + parent.document.title="Uses of Package org.apache.edgent.runtime.jsoncontrol (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -129,7 +130,6 @@ <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -159,6 +159,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/21e277e0/content/javadoc/latest/org/apache/edgent/samples/apps/AbstractApplication.html ---------------------------------------------------------------------- diff --git a/content/javadoc/latest/org/apache/edgent/samples/apps/AbstractApplication.html b/content/javadoc/latest/org/apache/edgent/samples/apps/AbstractApplication.html deleted file mode 100644 index 86d0426..0000000 --- a/content/javadoc/latest/org/apache/edgent/samples/apps/AbstractApplication.html +++ /dev/null @@ -1,469 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:10 EST 2017 --> -<title>AbstractApplication (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> -<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="AbstractApplication (Edgent v1.1.0)"; - } - } - catch(err) { - } -//--> -var methods = {"i0":6,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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> -</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="class-use/AbstractApplication.html">Use</a></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>Prev Class</li> -<li><a href="../../../../../org/apache/edgent/samples/apps/ApplicationUtilities.html" title="class in org.apache.edgent.samples.apps"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/edgent/samples/apps/AbstractApplication.html" target="_top">Frames</a></li> -<li><a href="AbstractApplication.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><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </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.edgent.samples.apps</div> -<h2 title="Class AbstractApplication" class="title">Class AbstractApplication</h2> -</div> -<div class="contentContainer"> -<ul class="inheritance"> -<li>java.lang.Object</li> -<li> -<ul class="inheritance"> -<li>org.apache.edgent.samples.apps.AbstractApplication</li> -</ul> -</li> -</ul> -<div class="description"> -<ul class="blockList"> -<li class="blockList"> -<dl> -<dt>Direct Known Subclasses:</dt> -<dd><a href="../../../../../org/apache/edgent/test/svt/apps/iotp/AbstractIotpApplication.html" title="class in org.apache.edgent.test.svt.apps.iotp">AbstractIotpApplication</a>, <a href="../../../../../org/apache/edgent/samples/apps/mqtt/AbstractMqttApplication.html" title="class in org.apache.edgent.samples.apps.mqtt">AbstractMqttApplication</a></dd> -</dl> -<hr> -<br> -<pre>public abstract class <span class="typeNameLabel">AbstractApplication</span> -extends java.lang.Object</pre> -<div class="block">An Application base class. - <p> - Application instances need to: - <ul> - <li>define an implementation for <a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#buildTopology-org.apache.edgent.topology.Topology-"><code>buildTopology(Topology)</code></a></li> - <li>call <a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#run--"><code>run()</code></a> to build and submit the topology for execution.</li> - </ul> - <p> - The class provides some common processing needs: - <ul> - <li>Support for an external configuration file</li> - <li>Provides a <a href="../../../../../org/apache/edgent/samples/apps/TopologyProviderFactory.html" title="class in org.apache.edgent.samples.apps"><code>TopologyProviderFactory</code></a></li> - <li>Provides a <a href="../../../../../org/apache/edgent/samples/apps/ApplicationUtilities.html" title="class in org.apache.edgent.samples.apps"><code>ApplicationUtilities</code></a></li> - </ul></div> -<dl> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../org/apache/edgent/samples/apps/mqtt/AbstractMqttApplication.html" title="class in org.apache.edgent.samples.apps.mqtt"><code>AbstractMqttApplication</code></a></dd> -</dl> -</li> -</ul> -</div> -<div class="summary"> -<ul class="blockList"> -<li class="blockList"> -<!-- =========== FIELD SUMMARY =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field.summary"> -<!-- --> -</a> -<h3>Field Summary</h3> -<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> -<caption><span>Fields</span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th class="colLast" scope="col">Field and Description</th> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected java.util.Properties</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#props">props</a></span></code> </td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><code>protected java.lang.String</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#propsPath">propsPath</a></span></code> </td> -</tr> -<tr class="altColor"> -<td class="colFirst"><code>protected <a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#t">t</a></span></code> </td> -</tr> -</table> -</li> -</ul> -<!-- ======== CONSTRUCTOR SUMMARY ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor.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> -<tr> -<th class="colOne" scope="col">Constructor and Description</th> -</tr> -<tr class="altColor"> -<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#AbstractApplication-java.lang.String-">AbstractApplication</a></span>(java.lang.String propsPath)</code> </td> -</tr> -</table> -</li> -</ul> -<!-- ========== 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><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>protected abstract void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#buildTopology-org.apache.edgent.topology.Topology-">buildTopology</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> t)</code> -<div class="block">Build the application's topology.</div> -</td> -</tr> -<tr id="i1" class="rowColor"> -<td class="colFirst"><code>java.util.Properties</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#config--">config</a></span>()</code> -<div class="block">Get the application's raw configuration information.</div> -</td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#handleRuntimeError-java.lang.String-java.lang.Exception-">handleRuntimeError</a></span>(java.lang.String msg, - java.lang.Exception e)</code> </td> -</tr> -<tr id="i3" class="rowColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#preBuildTopology-org.apache.edgent.topology.Topology-">preBuildTopology</a></span>(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> t)</code> -<div class="block">A hook for a subclass to do things prior to the invocation - of <a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#buildTopology-org.apache.edgent.topology.Topology-"><code>buildTopology(Topology)</code></a>.</div> -</td> -</tr> -<tr id="i4" class="altColor"> -<td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#run--">run</a></span>()</code> -<div class="block">Construct and run the application's topology.</div> -</td> -</tr> -<tr id="i5" class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/edgent/samples/apps/ApplicationUtilities.html" title="class in org.apache.edgent.samples.apps">ApplicationUtilities</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#utils--">utils</a></span>()</code> -<div class="block">Get the application's</div> -</td> -</tr> -</table> -<ul class="blockList"> -<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> -<!-- --> -</a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<div class="details"> -<ul class="blockList"> -<li class="blockList"> -<!-- ============ FIELD DETAIL =========== --> -<ul class="blockList"> -<li class="blockList"><a name="field.detail"> -<!-- --> -</a> -<h3>Field Detail</h3> -<a name="propsPath"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>propsPath</h4> -<pre>protected final java.lang.String propsPath</pre> -</li> -</ul> -<a name="props"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>props</h4> -<pre>protected final java.util.Properties props</pre> -</li> -</ul> -<a name="t"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>t</h4> -<pre>protected <a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> t</pre> -</li> -</ul> -</li> -</ul> -<!-- ========= CONSTRUCTOR DETAIL ======== --> -<ul class="blockList"> -<li class="blockList"><a name="constructor.detail"> -<!-- --> -</a> -<h3>Constructor Detail</h3> -<a name="AbstractApplication-java.lang.String-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>AbstractApplication</h4> -<pre>public AbstractApplication(java.lang.String propsPath) - throws java.lang.Exception</pre> -<dl> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.Exception</code></dd> -</dl> -</li> -</ul> -</li> -</ul> -<!-- ============ METHOD DETAIL ========== --> -<ul class="blockList"> -<li class="blockList"><a name="method.detail"> -<!-- --> -</a> -<h3>Method Detail</h3> -<a name="run--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>run</h4> -<pre>protected void run() - throws java.lang.Exception</pre> -<div class="block">Construct and run the application's topology.</div> -<dl> -<dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.Exception</code> - on failure</dd> -</dl> -</li> -</ul> -<a name="config--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>config</h4> -<pre>public java.util.Properties config()</pre> -<div class="block">Get the application's raw configuration information.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the configuration</dd> -</dl> -</li> -</ul> -<a name="utils--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>utils</h4> -<pre>public <a href="../../../../../org/apache/edgent/samples/apps/ApplicationUtilities.html" title="class in org.apache.edgent.samples.apps">ApplicationUtilities</a> utils()</pre> -<div class="block">Get the application's</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the helper</dd> -</dl> -</li> -</ul> -<a name="preBuildTopology-org.apache.edgent.topology.Topology-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>preBuildTopology</h4> -<pre>protected void preBuildTopology(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> t)</pre> -<div class="block">A hook for a subclass to do things prior to the invocation - of <a href="../../../../../org/apache/edgent/samples/apps/AbstractApplication.html#buildTopology-org.apache.edgent.topology.Topology-"><code>buildTopology(Topology)</code></a>. - <p> - The default implementation is a no-op.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>t</code> - the application's topology</dd> -</dl> -</li> -</ul> -<a name="buildTopology-org.apache.edgent.topology.Topology-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>buildTopology</h4> -<pre>protected abstract void buildTopology(<a href="../../../../../org/apache/edgent/topology/Topology.html" title="interface in org.apache.edgent.topology">Topology</a> t)</pre> -<div class="block">Build the application's topology.</div> -<dl> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>t</code> - Topology to add to</dd> -</dl> -</li> -</ul> -<a name="handleRuntimeError-java.lang.String-java.lang.Exception-"> -<!-- --> -</a> -<ul class="blockListLast"> -<li class="blockList"> -<h4>handleRuntimeError</h4> -<pre>public void handleRuntimeError(java.lang.String msg, - java.lang.Exception e)</pre> -</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="class-use/AbstractApplication.html">Use</a></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 class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>Prev Class</li> -<li><a href="../../../../../org/apache/edgent/samples/apps/ApplicationUtilities.html" title="class in org.apache.edgent.samples.apps"><span class="typeNameLink">Next Class</span></a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../index.html?org/apache/edgent/samples/apps/AbstractApplication.html" target="_top">Frames</a></li> -<li><a href="AbstractApplication.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><a href="#field.summary">Field</a> | </li> -<li><a href="#constructor.summary">Constr</a> | </li> -<li><a href="#method.summary">Method</a></li> -</ul> -<ul class="subNavList"> -<li>Detail: </li> -<li><a href="#field.detail">Field</a> | </li> -<li><a href="#constructor.detail">Constr</a> | </li> -<li><a href="#method.detail">Method</a></li> -</ul> -</div> -<a name="skip.navbar.bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> -</body> -</html>