org.jboss.cache.aop.collection
Class AbstractCollectionInterceptor

java.lang.Object
  extended by 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

Field Summary
protected  boolean attached_
           
protected  Fqn fqn_
           
 
Constructor Summary
AbstractCollectionInterceptor()
           
 
Method Summary
 void attach(Fqn fqn)
           
 void detach()
           
 Fqn getFqn()
          Get the original fqn that is associated with this interceptor (or advisor).
 boolean isAttached()
           
 void setFqn(Fqn fqn)
           
 
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
 

Field Detail

fqn_

protected Fqn fqn_

attached_

protected boolean attached_
Constructor Detail

AbstractCollectionInterceptor

public AbstractCollectionInterceptor()
Method Detail

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.