org.jboss.ejb3.interceptors.annotation.impl
Class InterceptorsImpl

java.lang.Object
  extended by org.jboss.ejb3.interceptors.util.InterceptorCollection
      extended by org.jboss.ejb3.interceptors.annotation.impl.InterceptorsImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.interceptor.Interceptors

public class InterceptorsImpl
extends InterceptorCollection
implements javax.interceptor.Interceptors

A new implementation of Interceptors which allows for a bit more functionality. Note: this one has an unsafe life-cycle. Modifications can be made after it is in use.

Version:
$Revision: 72023 $
Author:
Carlo de Wolf

Constructor Summary
InterceptorsImpl()
           
 
Method Summary
 boolean add(javax.interceptor.Interceptors annotation)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 
Methods inherited from class org.jboss.ejb3.interceptors.util.InterceptorCollection
addValue, isEmpty, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

InterceptorsImpl

public InterceptorsImpl()
Method Detail

add

public boolean add(javax.interceptor.Interceptors annotation)

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


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