|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.monitor.internal.config.MobileSequenceOperation
org.opennms.sms.monitor.internal.config.MobileSequenceRequest
public abstract class MobileSequenceRequest
Abstract MobileSequenceRequest class.
| Constructor Summary | |
|---|---|
MobileSequenceRequest()
Constructor for MobileSequenceRequest. |
|
MobileSequenceRequest(String label,
String text)
Constructor for MobileSequenceRequest. |
|
MobileSequenceRequest(String gatewayId,
String label,
String text)
Constructor for MobileSequenceRequest. |
|
| Method Summary | |
|---|---|
String |
getGatewayId(String defaultGatewayId)
getGatewayId |
protected String |
getGatewayIdForRequest()
getGatewayIdForRequest |
String |
getLabel(String defaultLabel)
getLabel |
String |
getText()
getText |
MobileSequenceTransaction |
getTransaction()
getTransaction |
abstract void |
send(MobileSequenceSession session,
MobileMsgResponseHandler responseHandler)
send |
void |
setText(String text)
setText |
void |
setTransaction(MobileSequenceTransaction transaction)
setTransaction |
String |
toString()
toString |
| Methods inherited from class org.opennms.sms.monitor.internal.config.MobileSequenceOperation |
|---|
getGatewayId, getLabel, log, setGatewayId, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MobileSequenceRequest()
Constructor for MobileSequenceRequest.
public MobileSequenceRequest(String label,
String text)
Constructor for MobileSequenceRequest.
label - a String object.text - a String object.
public MobileSequenceRequest(String gatewayId,
String label,
String text)
Constructor for MobileSequenceRequest.
gatewayId - a String object.label - a String object.text - a String object.| Method Detail |
|---|
public String getText()
getText
String object.public void setText(String text)
setText
text - a String object.public MobileSequenceTransaction getTransaction()
getTransaction
MobileSequenceTransaction object.public void setTransaction(MobileSequenceTransaction transaction)
setTransaction
transaction - a MobileSequenceTransaction object.public String getGatewayId(String defaultGatewayId)
getGatewayId
defaultGatewayId - a String object.
String object.public String getLabel(String defaultLabel)
getLabel
defaultLabel - a String object.
String object.protected String getGatewayIdForRequest()
getGatewayIdForRequest
String object.public String toString()
toString
toString in class MobileSequenceOperationString object.
public abstract void send(MobileSequenceSession session,
MobileMsgResponseHandler responseHandler)
send
session - a MobileSequenceSession object.responseHandler - a MobileMsgResponseHandler object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||