Uses of Interface
org.apache.activemq.util.IOExceptionHandler
-
Packages that use IOExceptionHandler Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.util -
-
Uses of IOExceptionHandler in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return IOExceptionHandler Modifier and Type Method Description IOExceptionHandler
BrokerService. getIoExceptionHandler()
Methods in org.apache.activemq.broker with parameters of type IOExceptionHandler Modifier and Type Method Description void
BrokerService. setIoExceptionHandler(IOExceptionHandler ioExceptionHandler)
override the Default IOException handler, called when persistence adapter has experiences File or JDBC I/O Exceptions -
Uses of IOExceptionHandler in org.apache.activemq.store.jdbc
Classes in org.apache.activemq.store.jdbc that implement IOExceptionHandler Modifier and Type Class Description class
JDBCIOExceptionHandler
Deprecated. -
Uses of IOExceptionHandler in org.apache.activemq.util
Classes in org.apache.activemq.util that implement IOExceptionHandler Modifier and Type Class Description class
DefaultIOExceptionHandler
class
LeaseLockerIOExceptionHandler
-