org.seasar.framework.aop.interceptors
クラス RemoveSessionInterceptor

java.lang.Object
  拡張org.seasar.framework.aop.interceptors.AbstractInterceptor
      拡張org.seasar.framework.aop.interceptors.RemoveSessionInterceptor
すべての実装インタフェース:
Advice, Interceptor, MethodInterceptor, Serializable

public class RemoveSessionInterceptor
extends AbstractInterceptor

作成者:
koichik
関連項目:
直列化された形式

フィールドの概要
protected  S2Container container
           
protected  String name
           
 
コンストラクタの概要
RemoveSessionInterceptor(S2Container container)
           
 
メソッドの概要
 String getName()
           
 Object invoke(MethodInvocation invocation)
           
protected  void removeSession()
           
 void setName(String name)
           
 
クラス org.seasar.framework.aop.interceptors.AbstractInterceptor から継承したメソッド
createProxy, getComponentDef, getTargetClass
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

container

protected S2Container container

name

protected String name
コンストラクタの詳細

RemoveSessionInterceptor

public RemoveSessionInterceptor(S2Container container)
メソッドの詳細

getName

public String getName()

setName

public void setName(String name)

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
例外:
Throwable

removeSession

protected void removeSession()


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.