|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.aop.interceptors.HotAwareDelegateInterceptor
HOT deployに対応させるためのMethodInterceptor
です。
フィールドの概要 | |
protected S2Container |
container
S2コンテナです。 |
protected java.lang.String |
targetName
ターゲット名です。 |
コンストラクタの概要 | |
HotAwareDelegateInterceptor()
HotAwareDelegateInterceptor を作成します。 |
メソッドの概要 | |
java.lang.Object |
invoke(MethodInvocation invocation)
|
void |
setContainer(S2Container container)
S2Container を設定します。 |
void |
setTargetName(java.lang.String targetName)
ターゲット名を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected S2Container container
protected java.lang.String targetName
コンストラクタの詳細 |
public HotAwareDelegateInterceptor()
HotAwareDelegateInterceptor
を作成します。
メソッドの詳細 |
public void setContainer(S2Container container)
S2Container
を設定します。
container
- public void setTargetName(java.lang.String targetName)
targetName
- public java.lang.Object invoke(MethodInvocation invocation) throws java.lang.Throwable
MethodInterceptor
内の invoke
java.lang.Throwable
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |