クラス LoggingInterceptor
java.lang.Object
org.iplass.mtp.impl.web.interceptors.LoggingInterceptor
- すべての実装されたインタフェース:
org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>,RequestInterceptor
public class LoggingInterceptor
extends Object
implements RequestInterceptor, org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
ネストされたクラスの概要
ネストされたクラス -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidString[]longintvoidinited(ActionMappingService service, org.iplass.mtp.spi.Config config) voidintercept(RequestInvocation invocation) booleanvoidsetNoStackTrace(List<String> noStackTrace) voidsetParamName(String[] paramName) voidsetPartsTrace(boolean partsTrace) voidsetWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis) voidsetWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount) クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.web.interceptor.RequestInterceptor
interceptResult
-
コンストラクタの詳細
-
LoggingInterceptor
public LoggingInterceptor()
-
-
メソッドの詳細
-
inited
- 定義:
initedインタフェース内org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
destroyed
public void destroyed()- 定義:
destroyedインタフェース内org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
getNoStackTrace
-
setNoStackTrace
-
getParamName
-
setParamName
-
isPartsTrace
public boolean isPartsTrace() -
setPartsTrace
public void setPartsTrace(boolean partsTrace) -
getWarnLogThresholdOfSqlExecutionCount
public int getWarnLogThresholdOfSqlExecutionCount() -
setWarnLogThresholdOfSqlExecutionCount
public void setWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount) -
getWarnLogThresholdOfExecutionTimeMillis
public long getWarnLogThresholdOfExecutionTimeMillis() -
setWarnLogThresholdOfExecutionTimeMillis
public void setWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis) -
intercept
- 定義:
interceptインタフェース内RequestInterceptor
-