我有以下类(class):publicclassAggregationController{privateHashMap>messages;privateHashMapcounters;BooleanbuildAggregateReply;privatebooleanisAggregationStarted;privatestaticHashMapinstances=newHashMap();privateAggregationController()throwsMbException{messages=newHashMap>();counters=newHashMap();build