756757758759760761762763764765766
int port = sub.getDeliveryPort(); NotifyRequest notifyReq = new NotifyRequest(); notifyReq.setRequest(sub, varName, value); HTTPResponse res = notifyReq.post(host, port); if (res.isSuccessful() == false) return false; sub.incrementNotifyCount();