"Unable to create EventFactory of type " + src;
throw new ConfigurationException(message, e);
}
}
if (!m_types.containsKey(NAMED_EVENT_TYPE)) {
m_types.put(NAMED_EVENT_TYPE,new NamedEventFactory());
}
if (!m_types.containsKey(NAME_VALUE_EVENT_TYPE)) {
m_types.put(NAME_VALUE_EVENT_TYPE,new NameValueEventFactory());
}
}