クラス 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.
関連項目:
直列化された形式
  • メソッドの詳細

    • connectionMode

      public void connectionMode​(HsmsConnectionMode mode)
      ACTIVE or PASSIVE Connection-Mode setter
      パラメータ:
      mode - the HSMS-Connection-Mode
    • connectionMode

      public ObjectProperty<HsmsConnectionMode> 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

      public TimeoutProperty linktestTime()
      Returns Linktest cycle TimeProperty.
      戻り値:
      Linktest cycle TimeProperty
    • doLinktest

      public BooleanProperty 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

      public TimeoutProperty rebindIfPassiveTime()
      Returns rebind time TimeProperty.
      戻り値:
      Rebind-Time-Property
    • doRebindIfPassive

      public BooleanProperty doRebindIfPassive()
      Returns do-rebind-if-passive property.
      戻り値:
      do-rebind-if-passive property