public class TransactionManagerService extends org.jboss.msc.service.AbstractService<TransactionManager>
TransactionManager.| 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.ContextTransactionManager to obtain a TransactionManager reference.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceController<TransactionManager> |
addService(org.jboss.msc.service.ServiceTarget target) |
TransactionManager |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
@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<TransactionManager> addService(org.jboss.msc.service.ServiceTarget target)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Servicestart in class org.jboss.msc.service.AbstractService<TransactionManager>org.jboss.msc.service.StartExceptionpublic TransactionManager getValue() throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<TransactionManager>getValue in class org.jboss.msc.service.AbstractService<TransactionManager>IllegalStateExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.