Package uk.ac.bbsrc.tgac.miso.notification.manager

Examples of uk.ac.bbsrc.tgac.miso.notification.manager.NotificationRequestManager


        }
        else {
          log.warn("You have not specified a list of " + platformType + " paths to scan. Please add a " + platformType.toLowerCase() + ".dataPaths property in notification.properties if you wish to track this platform");
        }

        NotificationRequestManager nrm = (NotificationRequestManager)context.getBean("notificationRequestManager");
        nrm.setApplicationContext(context);
        nrm.setDataPaths(allDataPaths);
      }
    }
    catch (FileNotFoundException e) {
      log.error("Cannot find a notification.properties file in the same directory as the notification jar. Please add one");
    }
View Full Code Here

TOP

Related Classes of uk.ac.bbsrc.tgac.miso.notification.manager.NotificationRequestManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.