com.sleepycat.je.utilint
Interface ExceptionListenerUser

All Known Implementing Classes:
Acceptor, Checkpointer, Cleaner, DaemonThread, ElectionAgentThread, FeederManager, FileProcessor, INCompressor, Learner, LogFileFeeder, 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.


Method Summary
 void setExceptionListener(ExceptionListener listener)
           
 

Method Detail

setExceptionListener

void setExceptionListener(ExceptionListener listener)


Copyright (c) 2004-2010 Oracle. All rights reserved.