Package | Description |
---|---|
javax.resource.spi |
The javax.resource.spi package contains APIs for the system
contracts defined in the Java EE Connector Architecture specification.
|
org.jboss.resource.adapter.jms |
Modifier and Type | Method and Description |
---|---|
void |
ManagedConnection.addConnectionEventListener(ConnectionEventListener listener)
Adds a connection event listener to the ManagedConnection
instance.
|
void |
ManagedConnection.removeConnectionEventListener(ConnectionEventListener listener)
Removes an already registered connection event listener from the
ManagedConnection instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsManagedConnection.addConnectionEventListener(ConnectionEventListener l)
Add a connection event listener.
|
void |
JmsManagedConnection.removeConnectionEventListener(ConnectionEventListener l)
Remove a connection event listener.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.