m_agentContext.setHandler(FeedbackHandler.class, new FeedbackHandlerImpl());
IdentificationHandler identificationHandler = (m_identificationHandler != null) ? m_identificationHandler : new IdentificationHandlerImpl();
m_agentContext.setHandler(IdentificationHandler.class, identificationHandler);
DiscoveryHandler discoveryHandler = (m_discoveryHandler != null) ? m_discoveryHandler : new DiscoveryHandlerImpl();
m_agentContext.setHandler(DiscoveryHandler.class, discoveryHandler);
ConnectionHandler connectionHandler = (m_connectionHandler != null) ? m_connectionHandler : new ConnectionHandlerImpl();
m_agentContext.setHandler(ConnectionHandler.class, connectionHandler);