|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientInternalExceptionListener | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
Uses of ClientInternalExceptionListener in org.apache.activemq |
---|
Methods in org.apache.activemq that return ClientInternalExceptionListener | |
---|---|
ClientInternalExceptionListener |
ActiveMQConnectionFactory.getClientInternalExceptionListener()
|
ClientInternalExceptionListener |
ActiveMQConnection.getClientInternalExceptionListener()
Gets the ClientInternalExceptionListener object for this connection. |
Methods in org.apache.activemq with parameters of type ClientInternalExceptionListener | |
---|---|
void |
ActiveMQConnectionFactory.setClientInternalExceptionListener(ClientInternalExceptionListener clientInternalExceptionListener)
Allows an ClientInternalExceptionListener to be configured on the ConnectionFactory so that when this factory
is used by frameworks which don't expose the Connection such as Spring JmsTemplate, you can register
an exception listener. |
void |
ActiveMQConnection.setClientInternalExceptionListener(ClientInternalExceptionListener listener)
Sets a client internal exception listener for this connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |