org.jboss.cache.aop
Interface BaseInterceptor

All Superinterfaces:
org.jboss.aop.advice.Interceptor
All Known Implementing Classes:
AbstractCollectionInterceptor, CachedListInterceptor, CachedMapInterceptor, CachedSetInterceptor, CacheInterceptor

public interface BaseInterceptor
extends org.jboss.aop.advice.Interceptor

Base cache interceptor

Author:
Ben Wang

Method Summary
 AOPInstance getAopInstance()
           
 Fqn getFqn()
          Get the original fqn that is associated with this interceptor (or advisor).
 void setAopInstance(AOPInstance aopInstance)
           
 void setFqn(Fqn fqn)
           
 
Methods inherited from interface org.jboss.aop.advice.Interceptor
getName, invoke
 

Method Detail

getFqn

Fqn getFqn()
Get the original fqn that is associated with this interceptor (or advisor).


setFqn

void setFqn(Fqn fqn)

getAopInstance

AOPInstance getAopInstance()

setAopInstance

void setAopInstance(AOPInstance aopInstance)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.