com.jdon.domain.model.cache
类 DomainCacheInterceptor
java.lang.Object
com.jdon.domain.model.cache.DomainCacheInterceptor
- 所有已实现的接口:
- Startable, org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class DomainCacheInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor, Startable
aspect.xml :
in Repository/DAO class add:
- 作者:
- BANQ
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
DomainCacheInterceptor
public DomainCacheInterceptor(ModelManager modelManager)
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- 指定者:
- 接口
org.aopalliance.intercept.MethodInterceptor 中的 invoke
- 抛出:
Throwable
isAdviceAround
public boolean isAdviceAround(Class targetClass,
Method methodx)
start
public void start()
- 从接口
Startable 复制的描述
- Start this component.
- 指定者:
- 接口
Startable 中的 start
stop
public void stop()
- 从接口
Startable 复制的描述
- Stop this component.
- 指定者:
- 接口
Startable 中的 stop
Copyright © 2013. All Rights Reserved.