Esempio n. 1
0
 private CompositeData fromCoordination(final CoordinationImpl c) throws OpenDataException {
   return new CompositeDataSupport(
       COORDINATION_TYPE,
       new String[] {ID, NAME, TIMEOUT},
       new Object[] {c.getId(), c.getName(), c.getDeadLine()});
 }