protected ConnectionHandler newHandler()
throws Exception {
RemoteManagerHandler theHandler = (RemoteManagerHandler)theHandlerPool.get();
theHandler.enableLogging(getLogger());
Watchdog theWatchdog = theWatchdogFactory.getWatchdog(theHandler.getWatchdogTarget());
theHandler.setConfigurationData(theConfigData);
theHandler.setWatchdog(theWatchdog);
return theHandler;
}