* @throws DatabusException
*/
protected void initializeClientCommandProcessors() throws DatabusException
{
_processorRegistry.register(ClientStatsRequestProcessor.COMMAND_NAME,
new ClientStatsRequestProcessor(null, this));
_processorRegistry.register(ClientStateRequestProcessor.COMMAND_NAME,
new ClientStateRequestProcessor(null, this));
}