logger.finest("called");
// make sure there is an individual storage service available
int size = individualStorageServices.size();
if (size == 0)
throw new NonstandardException("No IndividualStorageServices have been registered");
// retrieve the next available ISS location
String location = (String) individualStorageServices.get(index);
logger.finest("retrieved location: " + location);