|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV NEXT | ||||||||
Uses of Class
com.synaptics.elvis.ElvisResponse
| Uses of ElvisResponse in com.synaptics.elvis |
| Fields in com.synaptics.elvis declared as ElvisResponse | |
private ElvisResponse |
ElvisResult.response
The ok/fail part of the result. |
static ElvisResponse |
ElvisResponse.OK
OK indicates that Elvis is happy with the request. |
static ElvisResponse |
ElvisResponse.FAIL
FAIL indicates that Elvis is not happy with the request. |
| Methods in com.synaptics.elvis that return ElvisResponse | |
ElvisResponse |
ElvisResult.getResponse()
Returns the ElvisResponse for this result. |
| Methods in com.synaptics.elvis with parameters of type ElvisResponse | |
ElvisMessage |
ElvisMessageFactory.newMessage(ElvisResponse response,
java.lang.String data)
Create a new message corresponding to the given response, with the specified data field. |
| Constructors in com.synaptics.elvis with parameters of type ElvisResponse | |
ElvisResult(ElvisResponse response,
java.lang.String data)
Create a new result with the corresponding response and data. |
|
|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV NEXT | ||||||||