...
Блок кода | ||||
---|---|---|---|---|
| ||||
//код рассылки "уведомление об отключении" int dispatchId = X; //код договора, для которого сработало событие int contractId = Yservice.setEventForSubscription( subscription ); ServerContext context = ServerContext.get(); DispatchService service = context.getService( DispatchService.class, 0 ); service.setEventForSubscription( subscription ); dispatchId, event.getContractId() ); |