Class ActiveMQServerImpl.DefaultCriticalErrorListener
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.DefaultCriticalErrorListener
-
- All Implemented Interfaces:
IOCriticalErrorListener
- Enclosing class:
- ActiveMQServerImpl
public final class ActiveMQServerImpl.DefaultCriticalErrorListener extends Object implements IOCriticalErrorListener
-
-
Constructor Summary
Constructors Constructor Description DefaultCriticalErrorListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPreviouslyFailed()voidonIOException(Throwable cause, String message, String file)
-
-
-
Method Detail
-
isPreviouslyFailed
public boolean isPreviouslyFailed()
- Specified by:
isPreviouslyFailedin interfaceIOCriticalErrorListener
-
onIOException
public void onIOException(Throwable cause, String message, String file)
- Specified by:
onIOExceptionin interfaceIOCriticalErrorListener
-
-