org.seasar.framework.aop.interceptors
クラス ClassLoaderAwareTraceInterceptor
java.lang.Object
org.seasar.framework.aop.interceptors.AbstractInterceptor
org.seasar.framework.aop.interceptors.TraceInterceptor
org.seasar.framework.aop.interceptors.ClassLoaderAwareTraceInterceptor
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor, Serializable
- public class ClassLoaderAwareTraceInterceptor
- extends TraceInterceptor
ClassLoader
の情報も出力するTraceInterceptor
です。
- 作成者:
- shot
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderAwareTraceInterceptor
public ClassLoaderAwareTraceInterceptor()
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 定義:
- インタフェース
MethodInterceptor
内の invoke
- オーバーライド:
- クラス
TraceInterceptor
内の invoke
- 例外:
Throwable
appendClassLoader
protected StringBuffer appendClassLoader(StringBuffer buf,
Object obj)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.