org.jboss.cache.aop.collection
Class AbstractCollectionInterceptor
java.lang.Object
org.jboss.cache.aop.collection.AbstractCollectionInterceptor
- All Implemented Interfaces:
- 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.5 2005/08/02 07:29:34 bwang 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 |
fqn_
protected Fqn fqn_
attached_
protected boolean attached_
AbstractCollectionInterceptor
public AbstractCollectionInterceptor()
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
attach
public void attach(Fqn fqn)
detach
public void detach()
isAttached
public boolean isAttached()
Copyright © 1998-2005 JBoss Inc . All Rights Reserved.