for (int i = 0; i < typeList.size(); i++) {
Class<?> type = typeList.get(i);
Length objCount = objectCounts.get(i);
for (int j = 0; j < objCount.intValue(); j++) {
Protocol protocolInOrder = (Protocol )newLocalProtocol(type);
protocolsInOrder.add(protocolInOrder);
}
}
for (Protocol protocolInOrder : protocolsInOrder) {