Interface RemotingFallbackPeerProvider


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

    Modifier and Type
    Method
    Description
    getOperations(org.jboss.remoting3.Connection connection)
    Get an alternative operations handler for the given connection.
  • Method Details

    • 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