542543544545546547548549550551
try { services = ((FileAuthority) authority).getServices(); } catch (Exception ex) { throw new StoreInternalException("Cannot read Services."); } return(services.toArray(new Service[services.size()])); }