コード例 #1
0
 /** @return the service name of the Management Service */
 public String getManagementServiceName() {
   return normalizeForDns(getAppName()) + SEPARATOR + properties.getManagementSuffix();
 }
コード例 #2
0
 /** @return the serviceId of the Management Service */
 public String getManagementServiceId() {
   return normalizeForDns(getContext().getId()) + SEPARATOR + properties.getManagementSuffix();
 }