クラス LoggingInterceptor
java.lang.Object
org.iplass.mtp.impl.command.interceptors.LoggingInterceptor
org.iplass.mtp.impl.webapi.interceptors.LoggingInterceptor
- すべての実装されたインタフェース:
org.iplass.mtp.command.interceptor.CommandInterceptor,org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.command.InterceptorService>
public class LoggingInterceptor
extends org.iplass.mtp.impl.command.interceptors.LoggingInterceptor
implements org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.command.InterceptorService>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidlongintvoidinited(org.iplass.mtp.impl.command.InterceptorService service, org.iplass.mtp.spi.Config config) intercept(org.iplass.mtp.command.interceptor.CommandInvocation invocation) booleanvoidsetLogAttributeName(List<String> logAttributeName) voidsetLogParamName(List<String> logParamName) voidsetNoStackTrace(List<String> noStackTrace) voidsetWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis) voidsetWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount) voidsetWebapiTrace(boolean webapiTrace)
-
コンストラクタの詳細
-
LoggingInterceptor
public LoggingInterceptor()
-
-
メソッドの詳細
-
getLogParamName
-
setLogParamName
-
getLogAttributeName
-
setLogAttributeName
-
isWebapiTrace
public boolean isWebapiTrace() -
setWebapiTrace
public void setWebapiTrace(boolean webapiTrace) -
getNoStackTrace
-
setNoStackTrace
-
getWarnLogThresholdOfSqlExecutionCount
public int getWarnLogThresholdOfSqlExecutionCount() -
setWarnLogThresholdOfSqlExecutionCount
public void setWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount) -
getWarnLogThresholdOfExecutionTimeMillis
public long getWarnLogThresholdOfExecutionTimeMillis() -
setWarnLogThresholdOfExecutionTimeMillis
public void setWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis) -
inited
public void inited(org.iplass.mtp.impl.command.InterceptorService service, org.iplass.mtp.spi.Config config) - 定義:
initedインタフェース内org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.command.InterceptorService>
-
destroyed
public void destroyed()- 定義:
destroyedインタフェース内org.iplass.mtp.spi.ServiceInitListener<org.iplass.mtp.impl.command.InterceptorService>
-
intercept
- 定義:
interceptインタフェース内org.iplass.mtp.command.interceptor.CommandInterceptor- オーバーライド:
interceptクラス内org.iplass.mtp.impl.command.interceptors.LoggingInterceptor
-