Package org.apache.webbeans.ee.beans
Class UserTransactionBean
- java.lang.Object
-
- org.apache.webbeans.component.BeanAttributesImpl<T>
-
- org.apache.webbeans.component.AbstractOwbBean<T>
-
- org.apache.webbeans.component.BuiltInOwbBean<UserTransaction>
-
- org.apache.webbeans.ee.beans.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,org.apache.webbeans.component.OwbBean<UserTransaction>
public class UserTransactionBean extends org.apache.webbeans.component.BuiltInOwbBean<UserTransaction>
-
-
Constructor Summary
Constructors Constructor Description UserTransactionBean(org.apache.webbeans.config.WebBeansContext webBeansContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPassivationCapable()Class<?>proxyableType()-
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addToStringInfo, create, destroy, equals, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, hashCode, isDependent, isEnabled, isSpecializedBean, providedId, setEnabled, setSpecializedBean, toString
-
Methods inherited from class org.apache.webbeans.component.BeanAttributesImpl
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable
-
-
-
-
Method Detail
-
isPassivationCapable
public boolean isPassivationCapable()
- Specified by:
isPassivationCapablein interfaceorg.apache.webbeans.component.OwbBean<UserTransaction>- Overrides:
isPassivationCapablein classorg.apache.webbeans.component.AbstractOwbBean<UserTransaction>
-
proxyableType
public Class<?> proxyableType()
- Specified by:
proxyableTypein classorg.apache.webbeans.component.BuiltInOwbBean<UserTransaction>
-
-