com.sleepycat.je.utilint
Interface ExceptionListenerUser
- All Known Implementing Classes:
- Acceptor, Checkpointer, Cleaner, DaemonThread, ElectionAgentThread, FeederManager, FileProcessor, INCompressor, Learner, LogFileFeeder, Replica.ReplayThread, RepNode, ServiceDispatcher, StoppableThread
public interface ExceptionListenerUser
Any daemon thread has these responsibilities:
- it is required to publish any exceptions to the JE exception
- it must be able to accept a reu
listener should implement this interface, and should register itself with
the EnvironmentImpl.
setExceptionListener
void setExceptionListener(ExceptionListener listener)
Copyright (c) 2004-2012 Oracle. All rights reserved.