|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.reflector.smsservice.internal.GatewayGroupListener
public class GatewayGroupListener
GatewayGroupListener class.
| Constructor Summary | |
|---|---|
GatewayGroupListener()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
List<org.smslib.IGatewayStatusNotification> |
getGatewayStatusListeners()
getGatewayStatusListeners |
List<OnmsInboundMessageNotification> |
getInboundListeners()
getInboundListeners |
List<org.smslib.IOutboundMessageNotification> |
getOutboundListeners()
getOutboundListeners |
SmsServiceRegistrar |
getSmsServiceRegistrar()
getSmsServiceRegistrar |
List<org.smslib.IUSSDNotification> |
getUssdListeners()
getUssdListeners |
void |
onGatewayGroupRegistered(GatewayGroup gatewayGroup,
Map<String,Object> properties)
onGatewayGroupRegistered |
void |
onGatewayGroupUnRegistered(GatewayGroup gatewayGroup,
Map<?,?> properties)
onGatewayGroupUnRegistered |
void |
setGatewayStatusListeners(List<org.smslib.IGatewayStatusNotification> gatewayStatusListeners)
setGatewayStatusListeners |
void |
setInboundListeners(List<OnmsInboundMessageNotification> inboundListeners)
setInboundListeners |
void |
setOutboundListeners(List<org.smslib.IOutboundMessageNotification> outboundListeners)
setOutboundListeners |
void |
setSmsServiceRegistrar(SmsServiceRegistrar smsServiceRegistrar)
setSmsServiceRegistrar |
void |
setUssdListeners(List<org.smslib.IUSSDNotification> listeners)
setUssdListeners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GatewayGroupListener()
| Method Detail |
|---|
public void onGatewayGroupRegistered(GatewayGroup gatewayGroup,
Map<String,Object> properties)
onGatewayGroupRegistered
gatewayGroup - a GatewayGroup object.properties - a Map object.
public void onGatewayGroupUnRegistered(GatewayGroup gatewayGroup,
Map<?,?> properties)
onGatewayGroupUnRegistered
gatewayGroup - a GatewayGroup object.properties - a Map object.public void setOutboundListeners(List<org.smslib.IOutboundMessageNotification> outboundListeners)
setOutboundListeners
outboundListeners - a List object.public List<org.smslib.IOutboundMessageNotification> getOutboundListeners()
getOutboundListeners
List object.public void setInboundListeners(List<OnmsInboundMessageNotification> inboundListeners)
setInboundListeners
inboundListeners - a List object.public List<OnmsInboundMessageNotification> getInboundListeners()
getInboundListeners
List object.public void setGatewayStatusListeners(List<org.smslib.IGatewayStatusNotification> gatewayStatusListeners)
setGatewayStatusListeners
gatewayStatusListeners - a List object.public List<org.smslib.IGatewayStatusNotification> getGatewayStatusListeners()
getGatewayStatusListeners
List object.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public void setSmsServiceRegistrar(SmsServiceRegistrar smsServiceRegistrar)
setSmsServiceRegistrar
smsServiceRegistrar - a SmsServiceRegistrar object.public SmsServiceRegistrar getSmsServiceRegistrar()
getSmsServiceRegistrar
SmsServiceRegistrar object.public void setUssdListeners(List<org.smslib.IUSSDNotification> listeners)
setUssdListeners
listeners - a List object.public List<org.smslib.IUSSDNotification> getUssdListeners()
getUssdListeners
List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||