public class NoTxConnectorAllocator extends AbstractConnectorAllocator
| Constructor and Description |
|---|
NoTxConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc) |
| Modifier and Type | Method and Description |
|---|---|
ResourceHandle |
createResource() |
void |
destroyResource(ResourceHandle resource) |
void |
fillInResourceObjects(ResourceHandle resource) |
boolean |
isTransactional() |
cleanup, closeUserConnection, createResourceHandle, getInvalidConnections, getSharedConnection, hasValidatingMCF, isConnectionValid, matchConnection, shareableWithinComponent, supportsReauthenticationpublic NoTxConnectorAllocator(PoolManager poolMgr, javax.resource.spi.ManagedConnectionFactory mcf, ResourceSpec spec, Subject subject, javax.resource.spi.ConnectionRequestInfo reqInfo, ClientSecurityInfo info, ConnectorDescriptor desc)
public ResourceHandle createResource() throws PoolingException
PoolingExceptionpublic void fillInResourceObjects(ResourceHandle resource) throws PoolingException
fillInResourceObjects in interface ResourceAllocatorfillInResourceObjects in class AbstractConnectorAllocatorPoolingExceptionpublic void destroyResource(ResourceHandle resource) throws PoolingException
destroyResource in interface ResourceAllocatordestroyResource in class AbstractConnectorAllocatorPoolingExceptionpublic boolean isTransactional()
isTransactional in interface ResourceAllocatorisTransactional in class AbstractConnectorAllocatorCopyright © 2019. All rights reserved.