Package org.jboss.as.txn.service
Class TransactionManagerService
java.lang.Object
org.jboss.as.txn.service.TransactionManagerService
- All Implemented Interfaces:
org.jboss.msc.Service
Service responsible for getting the
TransactionManager.- Author:
- Thomas.Diesler@jboss.com, Richard Opalka
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.msc.service.ServiceNameNon-deprecated service name only for use within the subsystemstatic final org.jboss.msc.service.ServiceNameDeprecated.Use the "org.wildfly.transactions.global-default-local-provider" capability to confirm existence of a local provider and org.wildfly.transaction.client.ContextTransactionManager to obtain a TransactionManager reference.Fields inherited from interface org.jboss.msc.Service
NULL -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddService(org.jboss.msc.service.ServiceTarget target) voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext stopContext)
-
Field Details
-
SERVICE_NAME
Deprecated.Use the "org.wildfly.transactions.global-default-local-provider" capability to confirm existence of a local provider and org.wildfly.transaction.client.ContextTransactionManager to obtain a TransactionManager reference. -
INTERNAL_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName INTERNAL_SERVICE_NAMENon-deprecated service name only for use within the subsystem
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
addService
public static void addService(org.jboss.msc.service.ServiceTarget target)
-