Interface RemotingFallbackPeerProvider


  • public interface RemotingFallbackPeerProvider
    A fallback peer provider for compatibility with the old EJB-based transactions protocol.
    Author:
    David M. Lloyd
    • Method Detail

      • getOperations

        @NotNull
        RemotingOperations getOperations​(@NotNull
                                         org.jboss.remoting3.Connection connection)
                                  throws IOException
        Get an alternative operations handler for the given connection.
        Parameters:
        connection - the connection (not null)
        Returns:
        the operations handler (must not be null)
        Throws:
        org.jboss.remoting3.ServiceNotFoundException - if the fallback service wasn't located
        IOException