org.apache.webbeans.ee.beans
Class UserTransactionBean

java.lang.Object
  extended by org.apache.webbeans.component.AbstractOwbBean<T>
      extended by org.apache.webbeans.component.BuildInOwbBean<UserTransaction>
          extended by org.apache.webbeans.ee.beans.UserTransactionBean
All Implemented Interfaces:
javax.enterprise.context.spi.Contextual<UserTransaction>, javax.enterprise.inject.spi.Bean<UserTransaction>, OwbBean<UserTransaction>

public class UserTransactionBean
extends BuildInOwbBean<UserTransaction>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.webbeans.component.BuildInOwbBean
BuildInOwbBean.BuildInBeanMethodHandler<T>
 
Field Summary
 
Fields inherited from class org.apache.webbeans.component.BuildInOwbBean
BUILD_IN_BEAN_PROPERTY, handlerClass, handlerClassName, handlerContructor
 
Fields inherited from class org.apache.webbeans.component.AbstractOwbBean
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType
 
Constructor Summary
UserTransactionBean()
           
 
Method Summary
protected  UserTransaction createActualInstance(javax.enterprise.context.spi.CreationalContext<UserTransaction> creationalContext)
           
protected  UserTransaction createInstance(javax.enterprise.context.spi.CreationalContext<UserTransaction> creationalContext)
           
 boolean isPassivationCapable()
           
 
Methods inherited from class org.apache.webbeans.component.BuildInOwbBean
createProxyWrapper, initBuildInBeanConfig
 
Methods inherited from class org.apache.webbeans.component.AbstractOwbBean
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, destroyInstance, equals, getBeanClass, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, hashCode, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependencies
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTransactionBean

public UserTransactionBean()
Method Detail

createActualInstance

protected UserTransaction createActualInstance(javax.enterprise.context.spi.CreationalContext<UserTransaction> creationalContext)
Specified by:
createActualInstance in class BuildInOwbBean<UserTransaction>

createInstance

protected UserTransaction createInstance(javax.enterprise.context.spi.CreationalContext<UserTransaction> creationalContext)
Specified by:
createInstance in class AbstractOwbBean<UserTransaction>

isPassivationCapable

public boolean isPassivationCapable()
Specified by:
isPassivationCapable in interface OwbBean<UserTransaction>
Overrides:
isPassivationCapable in class AbstractOwbBean<UserTransaction>


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