Exemplo n.º 1
0
 protected void stopService() throws Exception {
   server.removeNotificationListener(
       gpwlScpServiceName, this, GPWLScpService.ON_SPS_ACTION_NOTIF_FILTER, null);
   jmsDelegate.stopListening(queueName);
 }
Exemplo n.º 2
0
 @Override
 protected void stopService() throws Exception {
   jmsDelegate.stopListening(moveFilesOfStudyQueueName);
   super.stopService();
 }