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