public class LazyEnlistableResourceManagerImpl extends ResourceManagerImpl
| Constructor and Description |
|---|
LazyEnlistableResourceManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
enlist(JavaEETransactionManager tm,
Transaction tran,
ResourceHandle h) |
void |
lazyEnlist(javax.resource.spi.ManagedConnection mc)
This is called by the PoolManager (in turn by the LazyEnlistableConnectionManager)
when a lazy enlistment is sought.
|
void |
registerResource(ResourceHandle handle)
Overridden to suspend lazyenlistment.
|
delistResource, enlistResource, getComponent, getTransaction, rollBackTransaction, unregisterResourceprotected void enlist(JavaEETransactionManager tm, Transaction tran, ResourceHandle h)
enlist in class ResourceManagerImplpublic void registerResource(ResourceHandle handle) throws PoolingException
registerResource in interface ResourceManagerregisterResource in class ResourceManagerImplhandle - PoolingExceptionpublic void lazyEnlist(javax.resource.spi.ManagedConnection mc)
throws javax.resource.ResourceException
mc - ManagedConnectionjavax.resource.ResourceExceptionCopyright © 2017. All rights reserved.