if ( this.config.isSequential() ) {
this.agendaGroupRuleTotals = new HashMap();
}
this.rootClassLoader = new CompositeClassLoader( this.config.getClassLoader() );
this.pkgs = new HashMap<String, Package>();
this.processes = new HashMap();
this.globals = new HashMap<String, Class< ? >>();
this.statefulSessions = new ObjectHashSet();