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 |
DefaultIOExceptionHandler
public DefaultIOExceptionHandler()
handle
public void handle(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 String getNoSpaceMessage()
setNoSpaceMessage
public void setNoSpaceMessage(String noSpaceMessage)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.