Class RemotingTransactionService
java.lang.Object
org.wildfly.transaction.client.provider.remoting.RemotingTransactionService
The remoting transaction service. This covers the server side of transaction inflow for Remoting servers.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getServerForConnection(org.jboss.remoting3.Connection connection) Get the local transaction context being used by this service.org.jboss.remoting3.Registrationregister()
-
Method Details
-
register
public org.jboss.remoting3.Registration register() throws org.jboss.remoting3.ServiceRegistrationException- Throws:
org.jboss.remoting3.ServiceRegistrationException
-
getServerForConnection
-
getTransactionContext
Get the local transaction context being used by this service.- Returns:
- the local transaction context (not
null)
-
builder
-