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
| 从类 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.