|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.protocols.rt.RequestTracker<MobileMsgRequest,MobileMsgResponse>
org.opennms.sms.reflector.smsservice.MobileMsgTrackerImpl
public class MobileMsgTrackerImpl
MobileMsgTracker
| Constructor Summary | |
|---|---|
MobileMsgTrackerImpl(String name,
org.opennms.protocols.rt.Messenger<MobileMsgRequest,MobileMsgResponse> messenger)
Constructor for MobileMsgTrackerImpl. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
MobileMsgRequest |
sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendSmsRequest |
MobileMsgRequest |
sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
sendUssdRequest |
| Methods inherited from class org.opennms.protocols.rt.RequestTracker |
|---|
assertStarted, sendRequest, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobileMsgTrackerImpl(String name,
org.opennms.protocols.rt.Messenger<MobileMsgRequest,MobileMsgResponse> messenger)
throws IOException
Constructor for MobileMsgTrackerImpl.
name - a String object.messenger - a Messenger object.
IOException - if any.| Method Detail |
|---|
public MobileMsgRequest sendSmsRequest(org.smslib.OutboundMessage msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
throws Exception
sendSmsRequest
sendSmsRequest in interface MobileMsgTrackermsg - a OutboundMessage object.timeout - a long.retries - a int.cb - a MobileMsgResponseCallback object.matcher - a MobileMsgResponseMatcher object.
MobileMsgRequest object.
Exception - if any.
public MobileMsgRequest sendUssdRequest(org.smslib.USSDRequest msg,
long timeout,
int retries,
MobileMsgResponseCallback cb,
MobileMsgResponseMatcher matcher)
throws Exception
sendUssdRequest
sendUssdRequest in interface MobileMsgTrackermsg - a USSDRequest object.timeout - a long.retries - a int.cb - a MobileMsgResponseCallback object.matcher - a MobileMsgResponseMatcher object.
MobileMsgRequest object.
Exception - if any.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||