getLocalizedString ("JBINoServiceAssemblyToShow",new Object[] {aName}));
}
else
{
Iterator itr = list.iterator();
ServiceAssemblyInfo saInfo = (ServiceAssemblyInfo) itr.next();
List suInfoList = saInfo.getServiceUnitInfoList();
String saName = saInfo.getName();
String saState = saInfo.getState();
String saDescription = saInfo.getDescription();
String saSize = Integer.toString(suInfoList.size());
String formattedSADescription = formatDescription(saDescription,50,16);
CLILogger.getInstance().printDetailMessage ("");
String SAHeader = getLocalizedString ("JBIServiceAssemblyShowHeader");