Uses of Class
org.jboss.weld.bean.DisposalMethod
-
Packages that use DisposalMethod Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin.ee JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.manager JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resolution JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of DisposalMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return DisposalMethod Modifier and Type Method Description static <X,T>
DisposalMethod<X,T>DisposalMethod. of(BeanManagerImpl manager, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean)Methods in org.jboss.weld.bean with parameters of type DisposalMethod Modifier and Type Method Description static <X,T>
ProducerField<X,T>ProducerField. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer fieldstatic <X,T>
ProducerMethod<X,T>ProducerMethod. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates a producer method Web BeanConstructors in org.jboss.weld.bean with parameters of type DisposalMethod Constructor Description ProducerField(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)ConstructorProducerMethod(org.jboss.weld.serialization.spi.BeanIdentifier identifier, javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedMethod<T,? super X> method, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of DisposalMethod in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type DisposalMethod Modifier and Type Method Description static <X,T>
EEResourceProducerField<X,T>EEResourceProducerField. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Creates an EE resource producer fieldstatic <X,T>
StaticEEResourceProducerField<X,T>StaticEEResourceProducerField. of(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)Constructors in org.jboss.weld.bean.builtin.ee with parameters of type DisposalMethod Constructor Description EEResourceProducerField(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services)StaticEEResourceProducerField(javax.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T,? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X,?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of DisposalMethod in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap that return DisposalMethod Modifier and Type Method Description protected <X> DisposalMethod<X,?>AbstractBeanDeployer. resolveDisposalMethod(javax.enterprise.inject.spi.BeanAttributes<?> attributes, AbstractClassBean<X> declaringBean)Methods in org.jboss.weld.bootstrap that return types with arguments of type DisposalMethod Modifier and Type Method Description Set<DisposalMethod<?,?>>BeanDeployerEnvironment. getUnresolvedDisposalBeans()<X> Set<DisposalMethod<X,?>>BeanDeployerEnvironment. resolveDisposalBeans(Set<Type> types, Set<Annotation> qualifiers, AbstractClassBean<X> declaringBean)Resolve the disposal method for the given producer method.Methods in org.jboss.weld.bootstrap with parameters of type DisposalMethod Modifier and Type Method Description voidBeanDeployerEnvironment. addDisposesMethod(DisposalMethod<?,?> bean) -
Uses of DisposalMethod in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return DisposalMethod Modifier and Type Method Description DisposalMethod<?,?>AbstractMemberProducer. getDisposalMethod()Constructors in org.jboss.weld.injection.producer with parameters of type DisposalMethod Constructor Description AbstractMemberProducer(EnhancedAnnotatedMember<T,? super X,? extends Member> enhancedMember, DisposalMethod<?,?> disposalMethod)ProducerFieldProducer(EnhancedAnnotatedField<T,? super X> enhancedField, DisposalMethod<?,?> disposalMethod)ProducerMethodProducer(EnhancedAnnotatedMethod<T,? super X> enhancedAnnotatedMethod, DisposalMethod<?,?> disposalMethod) -
Uses of DisposalMethod in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type DisposalMethod Modifier and Type Method Description abstract <T> javax.enterprise.inject.spi.Producer<T>AbstractProducerFactory. createProducer(javax.enterprise.inject.spi.Bean<X> declaringBean, javax.enterprise.inject.spi.Bean<T> bean, DisposalMethod<X,T> disposalMethod)<T> javax.enterprise.inject.spi.Producer<T>FieldProducerFactory. createProducer(javax.enterprise.inject.spi.Bean<X> declaringBean, javax.enterprise.inject.spi.Bean<T> bean, DisposalMethod<X,T> disposalMethod)Producers returned from this method are not validated.<T> javax.enterprise.inject.spi.Producer<T>MethodProducerFactory. createProducer(javax.enterprise.inject.spi.Bean<X> declaringBean, javax.enterprise.inject.spi.Bean<T> bean, DisposalMethod<X,T> disposalMethod)Producers returned from this method are not validated. -
Uses of DisposalMethod in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return types with arguments of type DisposalMethod Modifier and Type Method Description protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. filterResult(Set<DisposalMethod<?,?>> matched)protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. sortResult(Set<DisposalMethod<?,?>> matched)Methods in org.jboss.weld.resolution with parameters of type DisposalMethod Modifier and Type Method Description protected booleanTypeSafeDisposerResolver. matches(Resolvable resolvable, DisposalMethod<?,?> disposer)Method parameters in org.jboss.weld.resolution with type arguments of type DisposalMethod Modifier and Type Method Description protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. filterResult(Set<DisposalMethod<?,?>> matched)protected Set<DisposalMethod<?,?>>TypeSafeDisposerResolver. sortResult(Set<DisposalMethod<?,?>> matched)Constructor parameters in org.jboss.weld.resolution with type arguments of type DisposalMethod Constructor Description TypeSafeDisposerResolver(Iterable<DisposalMethod<?,?>> disposers, WeldConfiguration configuration)
-