Package org.jboss.as.txn.service
Class UserTransactionService
java.lang.Object
org.jboss.as.txn.service.UserTransactionService
Service responsible for getting the
UserTransaction.- 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.LocalTransactionContext to obtain a UserTransaction reference. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddService(org.jboss.msc.service.ServiceTarget target)
-
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.LocalTransactionContext to obtain a UserTransaction reference. -
INTERNAL_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName INTERNAL_SERVICE_NAMENon-deprecated service name only for use within the subsystem
-
-
Constructor Details
-
UserTransactionService
public UserTransactionService()
-
-
Method Details
-
addService
public static void addService(org.jboss.msc.service.ServiceTarget target)
-