container.addProperty(localStrings.getLocalString("implementation", "Implementation"),
engineInfo.getContainer().getClass().toString());
boolean atLeastOne = false;
for (Application app : applications.getApplications()) {
for (com.sun.enterprise.config.serverbeans.Module module : app.getModule()) {
Engine engine = module.getEngine(engineInfo.getSniffer().getModuleType());
if (engine!=null) {
if (!atLeastOne) {
atLeastOne=true;
container.setChildrenType(localStrings.getLocalString("list.containers.listapps",
"Applications deployed"));