インタフェース HsmsLogObservable

すべてのスーパーインタフェース:
SecsLogObservable
既知のサブインタフェースのリスト:
HsmsGsCommunicator, HsmsSsCommunicator

public interface HsmsLogObservable
extends SecsLogObservable
HSMS-Log Observable.
  • メソッドの詳細

    • addTrySendHsmsMessagePassThroughLogListener

      boolean addTrySendHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns true if add Try-send HSMS Message pass through log listener success, otherwise false, pass through HSMS message.
      パラメータ:
      listener - the Try-send HSMS message pass through log listener
      戻り値:
      true if add success, otherwise false
    • removeTrySendHsmsMessagePassThroughLogListener

      boolean removeTrySendHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns trrue if add success, otherwise false.
      パラメータ:
      listener - the Try-send HSMS message pass through log listener
      戻り値:
      true if remove success, otherwise false
    • addSendedHsmsMessagePassThroughLogListener

      boolean addSendedHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns true if add Sended HSMS Message pass through log listener success, otherwise false, pass through HSMS message.
      パラメータ:
      listener - the Sended HSMS message pass through log listener
      戻り値:
      true if add success, otherwise false
    • removeSendedHsmsMessagePassThroughLogListener

      boolean removeSendedHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns trrue if remove success, otherwise false.
      パラメータ:
      listener - the Sended HSMS message pass through log listener
      戻り値:
      true if remove success, otherwise false
    • addReceiveHsmsMessagePassThroughLogListener

      boolean addReceiveHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns true if add Receive HSMS Message pass through log listener success, otherwise false, pass through HSMS message.
      パラメータ:
      listener - the Receive HSMS message pass through log listener
      戻り値:
      true if add success, otherwise false
    • removeReceiveHsmsMessagePassThroughLogListener

      boolean removeReceiveHsmsMessagePassThroughLogListener​(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
      Returns trrue if remove success, otherwise false.
      パラメータ:
      listener - the Receive HSMS message pass through log listener
      戻り値:
      true if remove success, otherwise false
    • addHsmsChannelConnectionLogListener

      boolean addHsmsChannelConnectionLogListener​(SecsLogListener<? super HsmsChannelConnectionLog> listener)
      Returns true if add HSMS channel connection log listener success, otherwise false, receive connection log.
      パラメータ:
      listener - the HSMS channel connection log listener
      戻り値:
      true if add success, otherwise false
    • removeHsmsChannelConnectionLogListener

      boolean removeHsmsChannelConnectionLogListener​(SecsLogListener<? super HsmsChannelConnectionLog> listener)
      Returns true if add success, otherwise false.
      パラメータ:
      listener - the HSMS channel connection log listener
      戻り値:
      true if remove success, otherwise false
    • addHsmsSessionCommunicateStateLogListener

      boolean addHsmsSessionCommunicateStateLogListener​(SecsLogListener<? super HsmsSessionCommunicateStateLog> listener)
      Returns true if add HSMS communicate state log listener success, otherwise false, receive HSMS communicate state log.
      パラメータ:
      listener - the HSMS communicate state change log listener
      戻り値:
      true if add success, otherwise false
    • removeHsmsSessionCommunicateStateLogListener

      boolean removeHsmsSessionCommunicateStateLogListener​(SecsLogListener<? super HsmsSessionCommunicateStateLog> listener)
      Returns true if add success, otherwise false.
      パラメータ:
      listener - the HSMS communicate state change log listener
      戻り値:
      true if remove success, otherwise false