インタフェース HsmsLogObservable
- すべてのスーパーインタフェース:
SecsLogObservable
- 既知のサブインタフェースのリスト:
HsmsGsCommunicator
,HsmsSsCommunicator
public interface HsmsLogObservable extends SecsLogObservable
HSMS-Log Observable.
-
メソッドの概要
修飾子とタイプ メソッド 説明 boolean
addHsmsChannelConnectionLogListener(SecsLogListener<? super HsmsChannelConnectionLog> listener)
Returnstrue
if add HSMS channel connection log listener success, otherwisefalse
, receive connection log.boolean
addHsmsSessionCommunicateStateLogListener(SecsLogListener<? super HsmsSessionCommunicateStateLog> listener)
Returnstrue
if add HSMS communicate state log listener success, otherwisefalse
, receive HSMS communicate state log.boolean
addReceiveHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrue
if add Receive HSMS Message pass through log listener success, otherwisefalse
, pass through HSMS message.boolean
addSendedHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrue
if add Sended HSMS Message pass through log listener success, otherwisefalse
, pass through HSMS message.boolean
addTrySendHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrue
if add Try-send HSMS Message pass through log listener success, otherwisefalse
, pass through HSMS message.boolean
removeHsmsChannelConnectionLogListener(SecsLogListener<? super HsmsChannelConnectionLog> listener)
Returnstrue
if add success, otherwisefalse
.boolean
removeHsmsSessionCommunicateStateLogListener(SecsLogListener<? super HsmsSessionCommunicateStateLog> listener)
Returnstrue
if add success, otherwisefalse
.boolean
removeReceiveHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrrue
if remove success, otherwisefalse
.boolean
removeSendedHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrrue
if remove success, otherwisefalse
.boolean
removeTrySendHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)
Returnstrrue
if add success, otherwisefalse
.インタフェースから継承されたメソッド com.shimizukenta.secs.SecsLogObservable
addReceiveSecsMessagePassThroughLogListener, addSecsLogListener, addSecsThrowableLogListener, addSendedSecsMessagePassThroughLogListener, addTrySendSecsMessagePassThroughLogListener, removeReceiveSecsMessagePassThroughLogListener, removeSecsLogListener, removeSecsThrowableLogListener, removeSendedSecsMessagePassThroughLogListener, removeTrySendSecsMessagePassThroughLogListener
-
メソッドの詳細
-
addTrySendHsmsMessagePassThroughLogListener
boolean addTrySendHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)Returnstrue
if add Try-send HSMS Message pass through log listener success, otherwisefalse
, 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)Returnstrrue
if add success, otherwisefalse
.- パラメータ:
listener
- the Try-send HSMS message pass through log listener- 戻り値:
- true if remove success, otherwise false
-
addSendedHsmsMessagePassThroughLogListener
boolean addSendedHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)Returnstrue
if add Sended HSMS Message pass through log listener success, otherwisefalse
, 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)Returnstrrue
if remove success, otherwisefalse
.- パラメータ:
listener
- the Sended HSMS message pass through log listener- 戻り値:
- true if remove success, otherwise false
-
addReceiveHsmsMessagePassThroughLogListener
boolean addReceiveHsmsMessagePassThroughLogListener(SecsLogListener<? super HsmsMessagePassThroughLog> listener)Returnstrue
if add Receive HSMS Message pass through log listener success, otherwisefalse
, 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)Returnstrrue
if remove success, otherwisefalse
.- パラメータ:
listener
- the Receive HSMS message pass through log listener- 戻り値:
- true if remove success, otherwise false
-
addHsmsChannelConnectionLogListener
boolean addHsmsChannelConnectionLogListener(SecsLogListener<? super HsmsChannelConnectionLog> listener)Returnstrue
if add HSMS channel connection log listener success, otherwisefalse
, receive connection log.- パラメータ:
listener
- the HSMS channel connection log listener- 戻り値:
- true if add success, otherwise false
-
removeHsmsChannelConnectionLogListener
boolean removeHsmsChannelConnectionLogListener(SecsLogListener<? super HsmsChannelConnectionLog> listener)Returnstrue
if add success, otherwisefalse
.- パラメータ:
listener
- the HSMS channel connection log listener- 戻り値:
- true if remove success, otherwise false
-
addHsmsSessionCommunicateStateLogListener
boolean addHsmsSessionCommunicateStateLogListener(SecsLogListener<? super HsmsSessionCommunicateStateLog> listener)Returnstrue
if add HSMS communicate state log listener success, otherwisefalse
, 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)Returnstrue
if add success, otherwisefalse
.- パラメータ:
listener
- the HSMS communicate state change log listener- 戻り値:
- true if remove success, otherwise false
-