Package org.saf.business

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

Related Classes of org.saf.business.NotificationWriterFormat

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.