org.seasar.tuigwaa.logic.interceptor
クラス DataServiceMethodRegisterImpl

java.lang.Object
  拡張org.seasar.tuigwaa.logic.interceptor.DataServiceMethodRegisterImpl
すべての実装インタフェース:
DataServiceMethodRegister, MethodRegister

public class DataServiceMethodRegisterImpl
extends Object
implements MethodRegister, DataServiceMethodRegister


入れ子クラスの概要
 class DataServiceMethodRegisterImpl.DataMethodSignature
           
 
コンストラクタの概要
DataServiceMethodRegisterImpl()
           
 
メソッドの概要
 MethodInvoker[] getAfterMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
           
 MethodInvoker[] getBeforeMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
           
 MethodInvoker getDelegateMethodInvoker(org.aopalliance.intercept.MethodInvocation invocation)
           
 void registDelegateObject(String siteName, String entityName, DataService dataService)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataServiceMethodRegisterImpl

public DataServiceMethodRegisterImpl()
メソッドの詳細

registDelegateObject

public void registDelegateObject(String siteName,
                                 String entityName,
                                 DataService dataService)
定義:
インタフェース DataServiceMethodRegister 内の registDelegateObject

getBeforeMethodInvokers

public MethodInvoker[] getBeforeMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
定義:
インタフェース MethodRegister 内の getBeforeMethodInvokers

getDelegateMethodInvoker

public MethodInvoker getDelegateMethodInvoker(org.aopalliance.intercept.MethodInvocation invocation)
定義:
インタフェース MethodRegister 内の getDelegateMethodInvoker

getAfterMethodInvokers

public MethodInvoker[] getAfterMethodInvokers(org.aopalliance.intercept.MethodInvocation invocation)
定義:
インタフェース MethodRegister 内の getAfterMethodInvokers


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.