
public class ConnectionRecord extends Object
| Constructor and Description |
|---|
ConnectionRecord(org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener cl,
Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Creates a new connection record.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getConnection()
Get the connection
|
ConnectionListener |
getConnectionListener()
Get the connection listener
|
javax.resource.spi.ConnectionRequestInfo |
getCri()
Get the connection request info information
|
public ConnectionRecord(org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener cl,
Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
cl - connection listenerconnection - connection handlecri - connection request infopublic ConnectionListener getConnectionListener()
public Object getConnection()
public javax.resource.spi.ConnectionRequestInfo getCri()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)