@MetaInfServices public final class RemotingTransactionProvider extends Object implements RemoteTransactionProvider
| Modifier and Type | Method and Description |
|---|---|
RemoteTransactionPeer |
getPeerHandle(URI location)
Get a handle for a specific peer.
|
boolean |
supportsScheme(String scheme)
Determine whether the provider supports the given URI scheme.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPeerHandleForXa, getProviderInterfacepublic boolean supportsScheme(String scheme)
RemoteTransactionProvidersupportsScheme in interface RemoteTransactionProviderscheme - the URI scheme (not null)true if the scheme is supported, false otherwisepublic RemoteTransactionPeer getPeerHandle(URI location) throws SystemException
RemoteTransactionProvidergetPeerHandle in interface RemoteTransactionProviderlocation - the peer locationnull if this provider does not support this locationSystemException - if handle acquisition has failedCopyright © 2016 JBoss by Red Hat. All rights reserved.