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:
ProcessBean<X>
Direct Known Subclasses:
GProcessBean, ProcessManagedBeanImpl, ProcessProducerFieldImpl, ProcessProducerMethodImpl, ProcessSessionBeanImpl

public class ProcessBeanImpl<X>
extends Object
implements ProcessBean<X>

Implementation of the ProcessBean.

Version:
$Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $

Constructor Summary
protected ProcessBeanImpl(Bean<X> bean, Annotated annotated)
           
 
Method Summary
 void addDefinitionError(Throwable t)
          
 Annotated getAnnotated()
          
 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(Bean<X> bean,
                          Annotated annotated)
Method Detail

addDefinitionError

public void addDefinitionError(Throwable t)

Specified by:
addDefinitionError in interface ProcessBean<X>

getAnnotated

public Annotated getAnnotated()

Specified by:
getAnnotated in interface ProcessBean<X>

getBean

public Bean<X> getBean()

Specified by:
getBean in interface ProcessBean<X>


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