Uses of Interface
com.swiftmq.net.client.ExceptionHandler
-
-
Uses of ExceptionHandler in com.swiftmq.amqp.v100.client
Classes in com.swiftmq.amqp.v100.client that implement ExceptionHandler Modifier and Type Class Description class
Connection
Representation of an AMQP connection. -
Uses of ExceptionHandler in com.swiftmq.jms.v400
Classes in com.swiftmq.jms.v400 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v500
Classes in com.swiftmq.jms.v500 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v510
Classes in com.swiftmq.jms.v510 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v600
Classes in com.swiftmq.jms.v600 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v610
Classes in com.swiftmq.jms.v610 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v630
Classes in com.swiftmq.jms.v630 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.jms.v750
Classes in com.swiftmq.jms.v750 that implement ExceptionHandler Modifier and Type Class Description class
ConnectionImpl
class
Connector
class
QueueConnectionImpl
class
TopicConnectionImpl
class
XAConnectionImpl
class
XAQueueConnectionImpl
class
XATopicConnectionImpl
-
Uses of ExceptionHandler in com.swiftmq.net.client
Methods in com.swiftmq.net.client with parameters of type ExceptionHandler Modifier and Type Method Description void
BlockingConnection. setExceptionHandler(ExceptionHandler exceptionHandler)
void
Connection. setExceptionHandler(ExceptionHandler exceptionHandler)
void
IntraVMConnection. setExceptionHandler(ExceptionHandler exceptionHandler)
Constructors in com.swiftmq.net.client with parameters of type ExceptionHandler Constructor Description BlockingConnection(java.net.Socket socket, InboundHandler inboundHandler, ExceptionHandler exceptionHandler)
-