org.jboss.cache.pojo.interceptors.dynamic
Class AbstractCollectionInterceptor
java.lang.Object
   org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
org.jboss.cache.pojo.interceptors.dynamic.AbstractCollectionInterceptor
- All Implemented Interfaces: 
- java.lang.Cloneable, org.jboss.aop.advice.Interceptor, BaseInterceptor
- Direct Known Subclasses: 
- CachedListInterceptor, CachedMapInterceptor, CachedSetInterceptor
- public abstract class AbstractCollectionInterceptor 
- extends java.lang.Object- implements BaseInterceptor
Abstract base class for collection interceptor.
- Version:
- $Id: AbstractCollectionInterceptor.java,v 1.4 2007/06/26 22:23:51 jgreene Exp $
- Author:
- Ben Wang
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface org.jboss.aop.advice.Interceptor | 
| getName, invoke | 
 
getFqn
public Fqn getFqn()
- Description copied from interface: BaseInterceptor
- Get the original fqn that is associated with this interceptor (or advisor).
 
- 
- Specified by:
- getFqnin interface- BaseInterceptor
 
- 
 
setFqn
public void setFqn(Fqn fqn)
- 
- Specified by:
- setFqnin interface- BaseInterceptor
 
- 
 
getAopInstance
public PojoInstance getAopInstance()
- 
- Specified by:
- getAopInstancein interface- BaseInterceptor
 
- 
 
setAopInstance
public void setAopInstance(PojoInstance pojoInstance)
- 
- Specified by:
- setAopInstancein interface- BaseInterceptor
 
- 
 
attach
public void attach(Fqn fqn,
                   boolean copyToCache)
- Attaching the Collection to PojoCache.
 
- 
 
- 
 
detach
public void detach(boolean removeFromCache)
- 
 
- 
 
isAttached
public boolean isAttached()
- 
 
- 
 
verifyAttached
public void verifyAttached(java.lang.Object target)
- 
 
- 
 
getCurrentCopy
public abstract java.lang.Object getCurrentCopy()
- 
 
-