org.apache.webbeans.component
Class ExtensionBean<T>

java.lang.Object
  extended by org.apache.webbeans.component.BeanAttributesImpl<T>
      extended by org.apache.webbeans.component.AbstractOwbBean<T>
          extended by org.apache.webbeans.component.BuiltInOwbBean<T>
              extended by org.apache.webbeans.component.ExtensionBean<T>
Type Parameters:
T - type info
All Implemented Interfaces:
Contextual<T>, Bean<T>, PassivationCapable, OwbBean<T>, BeanAttributes<T>

public class ExtensionBean<T>
extends BuiltInOwbBean<T>

Extension service bean definition.

Version:
$Rev: 1493478 $ $Date: 2013-06-16 11:19:42 +0200 (Sun, 16 Jun 2013) $

Field Summary
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
enabled, logger, passivatingId, specializedBean, webBeansContext, webBeansType
 
Constructor Summary
ExtensionBean(WebBeansContext webBeansContext, Class<T> returnType)
          Creates a new extesion bean.
 
Method Summary
 
Methods inherited from class org.apache.webbeans.component.BuiltInOwbBean
getProducer
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toString
 
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.enterprise.inject.spi.Bean
getName, getQualifiers, getScope, getStereotypes, getTypes, isNullable
 

Constructor Detail

ExtensionBean

public ExtensionBean(WebBeansContext webBeansContext,
                     Class<T> returnType)
Creates a new extesion bean.

Parameters:
returnType - return type
webBeansContext -


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.