// connection handlers are removed.
root.addConnectionHandlerAddListener(this);
root.addConnectionHandlerDeleteListener(this);
// Initialize existing connection handles.
for (String name : root.listConnectionHandlers()) {
ConnectionHandlerCfg config = root
.getConnectionHandler(name);
// Register as a change listener for this connection handler
// entry so that we will be notified of any changes that may be