|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.core.connectionmanager.ConnectionRecord
public class ConnectionRecord

Information about a connection.
| Constructor Summary | |
|---|---|
ConnectionRecord(org.jboss.jca.core.api.connectionmanager.listener.ConnectionListener cl,
Object connection,
javax.resource.spi.ConnectionRequestInfo cri)
Creates a new connection record. |
|
| Method Summary | |
|---|---|
Object |
getConnection()
Get the connection |
ConnectionListener |
getConnectionListener()
Get the connection listener |
javax.resource.spi.ConnectionRequestInfo |
getCri()
Get the connection request info information |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 info| Method Detail |
|---|
public ConnectionListener getConnectionListener()
public Object getConnection()
public javax.resource.spi.ConnectionRequestInfo getCri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||