org.apache.activemq.util
Class DefaultIOExceptionHandler
java.lang.Object
org.apache.activemq.util.DefaultIOExceptionHandler
- All Implemented Interfaces:
- BrokerServiceAware, IOExceptionHandler
public class DefaultIOExceptionHandler
- extends Object
- implements IOExceptionHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
broker
protected BrokerService broker
DefaultIOExceptionHandler
public DefaultIOExceptionHandler()
handle
public void handle(IOException exception)
- Specified by:
handle in interface IOExceptionHandler
hasLockOwnership
protected boolean hasLockOwnership()
throws IOException
- Throws:
IOException
setBrokerService
public void setBrokerService(BrokerService broker)
- Specified by:
setBrokerService in interface BrokerServiceAware
isIgnoreAllErrors
public boolean isIgnoreAllErrors()
setIgnoreAllErrors
public void setIgnoreAllErrors(boolean ignoreAllErrors)
isIgnoreNoSpaceErrors
public boolean isIgnoreNoSpaceErrors()
setIgnoreNoSpaceErrors
public void setIgnoreNoSpaceErrors(boolean ignoreNoSpaceErrors)
getNoSpaceMessage
public String getNoSpaceMessage()
setNoSpaceMessage
public void setNoSpaceMessage(String noSpaceMessage)
isIgnoreSQLExceptions
public boolean isIgnoreSQLExceptions()
setIgnoreSQLExceptions
public void setIgnoreSQLExceptions(boolean ignoreSQLExceptions)
getSqlExceptionMessage
public String getSqlExceptionMessage()
setSqlExceptionMessage
public void setSqlExceptionMessage(String sqlExceptionMessage)
isStopStartConnectors
public boolean isStopStartConnectors()
setStopStartConnectors
public void setStopStartConnectors(boolean stopStartConnectors)
getResumeCheckSleepPeriod
public long getResumeCheckSleepPeriod()
setResumeCheckSleepPeriod
public void setResumeCheckSleepPeriod(long resumeCheckSleepPeriod)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.