Examples of NotificationWriterFormat


Examples of org.saf.business.NotificationWriterFormat

    String cdrBaseFileName = cdrSettings.getCdrFileDir() + File.separator +
      cdrSettings.getCdrFileName();
    this.cdrWriter.setFileName(cdrBaseFileName);
    this.cdrWriter.setChannelSettings(channelSettings);
   
    NotificationWriterFormat notWriterFormat =
      cdrSettings.getNotificationWriterFormat();
    if(notWriterFormat == NotificationWriterFormat.DAILY) {
      this.notificationWriter =
        new DailyNotificationWriter(cdrSettings, smppSettings);
    } else if (notWriterFormat == NotificationWriterFormat.HOURLY) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.