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

    • LoggingInterceptor

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

    • inited

      public void inited(ActionMappingService service, org.iplass.mtp.spi.Config config)
      定義:
      inited インタフェース内 org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
    • destroyed

      public void destroyed()
      定義:
      destroyed インタフェース内 org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
    • getNoStackTrace

      public List<String> getNoStackTrace()
    • setNoStackTrace

      public void setNoStackTrace(List<String> noStackTrace)
    • getParamName

      public String[] getParamName()
    • setParamName

      public void setParamName(String[] paramName)
    • 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

      public void intercept(RequestInvocation invocation)
      定義:
      intercept インタフェース内 RequestInterceptor