public abstract class AbstractTransaction extends Object implements Transaction
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getProviderInterface(Class<T> providerInterfaceType)
Get a provider-specific interface from this transaction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcommit, delistResource, enlistResource, getStatus, registerSynchronization, rollback, setRollbackOnlypublic <T> T getProviderInterface(Class<T> providerInterfaceType)
T - the provider interface typeproviderInterfaceType - the provider interface type class (must not be null)null if the given type isn't supported by this transaction's providerCopyright © 2017 JBoss by Red Hat. All rights reserved.