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