Пример #1
0
 public List<VolumeManagement> getStatefulCandidates(final VirtualDatacenter vdc) {
   return volumeDAO.getStatefulCandidates(vdc);
 }