com.jdon.bussinessproxy.target
类 TargetServiceFactoryVisitable

java.lang.Object
  继承者 com.jdon.bussinessproxy.target.TargetServiceFactoryVisitable
所有已实现的接口:
Visitable

public class TargetServiceFactoryVisitable
extends Object
implements Visitable

this class supply accessing TargetServiceFactory by cache visitor if ServiceMethodInvoker call this class, ejb service instance or pojo instance will be cached. active it by two steps: 1. configure in container.xml 2. uncomment the line in AopClient's invoke method this.methodInvoker.setVisitor(cm); this.methodInvoker.setVisitor(cm);

作者:
banq

构造方法摘要
TargetServiceFactoryVisitable(TargetServiceFactory targetServiceFactory)
           
 
方法摘要
 Object accept()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TargetServiceFactoryVisitable

public TargetServiceFactoryVisitable(TargetServiceFactory targetServiceFactory)
方法详细信息

accept

public Object accept()
指定者:
接口 Visitable 中的 accept


Copyright © 2013. All Rights Reserved.