public class BeanInstanceBag<T> extends Object implements Serializable
Constructor and Description |
---|
BeanInstanceBag(javax.enterprise.context.spi.CreationalContext<T> beanCreationalContext) |
Modifier and Type | Method and Description |
---|---|
T |
create(javax.enterprise.context.spi.Contextual<T> contextual)
Create the contextual instance in a thread safe fashion
|
javax.enterprise.context.spi.CreationalContext<T> |
getBeanCreationalContext() |
T |
getBeanInstance() |
String |
toString() |
public BeanInstanceBag(javax.enterprise.context.spi.CreationalContext<T> beanCreationalContext)
public javax.enterprise.context.spi.CreationalContext<T> getBeanCreationalContext()
public T getBeanInstance()
public T create(javax.enterprise.context.spi.Contextual<T> contextual)
contextual
- Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.