Class RemotingTransactionServiceService

java.lang.Object
org.jboss.as.txn.service.RemotingTransactionServiceService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService>, org.jboss.msc.value.Value<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService>

public final class RemotingTransactionServiceService extends Object implements org.jboss.msc.service.Service<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService>
The service providing the Remoting transaction service.
Author:
David M. Lloyd
  • Constructor Details

    • RemotingTransactionServiceService

      public RemotingTransactionServiceService()
  • 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
    • getLocalTransactionContextInjector

      public org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> getLocalTransactionContextInjector()
    • getEndpointInjector

      public org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> getEndpointInjector()
    • getValue

      public org.wildfly.transaction.client.provider.remoting.RemotingTransactionService getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService>
      Throws:
      IllegalStateException
      IllegalArgumentException