this.executorFactory = factory;
}
public void updated(Dictionary properties) throws ConfigurationException {
if (executorFactory.getDefaultConfig() == null) {
executorFactory.setDefaultConfig(new ExecutorConfig(true, null));
}
Map<String, ExecutorConfig> configs = new HashMap<String, ExecutorConfig>();
if (properties != null) {
for (Enumeration e = properties.keys(); e.hasMoreElements();) {
String key = (String) e.nextElement();