org.apache.myfaces.extensions.cdi.jpa.impl.transaction.context
Class TransactionBeanEntry<T>

java.lang.Object
  extended by 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)
           
 
Method Summary
 javax.enterprise.context.spi.Contextual<T> getBean()
           
 T getContextualInstance()
           
 javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
           
 Set<Annotation> getQualifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionBeanEntry

public TransactionBeanEntry(javax.enterprise.context.spi.Contextual<T> bean,
                            T contextualInstance,
                            javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Method Detail

getBean

public javax.enterprise.context.spi.Contextual<T> getBean()

getContextualInstance

public T getContextualInstance()

getCreationalContext

public javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()

getQualifiers

public Set<Annotation> getQualifiers()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.