Class RemotingTransactionService

java.lang.Object
org.wildfly.transaction.client.provider.remoting.RemotingTransactionService

public final class RemotingTransactionService extends Object
The remoting transaction service. This covers the server side of transaction inflow for Remoting servers.
Author:
David M. Lloyd
  • Method Details

    • register

      public org.jboss.remoting3.Registration register() throws org.jboss.remoting3.ServiceRegistrationException
      Throws:
      org.jboss.remoting3.ServiceRegistrationException
    • getServerForConnection

      public RemotingTransactionServer getServerForConnection(org.jboss.remoting3.Connection connection)
    • getTransactionContext

      public LocalTransactionContext getTransactionContext()
      Get the local transaction context being used by this service.
      Returns:
      the local transaction context (not null)
    • builder

      public static RemotingTransactionService.Builder builder()