Package org.apache.activemq.store.jdbc
Class JDBCIOExceptionHandler
- java.lang.Object
-
- org.apache.activemq.util.DefaultIOExceptionHandler
-
- org.apache.activemq.store.jdbc.JDBCIOExceptionHandler
-
- All Implemented Interfaces:
BrokerServiceAware
,IOExceptionHandler
@Deprecated public class JDBCIOExceptionHandler extends DefaultIOExceptionHandler
Deprecated.
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.util.DefaultIOExceptionHandler
broker
-
-
Constructor Summary
Constructors Constructor Description JDBCIOExceptionHandler()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
hasLockOwnership()
Deprecated.-
Methods inherited from class org.apache.activemq.util.DefaultIOExceptionHandler
allowIOResumption, getNoSpaceMessage, getResumeCheckSleepPeriod, getSqlExceptionMessage, handle, isIgnoreAllErrors, isIgnoreNoSpaceErrors, isIgnoreSQLExceptions, isStopStartConnectors, isSystemExitOnShutdown, setBrokerService, setIgnoreAllErrors, setIgnoreNoSpaceErrors, setIgnoreSQLExceptions, setNoSpaceMessage, setResumeCheckSleepPeriod, setSqlExceptionMessage, setStopStartConnectors, setSystemExitOnShutdown
-
-
-
-
Method Detail
-
hasLockOwnership
protected boolean hasLockOwnership() throws IOException
Deprecated.- Overrides:
hasLockOwnership
in classDefaultIOExceptionHandler
- Throws:
IOException
-
-