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 TypeMethodDescriptiongetOperations(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 (notnull)- Returns:
- the operations handler (must not be
null) - Throws:
org.jboss.remoting3.ServiceNotFoundException- if the fallback service wasn't locatedIOException
-