|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.reflector.smsservice.internal.GatewayStatusNotification
public class GatewayStatusNotification
GatewayStatusNotification class.
| Constructor Summary | |
|---|---|
GatewayStatusNotification()
Constructor for GatewayStatusNotification. |
|
GatewayStatusNotification(List<org.smslib.IGatewayStatusNotification> listeners)
Constructor for GatewayStatusNotification. |
|
| Method Summary | |
|---|---|
void |
process(String gtwId,
org.smslib.AGateway.GatewayStatuses oldStatus,
org.smslib.AGateway.GatewayStatuses newStatus)
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setListenerList(List<org.smslib.IGatewayStatusNotification> list)
setListenerList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GatewayStatusNotification()
Constructor for GatewayStatusNotification.
public GatewayStatusNotification(List<org.smslib.IGatewayStatusNotification> listeners)
Constructor for GatewayStatusNotification.
listeners - a List object.| Method Detail |
|---|
public void process(String gtwId,
org.smslib.AGateway.GatewayStatuses oldStatus,
org.smslib.AGateway.GatewayStatuses newStatus)
process in interface org.smslib.IGatewayStatusNotificationpublic void setListenerList(List<org.smslib.IGatewayStatusNotification> 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 | |||||||||