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