public class HotAwareDelegateInterceptor extends Object implements MethodInterceptor
MethodInterceptorです。| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected LaContainer |
container
S2コンテナです。
|
protected String |
targetName
ターゲット名です。
|
| コンストラクタと説明 |
|---|
HotAwareDelegateInterceptor()
HotAwareDelegateInterceptorを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
invoke(MethodInvocation invocation) |
void |
setContainer(LaContainer container)
LaContainerを設定します。 |
void |
setTargetName(String targetName)
ターゲット名を設定します。
|
protected LaContainer container
protected String targetName
public HotAwareDelegateInterceptor()
HotAwareDelegateInterceptorを作成します。public void setContainer(LaContainer container)
LaContainerを設定します。container - public void setTargetName(String targetName)
targetName - public Object invoke(MethodInvocation invocation) throws Throwable
invoke インタフェース内 MethodInterceptorThrowableCopyright © 2015 The DBFlute Project. All rights reserved.