org.apache.myfaces.extensions.cdi.jpa.impl.transaction.context
Class TransactionBeanEntry<T>
java.lang.Object
org.apache.myfaces.extensions.cdi.jpa.impl.transaction.context.TransactionBeanEntry<T>
public class TransactionBeanEntry<T>
- extends Object
Holds the information we need store to manage
the beans in the TransactionContext
.
Constructor Summary |
TransactionBeanEntry(javax.enterprise.context.spi.Contextual<T> bean,
T contextualInstance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionBeanEntry
public TransactionBeanEntry(javax.enterprise.context.spi.Contextual<T> bean,
T contextualInstance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
getBean
public javax.enterprise.context.spi.Contextual<T> getBean()
getContextualInstance
public T getContextualInstance()
getCreationalContext
public javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.