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