Package | Description |
---|---|
javax.resource.spi |
J2EE Connector API - System Programmer Interface.
|
Modifier and Type | Method and Description |
---|---|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo)
Creates a new ManagedConnection
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo)
Returns a matching connection from the set.
|
Modifier and Type | Method and Description |
---|---|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
Invoked by a resource adapter to lazily enlist a connection handle with the managed connection
|
Constructor and Description |
---|
ConnectionEvent(ManagedConnection source,
int eid)
Create a new ConnectionEvent
|
ConnectionEvent(ManagedConnection source,
int eid,
Exception exception)
Create a new ConnectionEvent
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.