Class TransactionRemoteHTTPService

java.lang.Object
org.jboss.as.txn.service.TransactionRemoteHTTPService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<TransactionRemoteHTTPService>, org.jboss.msc.value.Value<TransactionRemoteHTTPService>

public class TransactionRemoteHTTPService extends Object implements org.jboss.msc.service.Service<TransactionRemoteHTTPService>
Author:
Stuart Douglas
  • Constructor Details

    • TransactionRemoteHTTPService

      public TransactionRemoteHTTPService()
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<TransactionRemoteHTTPService>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getPathHandlerInjectedValue

      public org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler> getPathHandlerInjectedValue()
    • getLocalTransactionContextInjectedValue

      public org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> getLocalTransactionContextInjectedValue()