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