- 所有已实现的接口:
- 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