Package uk.org.microbase.notification.db

Examples of uk.org.microbase.notification.db.MessageDAO



      String notificationDbName = config.getProperty(PROP_NOTIFICATION_DB);
      runtime.setNotificationDB(
        DBUtils.connectDB(randomHost, notificationDbName));
      runtime.setMessageDao(new MessageDAO(runtime.getNotificationDB()));
//      runtime.setMessageQueueDao(new MessageQueueDAO(runtime.getNotificationDB()));

      String schedulerDbName = config.getProperty(PROP_SCHEDULER_DB);
      runtime.setSchedulerDB(
        DBUtils.connectDB(randomHost, schedulerDbName));
View Full Code Here

TOP

Related Classes of uk.org.microbase.notification.db.MessageDAO

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.