org.jboss.weld.bean.builtin.ee
Class UserTransactionBean

java.lang.Object
  extended by org.jboss.weld.bean.RIBean<T>
      extended by org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
          extended by org.jboss.weld.bean.builtin.ee.AbstractEEBean<javax.transaction.UserTransaction>
              extended by org.jboss.weld.bean.builtin.ee.UserTransactionBean
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<javax.transaction.UserTransaction>, javax.enterprise.inject.spi.Bean<javax.transaction.UserTransaction>, javax.enterprise.inject.spi.PassivationCapable

public class UserTransactionBean
extends AbstractEEBean<javax.transaction.UserTransaction>

Author:
pmuir

Field Summary
 
Fields inherited from class org.jboss.weld.bean.RIBean
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
 
Constructor Summary
UserTransactionBean(BeanManagerImpl beanManager)
           
 
Method Summary
 
Methods inherited from class org.jboss.weld.bean.builtin.ee.AbstractEEBean
create, destroy, getType, getTypes
 
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isSpecializing
 
Methods inherited from class org.jboss.weld.bean.RIBean
checkType, equals, getBeanClass, getBeanManager, getId, getInjectionPoints, hashCode, initializeAfterBeanDiscovery, isDependent, isProxyRequired, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTransactionBean

public UserTransactionBean(BeanManagerImpl beanManager)


Copyright © 2008-2010 Seam Framework. All Rights Reserved.