public class HttpRemoteTransactionPeer extends Object implements org.wildfly.transaction.client.spi.RemoteTransactionPeer
Constructor and Description |
---|
HttpRemoteTransactionPeer(HttpTargetContext targetContext,
SSLContext sslContext,
AuthenticationConfiguration authenticationConfiguration) |
Modifier and Type | Method and Description |
---|---|
org.wildfly.transaction.client.spi.SimpleTransactionControl |
begin(int timeout) |
org.wildfly.transaction.client.spi.SubordinateTransactionControl |
lookupXid(Xid xid) |
Xid[] |
recover(int flag,
String parentName) |
public HttpRemoteTransactionPeer(HttpTargetContext targetContext, SSLContext sslContext, AuthenticationConfiguration authenticationConfiguration)
public org.wildfly.transaction.client.spi.SubordinateTransactionControl lookupXid(Xid xid) throws XAException
lookupXid
in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
XAException
public Xid[] recover(int flag, String parentName) throws XAException
recover
in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
XAException
public org.wildfly.transaction.client.spi.SimpleTransactionControl begin(int timeout) throws SystemException
begin
in interface org.wildfly.transaction.client.spi.RemoteTransactionPeer
SystemException
Copyright © 2019 JBoss by Red Hat. All rights reserved.