|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.ex.aop.log.BLogicLogInterceptor
public class BLogicLogInterceptor
BLogicクラス処理実行前後のデバッグログを出力するためのインタセプタ
コンストラクタの概要 | |
---|---|
BLogicLogInterceptor()
|
メソッドの概要 | |
---|---|
protected boolean |
checkException(Throwable target)
ログ出力レベルの判定を行う。 |
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation)
BLogicクラスの各メソッドの実行前後に、デバッグログを出力します。 |
void |
setNoErrorLogExceptionLists(List<Class> noErrorLogExceptionLists)
エラーログとして出力しない例外クラスリストを設定する |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BLogicLogInterceptor()
メソッドの詳細 |
---|
public void setNoErrorLogExceptionLists(List<Class> noErrorLogExceptionLists)
noErrorLogExceptionLists
- 例外クラスリストpublic Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
org.aopalliance.intercept.MethodInterceptor
内の invoke
invocation
- インタセプタ対象のオブジェクト
Throwable
- 実行例外invoke(org.aopalliance.intercept.MethodInvocation)
protected boolean checkException(Throwable target)
target
- チェック対象となる例外
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |