Skip to content

Commit

Permalink
Javadoc 1.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgantman committed Apr 6, 2022
1 parent f03fee2 commit 92d091d
Show file tree
Hide file tree
Showing 126 changed files with 1,033 additions and 1,399 deletions.
4 changes: 2 additions & 2 deletions docs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:39 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>All Classes</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:39 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>All Classes</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
64 changes: 8 additions & 56 deletions docs/com/mgnt/lifecycle/management/BaseEntity.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BaseEntity</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand All @@ -18,12 +18,6 @@
catch(err) {
}
//-->
var methods = {"i0":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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>
Expand Down Expand Up @@ -77,13 +71,13 @@
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
Expand Down Expand Up @@ -124,7 +118,7 @@ <h2 title="Class BaseEntity" class="title">Class BaseEntity&lt;I&gt;</h2>
The abstract class should also extend this class. Also a Factory that will hold the instances of that Interface
needs to be created. The factory should extend <a href="../../../../com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management"><code>BaseEntityFactory</code></a>. After that user may create any number of
classes that extend the abstract class. Each of these concrete implementations will self-insert itself into its
factory. See the javadoc for the <code>com.mgnt.lifecycle.management</code> package and source code in package
factory. See the javadoc for the <a href="../../../../com/mgnt/lifecycle/management/package-summary.html"><code>com.mgnt.lifecycle.management</code></a> package and source code in package
<code>com.mgnt.lifecycle.management.example</code> for detailed explanation on how to use this class</div>
</li>
</ul>
Expand Down Expand Up @@ -164,26 +158,12 @@ <h3>Constructor Summary</h3>
<!-- -->
</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">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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 static &lt;I&gt;&nbsp;void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/mgnt/lifecycle/management/BaseEntity.html#init-java.lang.String-com.mgnt.lifecycle.management.BaseEntityFactory-">init</a></span>(java.lang.String&nbsp;type,
<a href="../../../../com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management">BaseEntityFactory</a>&lt;I&gt;&nbsp;factory)</code>
<div class="block">This method puts the relevant factory into internal Factory map.</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&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -233,34 +213,6 @@ <h4>BaseEntity</h4>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init-java.lang.String-com.mgnt.lifecycle.management.BaseEntityFactory-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>init</h4>
<pre>protected static&nbsp;&lt;I&gt;&nbsp;void&nbsp;init(java.lang.String&nbsp;type,
<a href="../../../../com/mgnt/lifecycle/management/BaseEntityFactory.html" title="class in com.mgnt.lifecycle.management">BaseEntityFactory</a>&lt;I&gt;&nbsp;factory)</pre>
<div class="block">This method puts the relevant factory into internal Factory map. This method MUST be explicitly
called by static initializer block in one of the implementations of the interface. It is recommended
to place this initializer into abstract parent of all the implementations of the Interface</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>I</code> - </dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - </dd>
<dd><code>factory</code> - </dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
Expand Down Expand Up @@ -315,13 +267,13 @@ <h4>init</h4>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
Expand Down
8 changes: 4 additions & 4 deletions docs/com/mgnt/lifecycle/management/BaseEntityFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BaseEntityFactory</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down Expand Up @@ -119,7 +119,7 @@ <h2 title="Class BaseEntityFactory" class="title">Class BaseEntityFactory&lt;I&g
<br>
<pre>public abstract class <span class="typeNameLabel">BaseEntityFactory&lt;I&gt;</span>
extends java.lang.Object</pre>
<div class="block">This is the parent factory class for all the factories. See the javadoc for the <code>com.mgnt.lifecycle.management</code>
<div class="block">This is the parent factory class for all the factories. See the javadoc for the <a href="../../../../com/mgnt/lifecycle/management/package-summary.html"><code>com.mgnt.lifecycle.management</code></a>
and source code in package <code>com.mgnt.lifecycle.management.example</code> for detailed explanation on how to use this class</div>
</li>
</ul>
Expand Down Expand Up @@ -174,7 +174,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BackgroundRunnable</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BackgroundRunnableFactory</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h3>Methods inherited from class&nbsp;com.mgnt.lifecycle.management.<a href="../
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BackgroundThreadsRunner</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2 title="Class BackgroundThreadsRunner" class="title">Class BackgroundThreadsR
extends java.lang.Object</pre>
<div class="block">This class is part of the framework and probably will not be accessed externally. However if you use this infrastructure
within Spring framework you will need to declare this class as bean in your xml configuration. The the explanation
at the end of package description <code>com.mgnt.lifecycle.management.backgroundrunner</code></div>
at the end of package description <a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/package-summary.html"><code>com.mgnt.lifecycle.management.backgroundrunner</code></a></div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Method Summary</h3>
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:38 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>BaseBackgroundRunnable</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
Expand All @@ -18,8 +18,8 @@
catch(err) {
}
//-->
var methods = {"i0":10,"i1":6,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var methods = {"i0":10,"i1":10,"i2":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
Expand Down Expand Up @@ -157,22 +157,12 @@ <h3>Constructor Summary</h3>
</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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 void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html#initParams--">initParams</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html#initParamsForSpecificImplementation--">initParamsForSpecificImplementation</a></span>()</code>
<div class="block">A hook method to be implemented by user extensions of this class.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html#initTimeIntervalParam-java.lang.String-com.mgnt.utils.entities.TimeInterval-java.lang.String-">initTimeIntervalParam</a></span>(java.lang.String&nbsp;valueStr,
<a href="../../../../../com/mgnt/utils/entities/TimeInterval.html" title="class in com.mgnt.utils.entities">TimeInterval</a>&nbsp;defaultValue,
Expand All @@ -181,32 +171,25 @@ <h3>Method Summary</h3>
<a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html#setParamValue-com.mgnt.utils.entities.TimeInterval-java.lang.String-"><code>BackgroundRunnable.setParamValue(TimeInterval, String)</code></a> to set required property value.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html#isInitialized--">isInitialized</a></span>()</code>
<div class="block">internally used method</div>
</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/mgnt/lifecycle/management/backgroundrunner/BaseBackgroundRunnable.html#setInitialized-boolean-">setInitialized</a></span>(boolean&nbsp;initialized)</code>
<div class="block">internally used method</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.mgnt.lifecycle.management.BaseEntity">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;com.mgnt.lifecycle.management.<a href="../../../../../com/mgnt/lifecycle/management/BaseEntity.html" title="class in com.mgnt.lifecycle.management">BaseEntity</a></h3>
<code><a href="../../../../../com/mgnt/lifecycle/management/BaseEntity.html#init-java.lang.String-com.mgnt.lifecycle.management.BaseEntityFactory-">init</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable">
Expand Down Expand Up @@ -253,26 +236,6 @@ <h4>BaseBackgroundRunnable</h4>
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="initParams--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initParams</h4>
<pre>protected&nbsp;void&nbsp;initParams()</pre>
</li>
</ul>
<a name="initParamsForSpecificImplementation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initParamsForSpecificImplementation</h4>
<pre>protected abstract&nbsp;void&nbsp;initParamsForSpecificImplementation()</pre>
<div class="block">A hook method to be implemented by user extensions of this class. See source code example in package
<b><code>com.mgnt.lifecycle.management.backgroundrunner.example</code></b></div>
</li>
</ul>
<a name="initTimeIntervalParam-java.lang.String-com.mgnt.utils.entities.TimeInterval-java.lang.String-">
<!-- -->
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_311) on Thu Jan 06 15:21:39 EET 2022 -->
<!-- Generated by javadoc (1.8.0_311) on Wed Apr 06 15:45:36 EEST 2022 -->
<title>Uses of Interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable</title>
<meta name="date" content="2022-01-06">
<meta name="date" content="2022-04-06">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down Expand Up @@ -35,7 +35,7 @@
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html" title="interface in com.mgnt.lifecycle.management.backgroundrunner">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-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
Expand Down Expand Up @@ -191,7 +191,7 @@ <h3>Uses of <a href="../../../../../../com/mgnt/lifecycle/management/backgroundr
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/mgnt/lifecycle/management/backgroundrunner/BackgroundRunnable.html" title="interface in com.mgnt.lifecycle.management.backgroundrunner">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-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
Expand Down
Loading

0 comments on commit 92d091d

Please sign in to comment.