public interface IFilter
extends jp.co.sds_corp.util.daemon.IService
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isTarget(ReceiveEvent e)
データがフィルタリングの対象であるかチェックする。
|
boolean |
isValid(ReceiveEvent e)
データのフィルタリングを行なう
|
void |
putLog(String msg,
ReceiveEvent e)
ログ出力
|
boolean isValid(ReceiveEvent e) throws Exception
e
- データ受信イベントException
boolean isTarget(ReceiveEvent e) throws Exception
e
- データ受信イベントException
void putLog(String msg, ReceiveEvent e)
msg
- メッセージe
- データ受信イベントCopyright © 2021 S.D.S Co.,Ltd.. All rights reserved.