org.apache.activemq.util
Class DefaultIOExceptionHandler
java.lang.Object
org.apache.activemq.util.DefaultIOExceptionHandler
- All Implemented Interfaces:
- BrokerServiceAware, IOExceptionHandler
public class DefaultIOExceptionHandler
- extends java.lang.Object
- implements IOExceptionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIOExceptionHandler
public DefaultIOExceptionHandler()
handle
public void handle(java.io.IOException exception)
- Specified by:
handle
in interface IOExceptionHandler
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 java.lang.String getNoSpaceMessage()
setNoSpaceMessage
public void setNoSpaceMessage(java.lang.String noSpaceMessage)
isIgnoreSQLExceptions
public boolean isIgnoreSQLExceptions()
setIgnoreSQLExceptions
public void setIgnoreSQLExceptions(boolean ignoreSQLExceptions)
getSqlExceptionMessage
public java.lang.String getSqlExceptionMessage()
setSqlExceptionMessage
public void setSqlExceptionMessage(java.lang.String sqlExceptionMessage)
isStopStartConnectors
public boolean isStopStartConnectors()
setStopStartConnectors
public void setStopStartConnectors(boolean stopStartConnectors)
getResumeCheckSleepPeriod
public long getResumeCheckSleepPeriod()
setResumeCheckSleepPeriod
public void setResumeCheckSleepPeriod(long resumeCheckSleepPeriod)
Copyright © 2005-2011. All Rights Reserved.