public class HttpRemoteTransactionProvider extends Object implements RemoteTransactionProvider
| Constructor and Description |
|---|
HttpRemoteTransactionProvider() |
| Modifier and Type | Method and Description |
|---|---|
RemoteTransactionPeer |
getPeerHandle(URI uri)
Get a handle for a specific peer.
|
boolean |
supportsScheme(String s)
Determine whether the provider supports the given URI scheme.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPeerHandleForXapublic RemoteTransactionPeer getPeerHandle(URI uri) throws SystemException
RemoteTransactionProvidergetPeerHandle in interface RemoteTransactionProvideruri - the peer locationnull if this provider does not support this locationSystemException - if handle acquisition has failedpublic boolean supportsScheme(String s)
RemoteTransactionProvidersupportsScheme in interface RemoteTransactionProviders - the URI scheme (not null)true if the scheme is supported, false otherwiseCopyright © 2017 JBoss by Red Hat. All rights reserved.