org.seasar.framework.aop.interceptors
クラス HotAwareDelegateInterceptor
java.lang.Object
org.seasar.framework.aop.interceptors.HotAwareDelegateInterceptor
- すべての実装インタフェース:
- Advice, Interceptor, MethodInterceptor
- public class HotAwareDelegateInterceptor
- extends Object
- implements MethodInterceptor
HOT deployに対応させるためのMethodInterceptor
です。
- 作成者:
- koichik
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
container
protected S2Container container
targetName
protected String targetName
HotAwareDelegateInterceptor
public HotAwareDelegateInterceptor()
HotAwareDelegateInterceptor
を作成します。
setContainer
public void setContainer(S2Container container)
S2Container
を設定します。
- パラメータ:
container
-
setTargetName
public void setTargetName(String targetName)
- ターゲット名を設定します。
- パラメータ:
targetName
-
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- 定義:
- インタフェース
MethodInterceptor
内の invoke
- 例外:
Throwable
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.