クラス Secs1OnTcpIpCommunicatorConfig
java.lang.Object
com.shimizukenta.secs.AbstractSecsCommunicatorConfig
com.shimizukenta.secs.secs1.AbstractSecs1CommunicatorConfig
com.shimizukenta.secs.secs1ontcpip.Secs1OnTcpIpCommunicatorConfig
- すべての実装されたインタフェース:
java.io.Serializable
public class Secs1OnTcpIpCommunicatorConfig extends AbstractSecs1CommunicatorConfig
This class is confit of SECS-I-on-TCP/IP-Communicator.
- To set Connect SocketAddress,
socketAddress(SocketAddress)
- 関連項目:
- 直列化された形式
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Secs1OnTcpIpCommunicatorConfig()
Constructor. -
メソッドの概要
修飾子とタイプ メソッド 説明 TimeoutProperty
reconnectSeconds()
Reconnect seconds getter.void
reconnectSeconds(float seconds)
Reconnect seconds setter.ObjectProperty<java.net.SocketAddress>
socketAddress()
Conenct SocketAddress getter.void
socketAddress(java.net.SocketAddress socketAddress)
Connect SocketAddress setter.クラスから継承されたメソッド com.shimizukenta.secs.secs1.AbstractSecs1CommunicatorConfig
deviceId, deviceId, isCheckMessageBlockDeviceId, isCheckMessageBlockDeviceId, isMaster, isMaster, retry, retry
クラスから継承されたメソッド com.shimizukenta.secs.AbstractSecsCommunicatorConfig
gem, isEquip, isEquip, logSubjectHeader, logSubjectHeader, name, name, timeout
クラスから継承されたメソッド java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
Secs1OnTcpIpCommunicatorConfig
public Secs1OnTcpIpCommunicatorConfig()Constructor.
-
-
メソッドの詳細
-
socketAddress
public void socketAddress(java.net.SocketAddress socketAddress)Connect SocketAddress setter.Not accept
null
- パラメータ:
socketAddress
- the Connect SocketAddress
-
socketAddress
Conenct SocketAddress getter.- 戻り値:
- Connect SocketAddress
-
reconnectSeconds
public void reconnectSeconds(float seconds)Reconnect seconds setter.- パラメータ:
seconds
- the seconds
-
reconnectSeconds
Reconnect seconds getter.- 戻り値:
- Reconnect-Seconds
-