Package org.jboss.weld.module.jta
Class WeldTransactionsModule
- java.lang.Object
-
- org.jboss.weld.module.jta.WeldTransactionsModule
-
- All Implemented Interfaces:
WeldModule
public class WeldTransactionsModule extends Object implements WeldModule
Module that provides JTA integration.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.weld.module.WeldModule
WeldModule.PostBeanArchiveServiceRegistrationContext, WeldModule.PostContextRegistrationContext, WeldModule.PostServiceRegistrationContext, WeldModule.PreBeanRegistrationContext
-
-
Constructor Summary
Constructors Constructor Description WeldTransactionsModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()voidpostServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)voidpreBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.weld.module.WeldModule
postBeanArchiveServiceRegistration, postContextRegistration
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceWeldModule
-
postServiceRegistration
public void postServiceRegistration(WeldModule.PostServiceRegistrationContext ctx)
- Specified by:
postServiceRegistrationin interfaceWeldModule
-
preBeanRegistration
public void preBeanRegistration(WeldModule.PreBeanRegistrationContext ctx)
- Specified by:
preBeanRegistrationin interfaceWeldModule
-
-