| Package | Description |
|---|---|
| com.caucho.jms.jca | |
| com.caucho.sql | |
| javax.resource.spi |
| Modifier and Type | Method and Description |
|---|---|
ConnectionEventListener |
ManagedSessionImpl.getConnectionEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedSessionImpl.addConnectionEventListener(ConnectionEventListener listener) |
void |
ManagedSessionImpl.removeConnectionEventListener(ConnectionEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnectionImpl.addConnectionEventListener(ConnectionEventListener listener)
Adds a connection event listener.
|
void |
ManagedConnectionImpl.removeConnectionEventListener(ConnectionEventListener listener)
Removes a connection event listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnection.addConnectionEventListener(ConnectionEventListener listener)
Adds a new listener.
|
void |
ManagedConnection.removeConnectionEventListener(ConnectionEventListener listener)
Removes an old new listener.
|