|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.reflector.smsservice.internal.OutboundMessageNotification
public class OutboundMessageNotification
OutboundMessageNotification class.
| 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 |
|---|
public OutboundMessageNotification()
Constructor for OutboundMessageNotification.
public OutboundMessageNotification(List<org.smslib.IOutboundMessageNotification> listeners)
Constructor for OutboundMessageNotification.
listeners - a List object.| Method Detail |
|---|
public void process(String gatewayId,
org.smslib.OutboundMessage msg)
process in interface org.smslib.IOutboundMessageNotificationpublic void setListenerList(List<org.smslib.IOutboundMessageNotification> list)
setListenerList
list - a List object.
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||