com.jdon.aop.interceptor
类 InterceptorsChain

java.lang.Object
  继承者 com.jdon.aop.interceptor.InterceptorsChain
所有已实现的接口:
Startable

public class InterceptorsChain
extends Object
implements Startable

Interceptors chain all interceptors will add in this collection

作者:
banq

字段摘要
static String NAME
           
 
构造方法摘要
InterceptorsChain()
           
 
方法摘要
 void addInterceptor(String pointcut, String InterceptorName)
           
 boolean findInterceptorFromChainByName(String pointcut, String InterceptorName)
           
 List<Advisor> getAdvisors(String pointcut)
           
 int size()
           
 void start()
          Start this component.
 void stop()
          Stop this component.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NAME

public static final String NAME
另请参见:
常量字段值
构造方法详细信息

InterceptorsChain

public InterceptorsChain()
方法详细信息

start

public void start()
从接口 Startable 复制的描述
Start this component.

指定者:
接口 Startable 中的 start

stop

public void stop()
从接口 Startable 复制的描述
Stop this component.

指定者:
接口 Startable 中的 stop

addInterceptor

public void addInterceptor(String pointcut,
                           String InterceptorName)

findInterceptorFromChainByName

public boolean findInterceptorFromChainByName(String pointcut,
                                              String InterceptorName)

getAdvisors

public List<Advisor> getAdvisors(String pointcut)
返回:
Returns the interceptors.

size

public int size()


Copyright © 2013. All Rights Reserved.