org.jboss.ejb3.interceptors.util
Class InterceptorCollection

java.lang.Object
  extended by org.jboss.ejb3.interceptors.util.InterceptorCollection
Direct Known Subclasses:
InterceptorOrderImpl, InterceptorsImpl

public class InterceptorCollection
extends java.lang.Object

A collection of interceptor classes.


Constructor Summary
InterceptorCollection()
           
 
Method Summary
 boolean addValue(java.lang.Class<?> interceptorClass)
           
 boolean isEmpty()
           
 java.lang.Class<?>[] value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorCollection

public InterceptorCollection()
Method Detail

addValue

public boolean addValue(java.lang.Class<?> interceptorClass)

isEmpty

public boolean isEmpty()

value

public java.lang.Class<?>[] value()