Uses of Interface
org.apache.webbeans.component.OwbBean

Packages that use OwbBean
org.apache.webbeans.annotation   
org.apache.webbeans.component   
org.apache.webbeans.component.third   
org.apache.webbeans.config   
org.apache.webbeans.container   
org.apache.webbeans.decorator   
org.apache.webbeans.inject   
org.apache.webbeans.intercept   
org.apache.webbeans.intercept.custom   
org.apache.webbeans.intercept.webbeans   
org.apache.webbeans.portable.creation   
org.apache.webbeans.proxy   
org.apache.webbeans.util   
 

Uses of OwbBean in org.apache.webbeans.annotation
 

Methods in org.apache.webbeans.annotation with parameters of type OwbBean
 Annotation[] AnnotationManager.getComponentStereoTypes(OwbBean<?> bean)
          Returns bean stereotypes.
 boolean AnnotationManager.hasNamedOnStereoTypes(OwbBean<?> bean)
          Returns true if name exists,false otherwise.
 boolean AnnotationManager.isComponentHasStereoType(OwbBean<?> component)
          Returns true if array contains the StereoType meta annotation
 

Uses of OwbBean in org.apache.webbeans.component
 

Subinterfaces of OwbBean in org.apache.webbeans.component
 interface InjectionTargetBean<T>
          Defines contract for injection target beans.
 

Classes in org.apache.webbeans.component that implement OwbBean
 class AbstractInjectionTargetBean<T>
          Abstract class for injection target beans.
 class AbstractOwbBean<T>
          Abstract implementation of the OwbBean contract.
 class AbstractProducerBean<T>
          Abstract class for producer components.
 class BeanManagerBean
           
 class BuildInOwbBean<T>
          Following 3 options are provided for vendor's build-in beans implementation: 1.
 class ConversationBean
          Conversation bean implementation.
 class EventBean<T>
          Implicit observable bean definition.
 class ExtensionBean<T>
          Extension service bean definition.
 class InjectionPointBean
           
 class InstanceBean<T>
           
 class ManagedBean<T>
          Managed bean implementation of the Bean.
 class NewManagedBean<T>
          Component definition with New binding annotation.
 class ProducerFieldBean<T>
          Defines the producer field component implementation.
 class ProducerMethodBean<T>
          Concrete implementation of the AbstractOwbBean.
 class ResourceBean<X,T extends Annotation>
           
 

Uses of OwbBean in org.apache.webbeans.component.third
 

Classes in org.apache.webbeans.component.third that implement OwbBean
 class ThirdpartyBeanImpl<T>
           
 

Uses of OwbBean in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config with parameters of type OwbBean
static void DefinitionUtil.defineDefaultScopeType(OwbBean<?> component, String exceptionMessage, boolean allowLazyInit)
           
static
<T> void
DefinitionUtil.defineStereoTypes(OwbBean<?> component, Annotation[] anns)
           
 

Uses of OwbBean in org.apache.webbeans.container
 

Methods in org.apache.webbeans.container with parameters of type OwbBean
protected  void BeanManagerImpl.addPassivationInfo(OwbBean<?> bean)
          Check if the bean is has a passivation id and add it to the id store.
 

Uses of OwbBean in org.apache.webbeans.decorator
 

Classes in org.apache.webbeans.decorator that implement OwbBean
 class WebBeansDecorator<T>
          Defines decorators.
 

Constructors in org.apache.webbeans.decorator with parameters of type OwbBean
DelegateHandler(OwbBean<?> bean)
           
DelegateHandler(OwbBean<?> bean, javax.interceptor.InvocationContext ejbContext)
           
 

Uses of OwbBean in org.apache.webbeans.inject
 

Fields in org.apache.webbeans.inject declared as OwbBean
protected  OwbBean<?> AbstractInjectable.injectionOwnerBean
          Owner bean of the injection point
 

Methods in org.apache.webbeans.inject that return OwbBean
 OwbBean<?> AbstractInjectable.getInjectionOwnerComponent()
          Gets the component.
 

Constructors in org.apache.webbeans.inject with parameters of type OwbBean
AbstractInjectable(OwbBean<?> injectionOwnerBean, javax.enterprise.context.spi.CreationalContext<?> injectionOwnerCreationalContext)
          Creates a new injectable.
InjectableMethods(Method m, Object instance, OwbBean<?> owner, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Constructs new instance.
 

Uses of OwbBean in org.apache.webbeans.intercept
 

Fields in org.apache.webbeans.intercept declared as OwbBean
protected  OwbBean<?> InterceptorHandler.bean
          Proxied bean
 

Methods in org.apache.webbeans.intercept with parameters of type OwbBean
<T> Class<? extends T>
InterceptorRuntimeSupport.getInterceptorSubClass(OwbBean<T> bean)
          Create a interceptor/decorator subclass for the given bean.
 

Constructors in org.apache.webbeans.intercept with parameters of type OwbBean
ApplicationScopedBeanInterceptorHandler(OwbBean<?> bean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Creates a new handler.
DependentScopedBeanInterceptorHandler(OwbBean<?> bean, Object instance, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Creates a new instance of handler.
InterceptorHandler(OwbBean<?> bean)
          Creates a new handler.
InvocationContextImpl(WebBeansContext webBeansContext, OwbBean<?> bean, Object instance, Method method, Object[] parameters, List<InterceptorData> datas, InterceptorType type)
          Initializes the invocation context.
NormalScopedBeanInterceptorHandler(OwbBean<?> bean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Creates a new bean instance
 

Uses of OwbBean in org.apache.webbeans.intercept.custom
 

Classes in org.apache.webbeans.intercept.custom that implement OwbBean
 class CustomInterceptor<T>
           
 

Uses of OwbBean in org.apache.webbeans.intercept.webbeans
 

Classes in org.apache.webbeans.intercept.webbeans that implement OwbBean
 class WebBeansInterceptor<T>
          Defines the webbeans specific interceptors.
 

Uses of OwbBean in org.apache.webbeans.portable.creation
 

Fields in org.apache.webbeans.portable.creation declared as OwbBean
protected  OwbBean<T> AbstractProducer.bean
          Bean instance
 

Constructors in org.apache.webbeans.portable.creation with parameters of type OwbBean
AbstractProducer(OwbBean<T> bean)
          Create a new producer with given bean.
 

Uses of OwbBean in org.apache.webbeans.proxy
 

Methods in org.apache.webbeans.proxy that return types with arguments of type OwbBean
 Map<OwbBean<?>,Class<?>> JavassistProxyFactory.getInterceptorProxyClasses()
           
 

Methods in org.apache.webbeans.proxy with parameters of type OwbBean
 Class<?> JavassistProxyFactory.createAbstractDecoratorProxyClass(OwbBean<?> bean)
           
 Object JavassistProxyFactory.createBuildInBeanProxy(OwbBean<?> bean)
           
 Object JavassistProxyFactory.createDependentScopedBeanProxy(OwbBean<?> bean, Object actualInstance, javax.enterprise.context.spi.CreationalContext<?> creastionalContext)
           
 Object JavassistProxyFactory.createNormalScopedBeanProxy(OwbBean<?> bean, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 Class<?> JavassistProxyFactory.defineEjbBeanProxyClass(OwbBean<?> bean, Class<?> iface, javassist.util.proxy.ProxyFactory factory)
          Defines the proxy for the given bean and iface using callers factory.
 Class<?> JavassistProxyFactory.getEjbBeanProxyClass(OwbBean<?> bean, Class<?> iface)
          Provides the proxy for the given bean and interface, if defined
 

Uses of OwbBean in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util with parameters of type OwbBean
<T,X> void
WebBeansAnnotatedTypeUtil.addMethodInjectionPointMetaData(OwbBean<T> owner, javax.enterprise.inject.spi.AnnotatedMethod<X> method)
           
 



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