Package | Description |
---|---|
javax.resource.spi |
J2EE Connector API - System Programmer Interface.
|
javax.resource.spi.security |
J2EE Connector API - Security.
|
Modifier and Type | Method and Description |
---|---|
Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo)
Gets called by the resource adapter's connection factory.
|
void |
LazyAssociatableConnectionManager.associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
Invoked by a resource adapter to lazily associate a connection handle with the managed connection
|
Modifier and Type | Method and Description |
---|---|
ManagedConnectionFactory |
PasswordCredential.getManagedConnectionFactory()
Get the managed connection factory associated with this username password
pair.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordCredential.setManagedConnectionFactory(ManagedConnectionFactory mcf)
Set the managed connection factory associated with this username password
pair.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.