Uses of Interface
org.infinispan.cdi.common.util.ContextualLifecycle
-
Packages that use ContextualLifecycle Package Description org.infinispan.cdi.common.util This package contains utility classes. -
-
Uses of ContextualLifecycle in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement ContextualLifecycle Modifier and Type Class Description classDelegatingContextualLifecycle<T>An implementation ofContextualLifecyclethat is backed by anInjectionTarget.Methods in org.infinispan.cdi.common.util that return ContextualLifecycle Modifier and Type Method Description ContextualLifecycle<T>BeanBuilder. getBeanLifecycle()TheContextualLifecyclecurrently defined for bean creation.Methods in org.infinispan.cdi.common.util with parameters of type ContextualLifecycle Modifier and Type Method Description BeanBuilder<T>BeanBuilder. beanLifecycle(ContextualLifecycle<T> beanLifecycle)Define theContextualLifecycleused for bean creation.Constructors in org.infinispan.cdi.common.util with parameters of type ContextualLifecycle Constructor Description ImmutableBean(Class<?> beanClass, String name, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes, Set<Type> types, boolean alternative, boolean nullable, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints, ContextualLifecycle<T> contextualLifecycle, String toString)Create a new, immutable bean.ImmutablePassivationCapableBean(String id, Class<?> beanClass, String name, Set<Annotation> qualifiers, Class<? extends Annotation> scope, Set<Class<? extends Annotation>> stereotypes, Set<Type> types, boolean alternative, boolean nullable, Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints, ContextualLifecycle<T> beanLifecycle, String toString)
-