public class ConnectionRecord
extends java.lang.Object
Constructor and Description |
---|
ConnectionRecord(ConnectionListener cl,
java.lang.Object connection)
Creates a new connection record.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConnection()
Get the connection
|
ConnectionListener |
getConnectionListener()
Get the connection listener
|
public ConnectionRecord(ConnectionListener cl, java.lang.Object connection)
cl
- connection listenerconnection
- connection handlepublic ConnectionListener getConnectionListener()
public java.lang.Object getConnection()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)