org.seasar.framework.aop.proxy
クラス AopProxy

java.lang.Object
  拡張org.seasar.framework.aop.proxy.AopProxy
すべての実装インタフェース:
Serializable

public final class AopProxy
extends Object
implements Serializable

Aspectを織り込んだクラスを作成するクラスです。

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

コンストラクタの概要
AopProxy(Class targetClass, Aspect[] aspects)
          AopProxyを作成します。
AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes)
          AopProxyを作成します。
AopProxy(Class targetClass, Aspect[] aspects, InterType[] interTypes, Map parameters)
          AopProxyを作成します。
AopProxy(Class targetClass, Aspect[] aspects, Map parameters)
          AopProxyを作成します。
 
メソッドの概要
 Object create()
          エンハンスされたインスタンスを作成します。
 Object create(Class[] argTypes, Object[] args)
          エンハンスされたインスタンスを作成します。
 Class getEnhancedClass()
          エンハンスされたクラスを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AopProxy

public AopProxy(Class targetClass,
                Aspect[] aspects)
AopProxyを作成します。

パラメータ:
targetClass -
aspects -

AopProxy

public AopProxy(Class targetClass,
                Aspect[] aspects,
                InterType[] interTypes)
AopProxyを作成します。

パラメータ:
targetClass -
aspects -
interTypes -

AopProxy

public AopProxy(Class targetClass,
                Aspect[] aspects,
                Map parameters)
AopProxyを作成します。

パラメータ:
targetClass -
aspects -
parameters -

AopProxy

public AopProxy(Class targetClass,
                Aspect[] aspects,
                InterType[] interTypes,
                Map parameters)
AopProxyを作成します。

パラメータ:
targetClass -
aspects -
interTypes -
parameters -
メソッドの詳細

getEnhancedClass

public Class getEnhancedClass()
エンハンスされたクラスを返します。

戻り値:

create

public Object create()
エンハンスされたインスタンスを作成します。

戻り値:
エンハンスされたインスタンス

create

public Object create(Class[] argTypes,
                     Object[] args)
エンハンスされたインスタンスを作成します。

パラメータ:
argTypes -
args -
戻り値:
エンハンスされたインスタンス


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