|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.monitor.internal.config.MobileSequenceTransaction
public class MobileSequenceTransaction
MobileSequenceTransaction class.
| Constructor Summary | |
|---|---|
MobileSequenceTransaction()
Constructor for MobileSequenceTransaction. |
|
MobileSequenceTransaction(String label)
Constructor for MobileSequenceTransaction. |
|
MobileSequenceTransaction(String gatewayId,
String label)
Constructor for MobileSequenceTransaction. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MobileSequenceTransaction()
Constructor for MobileSequenceTransaction.
public MobileSequenceTransaction(String label)
Constructor for MobileSequenceTransaction.
label - a String object.
public MobileSequenceTransaction(String gatewayId,
String label)
Constructor for MobileSequenceTransaction.
gatewayId - a String object.label - a String object.| Method Detail |
|---|
public String getLabel()
getLabel
String object.public void setLabel(String label)
setLabel
label - a String object.public String getGatewayId()
getGatewayId
String object.public void setGatewayId(String gatewayId)
setGatewayId
gatewayId - a String object.public MobileSequenceRequest getRequest()
getRequest
MobileSequenceRequest object.public void setRequest(MobileSequenceRequest request)
setRequest
request - a MobileSequenceRequest object.public List<MobileSequenceResponse> getResponses()
getResponses
List object.public void setResponses(List<MobileSequenceResponse> responses)
setResponses
responses - a List object.public void addResponse(MobileSequenceResponse response)
addResponse
response - a MobileSequenceResponse object.public MobileSequenceConfig getSequenceConfig()
getSequenceConfig
MobileSequenceConfig object.public void setSequenceConfig(MobileSequenceConfig sequenceConfig)
setSequenceConfig
sequenceConfig - a MobileSequenceConfig object.public String getDefaultGatewayId()
getDefaultGatewayId
String object.public void setDefaultGatewayId(String gatewayId)
setDefaultGatewayId
gatewayId - a String object.public String getLabel(MobileSequenceSession session)
getLabel
session - a MobileSequenceSession object.
String object.public int compareTo(MobileSequenceTransaction o)
compareTo
compareTo in interface Comparable<MobileSequenceTransaction>o - a MobileSequenceTransaction object.
public String toString()
toString
toString in class ObjectString object.
public void sendRequest(MobileSequenceSession session,
MobileMsgResponseHandler responseHandler)
sendRequest
session - a MobileSequenceSession object.responseHandler - a MobileMsgResponseHandler object.
public boolean matchesResponse(MobileSequenceSession session,
MobileMsgRequest request,
MobileMsgResponse response)
matchesResponse
session - a MobileSequenceSession object.request - a MobileMsgRequest object.response - a MobileMsgResponse object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||