|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.reflector.smsservice.internal.InboundMessageNotification
public class InboundMessageNotification
InboundMessageNotification class.
| Constructor Summary | |
|---|---|
InboundMessageNotification()
Constructor for InboundMessageNotification. |
|
InboundMessageNotification(List<OnmsInboundMessageNotification> listeners)
Constructor for InboundMessageNotification. |
|
| Method Summary | |
|---|---|
Collection<OnmsInboundMessageNotification> |
getListeners()
getListeners |
void |
process(org.smslib.AGateway gateway,
org.smslib.Message.MessageTypes msgType,
org.smslib.InboundMessage msg)
process |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext |
void |
setListenerList(List<OnmsInboundMessageNotification> listeners)
setListenerList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InboundMessageNotification()
Constructor for InboundMessageNotification.
public InboundMessageNotification(List<OnmsInboundMessageNotification> listeners)
Constructor for InboundMessageNotification.
listeners - a List object.| Method Detail |
|---|
public Collection<OnmsInboundMessageNotification> getListeners()
getListeners
Collection object.
public void process(org.smslib.AGateway gateway,
org.smslib.Message.MessageTypes msgType,
org.smslib.InboundMessage msg)
process
process in interface OnmsInboundMessageNotificationgateway - a AGateway object.msgType - a Message.MessageTypes object.msg - a InboundMessage object.public void setListenerList(List<OnmsInboundMessageNotification> listeners)
setListenerList
listeners - a List object.
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext
applicationContext - a ApplicationContext object.
org.springframework.beans.BeansException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||