public class TransactionRemoteHTTPService extends Object implements org.jboss.msc.service.Service<TransactionRemoteHTTPService>
| Constructor and Description |
|---|
TransactionRemoteHTTPService() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> |
getLocalTransactionContextInjectedValue() |
org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler> |
getPathHandlerInjectedValue() |
TransactionRemoteHTTPService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<TransactionRemoteHTTPService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<TransactionRemoteHTTPService>public TransactionRemoteHTTPService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<TransactionRemoteHTTPService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler> getPathHandlerInjectedValue()
public org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> getLocalTransactionContextInjectedValue()
Copyright © 2018 JBoss by Red Hat. All rights reserved.