com.sleepycat.je.rep.elections
Class Utils.WithFutureExceptionHandler

java.lang.Object
  extended by com.sleepycat.je.rep.elections.Utils.WithFutureExceptionHandler
Enclosing class:
Utils

public abstract static class Utils.WithFutureExceptionHandler
extends Object


Constructor Summary
Utils.WithFutureExceptionHandler()
           
 
Method Summary
 void execute(Logger logger, EnvironmentImpl envImpl, Formatter formatter)
           
protected abstract  void processFuture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils.WithFutureExceptionHandler

public Utils.WithFutureExceptionHandler()
Method Detail

processFuture

protected abstract void processFuture()
                               throws ExecutionException,
                                      InterruptedException
Throws:
ExecutionException
InterruptedException

execute

public final void execute(Logger logger,
                          EnvironmentImpl envImpl,
                          Formatter formatter)


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