Class HttpRemoteTransactionProvider

  • All Implemented Interfaces:
    org.wildfly.transaction.client.spi.RemoteTransactionProvider, org.wildfly.transaction.client.spi.TransactionProvider

    public class HttpRemoteTransactionProvider
    extends java.lang.Object
    implements org.wildfly.transaction.client.spi.RemoteTransactionProvider
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.wildfly.transaction.client.spi.RemoteTransactionPeer getPeerHandle​(java.net.URI uri, javax.net.ssl.SSLContext sslContext, org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)  
      boolean supportsScheme​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.wildfly.transaction.client.spi.RemoteTransactionProvider

        getPeerHandleForXa
    • Constructor Detail

      • HttpRemoteTransactionProvider

        public HttpRemoteTransactionProvider()
    • Method Detail

      • getPeerHandle

        public org.wildfly.transaction.client.spi.RemoteTransactionPeer getPeerHandle​(java.net.URI uri,
                                                                                      javax.net.ssl.SSLContext sslContext,
                                                                                      org.wildfly.security.auth.client.AuthenticationConfiguration authenticationConfiguration)
                                                                               throws jakarta.transaction.SystemException
        Specified by:
        getPeerHandle in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider
        Throws:
        jakarta.transaction.SystemException
      • supportsScheme

        public boolean supportsScheme​(java.lang.String s)
        Specified by:
        supportsScheme in interface org.wildfly.transaction.client.spi.RemoteTransactionProvider