| Package | Description |
|---|---|
| com.sun.enterprise.resource | |
| com.sun.enterprise.resource.allocator | |
| com.sun.enterprise.resource.pool |
| Modifier and Type | Method and Description |
|---|---|
ClientSecurityInfo |
ResourceHandle.getClientSecurityInfo() |
| Constructor and Description |
|---|
AssocWithThreadResourceHandle(Object resource,
ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info) |
ConnectorXAResource(ResourceHandle handle,
ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info) |
ResourceHandle(Object resource,
ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientSecurityInfo |
AbstractConnectorAllocator.info |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceHandle |
AbstractConnectorAllocator.createResourceHandle(Object resource,
ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info) |
| Constructor and Description |
|---|
AbstractConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc) |
ConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc,
boolean shareable) |
LocalTxConnectorAllocator(PoolManager poolMgr,
javax.resource.spi.ManagedConnectionFactory mcf,
ResourceSpec spec,
Subject subject,
javax.resource.spi.ConnectionRequestInfo reqInfo,
ClientSecurityInfo info,
ConnectorDescriptor desc,
boolean shareable) |
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 |
|---|---|
Object |
PoolManagerImpl.getResource(ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info) |
Object |
PoolManager.getResource(ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info)
Obtain a transactional resource such as JDBC connection
|
ResourceHandle |
PoolManagerImpl.getResourceFromPool(ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info,
Transaction tran) |
ResourceHandle |
PoolManager.getResourceFromPool(ResourceSpec spec,
ResourceAllocator alloc,
ClientSecurityInfo info,
Transaction tran) |
Copyright © 2017. All rights reserved.