public class SerializableBeanStoreInstance<T> extends Object implements BeanStoreInstance<T>, Serializable
| Constructor and Description |
|---|
SerializableBeanStoreInstance(javax.enterprise.context.spi.Contextual<T> contextual,
T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.context.spi.Contextual<T> |
getContextual() |
javax.enterprise.context.spi.CreationalContext<T> |
getCreationalContext() |
T |
getInstance() |
public T getInstance()
getInstance in interface BeanStoreInstance<T>public javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
getCreationalContext in interface BeanStoreInstance<T>public javax.enterprise.context.spi.Contextual<T> getContextual()
getContextual in interface BeanStoreInstance<T>Copyright © 2003–2021 eXo Platform SAS. All rights reserved.