|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jmscts.core.ReceiptType
Helper class used to indicate what message receipt type should be used to run a particular test case with
DeliveryType,
MessagingBehaviour| Field Summary | |
static ReceiptType |
ASYNCHRONOUS
Specifies to use asynchronous message receipt |
static ReceiptType |
BROWSER
Specifies to use a browser to receive messages. |
static ReceiptType |
SYNCHRONOUS
Specifies to use synchronous message receipt |
| Method Summary | |
boolean |
equals(java.lang.Object object)
Determines if this is equal to another object |
static ReceiptType |
fromString(java.lang.String type)
Helper to parse a ReceiptType from a string |
int |
hashCode()
Returns a hash code value for the object |
java.lang.String |
toString()
Returns a string representation of this type |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ReceiptType ASYNCHRONOUS
public static final ReceiptType SYNCHRONOUS
public static final ReceiptType BROWSER
| Method Detail |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - the object to compare totrue if equal, false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic static ReceiptType fromString(java.lang.String type)
type - the string to parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||