Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V6 pre merge #37

Merged
merged 15 commits into from
May 6, 2024
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions README-HSMS-GS.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Notice: `HsmsGsCommunicator` is **NOT** instance of `SecsCommunicator`.

```java
/* from Session-ID */
HsmsSession session100 = passive.getSession(100);
HsmsSession session100 = passive.getHsmsSession(100);

/* Session Set */
Set<HsmsSession> sessions = passive.getSessions();
Set<HsmsSession> sessions = passive.getHsmsSessions();
```

See also ["/src/examples/example6"](/src/examples/example6)
574 changes: 354 additions & 220 deletions docs/allclasses-index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>すべてのパッケージ</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>AbstractSecsCommunicatorConfig</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, class: AbstractSecsCommunicatorConfig">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/shimizukenta/secs/AlreadyClosedException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>AlreadyClosedException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, class: AlreadyClosedException">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/com/shimizukenta/secs/AlreadyOpenedException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>AlreadyOpenedException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, class: AlreadyOpenedException">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>ExecutorServiceShutdownFailedException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, class: ExecutorServiceShutdownFailedException">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down
6 changes: 3 additions & 3 deletions docs/com/shimizukenta/secs/OpenAndCloseable.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>OpenAndCloseable</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, interface: OpenAndCloseable">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 title="インタフェース OpenAndCloseable" class="title">インタフェ
</dl>
<dl class="notes">
<dt>既知のサブインタフェースのリスト:</dt>
<dd><code><a href="hsms/HsmsCommunicator.html" title="com.shimizukenta.secs.hsms内のインタフェース">HsmsCommunicator</a></code>, <code><a href="hsmsgs/HsmsGsCommunicator.html" title="com.shimizukenta.secs.hsmsgs内のインタフェース">HsmsGsCommunicator</a></code>, <code><a href="hsms/HsmsSession.html" title="com.shimizukenta.secs.hsms内のインタフェース">HsmsSession</a></code>, <code><a href="hsmsss/HsmsSsCommunicator.html" title="com.shimizukenta.secs.hsmsss内のインタフェース">HsmsSsCommunicator</a></code>, <code><a href="secs1/Secs1Communicator.html" title="com.shimizukenta.secs.secs1内のインタフェース">Secs1Communicator</a></code>, <code><a href="secs1ontcpip/Secs1OnTcpIpCommunicator.html" title="com.shimizukenta.secs.secs1ontcpip内のインタフェース">Secs1OnTcpIpCommunicator</a></code>, <code><a href="secs1ontcpip/Secs1OnTcpIpReceiverCommunicator.html" title="com.shimizukenta.secs.secs1ontcpip内のインタフェース">Secs1OnTcpIpReceiverCommunicator</a></code>, <code><a href="SecsCommunicator.html" title="com.shimizukenta.secs内のインタフェース">SecsCommunicator</a></code></dd>
<dd><code><a href="hsmsgs/HsmsGsCommunicator.html" title="com.shimizukenta.secs.hsmsgs内のインタフェース">HsmsGsCommunicator</a></code>, <code><a href="hsmsss/HsmsSsCommunicator.html" title="com.shimizukenta.secs.hsmsss内のインタフェース">HsmsSsCommunicator</a></code>, <code><a href="secs1/Secs1Communicator.html" title="com.shimizukenta.secs.secs1内のインタフェース">Secs1Communicator</a></code>, <code><a href="secs1ontcpip/Secs1OnTcpIpCommunicator.html" title="com.shimizukenta.secs.secs1ontcpip内のインタフェース">Secs1OnTcpIpCommunicator</a></code>, <code><a href="secs1ontcpip/Secs1OnTcpIpReceiverCommunicator.html" title="com.shimizukenta.secs.secs1ontcpip内のインタフェース">Secs1OnTcpIpReceiverCommunicator</a></code>, <code><a href="SecsCommunicator.html" title="com.shimizukenta.secs内のインタフェース">SecsCommunicator</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="type-name-label">OpenAndCloseable</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>SecsCommunicatableStateChangeBiListener</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, interface: SecsCommunicatableStateChangeBiListener">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down Expand Up @@ -84,11 +84,7 @@ <h1 title="インタフェース SecsCommunicatableStateChangeBiListener" class=
<hr>
<pre>public interface <span class="type-name-label">SecsCommunicatableStateChangeBiListener</span>
extends java.util.EventListener</pre>
<div class="block">SECS-Communicate-State Change Listener.

<p>
This interface is called in <a href="SecsCommunicator.html#addSecsCommunicatableStateChangeBiListener(com.shimizukenta.secs.SecsCommunicatableStateChangeBiListener)"><code>SecsCommunicator.addSecsCommunicatableStateChangeBiListener(SecsCommunicatableStateChangeBiListener)</code></a><br/>
</p></div>
<div class="block">SECS-Communicate-State Change Listener.</div>
</section>
<section class="summary">
<ul class="summary-list">
Expand All @@ -110,8 +106,8 @@ <h2>メソッドの概要</h2>
<tbody>
<tr class="alt-color" id="i0">
<td class="col-first"><code>void</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#changed(boolean,com.shimizukenta.secs.SecsCommunicator)">changed</a></span>&#8203;(boolean&nbsp;communicatable,
<a href="SecsCommunicator.html" title="com.shimizukenta.secs内のインタフェース">SecsCommunicator</a>&nbsp;communicator)</code></th>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#changed(boolean,com.shimizukenta.secs.SecsGemAccessor)">changed</a></span>&#8203;(boolean&nbsp;communicatable,
<a href="SecsGemAccessor.html" title="com.shimizukenta.secs内のインタフェース">SecsGemAccessor</a>&nbsp;communicator)</code></th>
<td class="col-last">
<div class="block">SECS-Communicate-State Changed.</div>
</td>
Expand All @@ -132,10 +128,10 @@ <h2>メソッドの概要</h2>
<h2>メソッドの詳細</h2>
<ul class="member-list">
<li>
<section class="detail" id="changed(boolean,com.shimizukenta.secs.SecsCommunicator)">
<section class="detail" id="changed(boolean,com.shimizukenta.secs.SecsGemAccessor)">
<h3>changed</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="member-name">changed</span>&#8203;(<span class="parameters">boolean&nbsp;communicatable,
<a href="SecsCommunicator.html" title="com.shimizukenta.secs内のインタフェース">SecsCommunicator</a>&nbsp;communicator)</span></div>
<a href="SecsGemAccessor.html" title="com.shimizukenta.secs内のインタフェース">SecsGemAccessor</a>&nbsp;communicator)</span></div>
<div class="block">SECS-Communicate-State Changed.

<p>
Expand All @@ -145,7 +141,7 @@ <h3>changed</h3>
<dl class="notes">
<dt>パラメータ:</dt>
<dd><code>communicatable</code> - true if state is communicatable</dd>
<dd><code>communicator</code> - the SecsCommunicator</dd>
<dd><code>communicator</code> - the GemAccessor</dd>
</dl>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Feb 02 23:27:54 JST 2024 -->
<!-- Generated by javadoc (15) on Mon May 06 17:26:43 JST 2024 -->
<title>SecsCommunicatableStateChangeListener</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-02-02">
<meta name="dc.created" content="2024-05-06">
<meta name="description" content="declaration: package: com.shimizukenta.secs, interface: SecsCommunicatableStateChangeListener">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
Expand Down Expand Up @@ -84,11 +84,7 @@ <h1 title="インタフェース SecsCommunicatableStateChangeListener" class="t
<hr>
<pre>public interface <span class="type-name-label">SecsCommunicatableStateChangeListener</span>
extends java.util.EventListener</pre>
<div class="block">SECS-Communicate-State Change Listener.

<p>
This interface is called in <a href="SecsCommunicator.html#addSecsCommunicatableStateChangeListener(com.shimizukenta.secs.SecsCommunicatableStateChangeListener)"><code>SecsCommunicator.addSecsCommunicatableStateChangeListener(SecsCommunicatableStateChangeListener)</code></a><br/>
</p></div>
<div class="block">SECS-Communicate-State Change Listener.</div>
</section>
<section class="summary">
<ul class="summary-list">
Expand Down
Loading