クラス 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>
  • コンストラクタの詳細

    • LoggingInterceptor

      public LoggingInterceptor()
  • メソッドの詳細

    • getLogParamName

      public List<String> getLogParamName()
    • setLogParamName

      public void setLogParamName(List<String> logParamName)
    • getLogAttributeName

      public List<String> getLogAttributeName()
    • setLogAttributeName

      public void setLogAttributeName(List<String> logAttributeName)
    • isWebapiTrace

      public boolean isWebapiTrace()
    • setWebapiTrace

      public void setWebapiTrace(boolean webapiTrace)
    • getNoStackTrace

      public List<String> getNoStackTrace()
    • setNoStackTrace

      public void setNoStackTrace(List<String> noStackTrace)
    • 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

      public String intercept(org.iplass.mtp.command.interceptor.CommandInvocation invocation)
      定義:
      intercept インタフェース内 org.iplass.mtp.command.interceptor.CommandInterceptor
      オーバーライド:
      intercept クラス内 org.iplass.mtp.impl.command.interceptors.LoggingInterceptor