Package org.apache.activemq.util
Interface IOExceptionHandler
-
- All Superinterfaces:
BrokerServiceAware
- All Known Implementing Classes:
DefaultIOExceptionHandler
,JDBCIOExceptionHandler
,LeaseLockerIOExceptionHandler
public interface IOExceptionHandler extends BrokerServiceAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(IOException exception)
-
Methods inherited from interface org.apache.activemq.broker.BrokerServiceAware
setBrokerService
-
-
-
-
Method Detail
-
handle
void handle(IOException exception)
-
-