org.opennms.sms.reflector.smsservice.internal
Class OutboundMessageNotification

java.lang.Object
  extended by org.opennms.sms.reflector.smsservice.internal.OutboundMessageNotification
All Implemented Interfaces:
org.smslib.IOutboundMessageNotification, org.springframework.context.ApplicationContextAware

public class OutboundMessageNotification
extends Object
implements org.smslib.IOutboundMessageNotification, org.springframework.context.ApplicationContextAware

OutboundMessageNotification class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OutboundMessageNotification()
          Constructor for OutboundMessageNotification.
OutboundMessageNotification(List<org.smslib.IOutboundMessageNotification> listeners)
          Constructor for OutboundMessageNotification.
 
Method Summary
 void process(String gatewayId, org.smslib.OutboundMessage msg)
          
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
          
 void setListenerList(List<org.smslib.IOutboundMessageNotification> list)
          setListenerList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutboundMessageNotification

public OutboundMessageNotification()

Constructor for OutboundMessageNotification.


OutboundMessageNotification

public OutboundMessageNotification(List<org.smslib.IOutboundMessageNotification> listeners)

Constructor for OutboundMessageNotification.

Parameters:
listeners - a List object.
Method Detail

process

public void process(String gatewayId,
                    org.smslib.OutboundMessage msg)

Specified by:
process in interface org.smslib.IOutboundMessageNotification

setListenerList

public void setListenerList(List<org.smslib.IOutboundMessageNotification> list)

setListenerList

Parameters:
list - a List object.

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException

Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2011. All Rights Reserved.