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 Object

A collection of interceptor classes.

Version:
$Revision: $
Author:
Carlo de Wolf

Constructor Summary
InterceptorCollection()
           
 
Method Summary
 boolean addValue(Class<?> interceptorClass)
           
 boolean isEmpty()
           
 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(Class<?> interceptorClass)

isEmpty

public boolean isEmpty()

value

public Class<?>[] value()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.