Interface RemotingFallbackPeerProvider
-
public interface RemotingFallbackPeerProviderA fallback peer provider for compatibility with the old EJB-based transactions protocol.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotingOperationsgetOperations(org.jboss.remoting3.Connection connection)Get an alternative operations handler for the given connection.
-
-
-
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 (notnull)- Returns:
- the operations handler (must not be
null) - Throws:
org.jboss.remoting3.ServiceNotFoundException- if the fallback service wasn't locatedIOException
-
-