org.apache.webbeans.portable.events
Class ProcessBeanImpl<X>

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessBeanImpl<X>
Type Parameters:
X - bean class info
All Implemented Interfaces:
javax.enterprise.inject.spi.ProcessBean<X>
Direct Known Subclasses:
GProcessBean, ProcessManagedBeanImpl, ProcessProducerFieldImpl, ProcessProducerMethodImpl, ProcessSessionBeanImpl

public class ProcessBeanImpl<X>
extends Object
implements javax.enterprise.inject.spi.ProcessBean<X>

Implementation of the ProcessBean.

Version:
$Rev: 1182847 $ $Date: 2011-10-13 15:31:37 +0200 (Do, 13 Okt 2011) $

Constructor Summary
protected ProcessBeanImpl(javax.enterprise.inject.spi.Bean<X> bean, javax.enterprise.inject.spi.Annotated annotated)
           
 
Method Summary
 void addDefinitionError(Throwable t)
          
 javax.enterprise.inject.spi.Annotated getAnnotated()
          
 javax.enterprise.inject.spi.Bean<X> getBean()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessBeanImpl

protected ProcessBeanImpl(javax.enterprise.inject.spi.Bean<X> bean,
                          javax.enterprise.inject.spi.Annotated annotated)
Method Detail

addDefinitionError

public void addDefinitionError(Throwable t)

Specified by:
addDefinitionError in interface javax.enterprise.inject.spi.ProcessBean<X>

getAnnotated

public javax.enterprise.inject.spi.Annotated getAnnotated()

Specified by:
getAnnotated in interface javax.enterprise.inject.spi.ProcessBean<X>

getBean

public javax.enterprise.inject.spi.Bean<X> getBean()

Specified by:
getBean in interface javax.enterprise.inject.spi.ProcessBean<X>


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.