|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV NEXT | ||||||||
Uses of Class
com.synaptics.elvis.ElvisCommStatus
| Uses of ElvisCommStatus in com.synaptics.elvis |
| Fields in com.synaptics.elvis declared as ElvisCommStatus | |
static ElvisCommStatus |
ElvisCommStatus.OK
Indicates that we are the One True Elvis, and are waiting for a request. |
static ElvisCommStatus |
ElvisCommStatus.PROCESSING
Indicates that we are the One True Elvis, and are handling a request. |
static ElvisCommStatus |
ElvisCommStatus.LOCKING
Are in the process of locking the authentication information file. |
static ElvisCommStatus |
ElvisCommStatus.NEW
This instance has been created but not started. |
static ElvisCommStatus |
ElvisCommStatus.CHECKING
We are looking to see if another Elvis might exist on this machine. |
static ElvisCommStatus |
ElvisCommStatus.CONNECTING
There might be another Elvis, and we are trying to contact him. |
static ElvisCommStatus |
ElvisCommStatus.FAILED
We failed miserably in setting up the listener. |
static ElvisCommStatus |
ElvisCommStatus.TIMEOUT
We timed out waiting for the other Elvis to respond to us. |
static ElvisCommStatus |
ElvisCommStatus.NO_RESPONSE
The other Elvis did not send a reasonable response. |
static ElvisCommStatus |
ElvisCommStatus.NOT_THE_KING
There is another Elvis, he responded correctly, so we will be asking him to handle all performance requests. |
private ElvisCommStatus |
ElvisComm.status
This is the status of the Listener. |
| Methods in com.synaptics.elvis that return ElvisCommStatus | |
ElvisCommStatus |
ElvisComm.getStatus()
Return the ElvisCommStatus corresponding to the current state of the ElvisComm. |
| Methods in com.synaptics.elvis with parameters of type ElvisCommStatus | |
private void |
ElvisComm.setStatus(ElvisCommStatus status)
Update the status. |
|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV NEXT | ||||||||