org.jfox.ejb.plugin
Interface Interceptable

All Known Subinterfaces:
Container
All Known Implementing Classes:
ContainerImpl

public interface Interceptable


Method Summary
 void addInterceptor(Interceptor interceptor)
          加入一个拦截器
 java.util.Iterator interceptors()
          列出所有的拦截器
 

Method Detail

addInterceptor

public void addInterceptor(Interceptor interceptor)
                    throws java.lang.Exception
加入一个拦截器

Parameters:
interceptor -
Throws:
java.lang.Exception

interceptors

public java.util.Iterator interceptors()
列出所有的拦截器

Returns: