org.jboss.ejb3.interceptors.util
Class InterceptorCollection
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorCollection
public InterceptorCollection()
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.