示例#1
0
 /**
  * Updates the ServiceStatus and persists it. Only allowed if we claimed the coordinate.
  *
  * @param status The new value for serviceStatus.
  */
 public void updateStatus(final ServiceStatus status)
     throws CloudnameException, CoordinateMissingException {
   zkCoordinateData.setStatus(status);
   updateCoordinateData();
 }