org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.interceptor
Class ExternalInterceptorExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.synthetic.interceptor.ExternalInterceptorExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class ExternalInterceptorExtension
extends Object
implements javax.enterprise.inject.spi.Extension


Constructor Summary
ExternalInterceptorExtension()
           
 
Method Summary
 boolean isBeanRegistered()
           
 boolean isBeanVetoed()
           
 boolean isTypeVetoed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalInterceptorExtension

public ExternalInterceptorExtension()
Method Detail

isTypeVetoed

public boolean isTypeVetoed()

isBeanRegistered

public boolean isBeanRegistered()

isBeanVetoed

public boolean isBeanVetoed()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.