org.jboss.cache.aop
Class CacheInterceptor
java.lang.Object
|
+--org.jboss.cache.aop.CacheInterceptor
- All Implemented Interfaces:
- BaseInterceptor, org.jboss.aop.advice.Interceptor
- public class CacheInterceptor
- extends java.lang.Object
- implements BaseInterceptor
Created: Sat Apr 26 10:35:01 2003
- Author:
- Harald Gliebe, Ben Wang
Field Summary |
protected Fqn |
fqn
|
protected static org.apache.commons.logging.Log |
log_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log_
protected static org.apache.commons.logging.Log log_
fqn
protected Fqn fqn
CacheInterceptor
public CacheInterceptor(TreeCacheAop cache,
Fqn fqn,
CachedType type)
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.Interceptor
invoke
public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Throwable
- Specified by:
invoke
in interface org.jboss.aop.advice.Interceptor
java.lang.Throwable
isPojoDetached
protected boolean isPojoDetached(org.jboss.aop.joinpoint.Invocation invocation)
throws java.lang.Exception
java.lang.Exception
checkCacheConsistency
protected void checkCacheConsistency()
throws java.lang.Exception
java.lang.Exception
beforeSerialization
public void beforeSerialization(java.lang.Object target)
throws java.lang.Exception
java.lang.Exception
getFqn
public Fqn getFqn()
- Description copied from interface:
BaseInterceptor
- Get the original fqn that is associated with this interceptor (or advisor). This information is used for
- Specified by:
getFqn
in interface BaseInterceptor
- Returns:
setFqn
public void setFqn(Fqn fqn)
- Specified by:
setFqn
in interface BaseInterceptor
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.