コード例 #1
0
ファイル: PPSScuService.java プロジェクト: DicomFlow/repos
 protected void stopService() throws Exception {
   server.removeNotificationListener(
       gpwlScpServiceName, this, GPWLScpService.ON_SPS_ACTION_NOTIF_FILTER, null);
   jmsDelegate.stopListening(queueName);
 }
コード例 #2
0
ファイル: FileMoveService.java プロジェクト: DicomFlow/repos
 @Override
 protected void stopService() throws Exception {
   jmsDelegate.stopListening(moveFilesOfStudyQueueName);
   super.stopService();
 }