public class UserTransactionService extends org.jboss.msc.service.AbstractService<UserTransaction>
UserTransaction.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
INTERNAL_SERVICE_NAME
Non-deprecated service name only for use within the subsystem
|
static org.jboss.msc.service.ServiceName |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceController<UserTransaction> |
addService(org.jboss.msc.service.ServiceTarget target) |
UserTransaction |
getValue() |
@Deprecated public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static final org.jboss.msc.service.ServiceName INTERNAL_SERVICE_NAME
public static org.jboss.msc.service.ServiceController<UserTransaction> addService(org.jboss.msc.service.ServiceTarget target)
public UserTransaction getValue() throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<UserTransaction>getValue in class org.jboss.msc.service.AbstractService<UserTransaction>IllegalStateExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.