org.jboss.cache.aop
Interface BaseInterceptor

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

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

A marker interface for now.

Author:
Ben Wang

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

Method Detail

getFqn

public Fqn getFqn()
Get the original fqn that is associated with this interceptor (or advisor). This information is used for

Returns:

setFqn

public void setFqn(Fqn fqn)


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