Uses of Interface
com.swiftmq.net.client.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.swiftmq.jms.v750 com.swiftmq.net.client -
-
Uses of ExceptionHandler in com.swiftmq.jms.v750
Classes in com.swiftmq.jms.v750 that implement ExceptionHandler Modifier and Type Class Description classConnectionImplclassConnectorclassQueueConnectionImplclassTopicConnectionImplclassXAConnectionImplclassXAQueueConnectionImplclassXATopicConnectionImpl -
Uses of ExceptionHandler in com.swiftmq.net.client
Methods in com.swiftmq.net.client with parameters of type ExceptionHandler Modifier and Type Method Description voidBlockingConnection. setExceptionHandler(ExceptionHandler exceptionHandler)voidConnection. setExceptionHandler(ExceptionHandler exceptionHandler)voidIntraVMConnection. 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)
-