クラス AbstractHsmsCommunicatorConfig
java.lang.Object
com.shimizukenta.secs.AbstractSecsCommunicatorConfig
com.shimizukenta.secs.hsms.AbstractHsmsCommunicatorConfig
- すべての実装されたインタフェース:
java.io.Serializable
- 直系の既知のサブクラス:
HsmsGsCommunicatorConfig
,HsmsSsCommunicatorConfig
public abstract class AbstractHsmsCommunicatorConfig extends AbstractSecsCommunicatorConfig
This class is config of HSMS-Communicator.
- To set Active or Passive mode,
connectionMode(HsmsConnectionMode)
- To set linktest-cycle-time.
linktest(float)
- To set NOT linktest,
notLinktest()
- 関連項目:
- 直列化された形式
-
メソッドの概要
修飾子とタイプ メソッド 説明 ObjectProperty<HsmsConnectionMode>
connectionMode()
Returns Connection-Mode property.void
connectionMode(HsmsConnectionMode mode)
ACTIVE or PASSIVE Connection-Mode setterBooleanProperty
doLinktest()
Returns do-linktest-property.BooleanProperty
doRebindIfPassive()
Returns do-rebind-if-passive property.void
linktest(float seconds)
Linktest cycle time setter.TimeoutProperty
linktestTime()
Returns Linktest cycle TimeProperty.void
notLinktest()
Set Not-Linktestvoid
notRebindIfPassive()
Set not rebind if Passive-protocolvoid
rebindIfPassive(float seconds)
Rebind if Passive-Protocol, if bind failed, then rebind after this time.TimeoutProperty
rebindIfPassiveTime()
Returns rebind time TimeProperty.クラスから継承されたメソッド com.shimizukenta.secs.AbstractSecsCommunicatorConfig
gem, isEquip, isEquip, logSubjectHeader, logSubjectHeader, name, name, timeout
クラスから継承されたメソッド java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
メソッドの詳細
-
connectionMode
ACTIVE or PASSIVE Connection-Mode setter- パラメータ:
mode
- the HSMS-Connection-Mode
-
connectionMode
Returns Connection-Mode property.- 戻り値:
- connection-mode property
-
notLinktest
public void notLinktest()Set Not-Linktest -
linktest
public void linktest(float seconds)Linktest cycle time setter.- パラメータ:
seconds
- linktest-cycle-seconds. value is>= 0
-
linktestTime
Returns Linktest cycle TimeProperty.- 戻り値:
- Linktest cycle TimeProperty
-
doLinktest
Returns do-linktest-property.- 戻り値:
- do-linktest-property
-
notRebindIfPassive
public void notRebindIfPassive()Set not rebind if Passive-protocol -
rebindIfPassive
public void rebindIfPassive(float seconds)Rebind if Passive-Protocol, if bind failed, then rebind after this time.- パラメータ:
seconds
- rebind after this time if Passive-protocol. value>=0
-
rebindIfPassiveTime
Returns rebind time TimeProperty.- 戻り値:
- Rebind-Time-Property
-
doRebindIfPassive
Returns do-rebind-if-passive property.- 戻り値:
- do-rebind-if-passive property
-