org.apache.webbeans.portable.events
Class ProcessBeanImpl<X>
java.lang.Object
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: 1042099 $ $Date: 2010-12-04 05:27:19 +0100 (Sa, 04 Dez 2010) $
|
Constructor Summary |
protected |
ProcessBeanImpl(javax.enterprise.inject.spi.Bean<X> bean,
javax.enterprise.inject.spi.Annotated annotated)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessBeanImpl
protected ProcessBeanImpl(javax.enterprise.inject.spi.Bean<X> bean,
javax.enterprise.inject.spi.Annotated annotated)
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.