com.caucho.ejb.cfg
Class InterceptorOrder
java.lang.Object
com.caucho.ejb.cfg.InterceptorOrder
public class InterceptorOrder
- extends java.lang.Object
Configuration for interceptor-order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorOrder
public InterceptorOrder()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
addInterceptorClass
public void addInterceptorClass(java.lang.Class<?> interceptorClass)
getInterceptorClasses
public java.util.ArrayList<java.lang.Class<?>> getInterceptorClasses()