Package org.jboss.weld.bean.builtin.ee
Class UserTransactionBean
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.bean.CommonBean<T>
-
- org.jboss.weld.bean.RIBean<T>
-
- org.jboss.weld.bean.builtin.AbstractBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean<T>
-
- org.jboss.weld.bean.builtin.ee.AbstractEEBean<UserTransaction>
-
- org.jboss.weld.bean.builtin.ee.UserTransactionBean
-
- All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<UserTransaction>,javax.enterprise.inject.spi.Bean<UserTransaction>,javax.enterprise.inject.spi.BeanAttributes<UserTransaction>,javax.enterprise.inject.spi.PassivationCapable,DecorableBean<UserTransaction>
public class UserTransactionBean extends AbstractEEBean<UserTransaction>
- Author:
- pmuir
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
AbstractBuiltInBean.BuiltInBeanAttributes<T>
-
-
Field Summary
-
Fields inherited from class org.jboss.weld.bean.RIBean
beanManager
-
-
Constructor Summary
Constructors Constructor Description UserTransactionBean(BeanManagerImpl beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.jboss.weld.bean.builtin.ee.AbstractEEBean
newInstance
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractStaticallyDecorableBuiltInBean
getDecorators, getProxyClass, initializeAfterBeanDiscovery
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractDecorableBuiltInBean
create, getBeanClass, getDecorators, getInjectionPoint
-
Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
-
Methods inherited from class org.jboss.weld.bean.RIBean
destroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributes
-
Methods inherited from class org.jboss.weld.bean.CommonBean
attributes, equals, getId, getIdentifier, hashCode, isNullable, unwrap
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
UserTransactionBean
public UserTransactionBean(BeanManagerImpl beanManager)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classCommonBean<UserTransaction>
-
-