|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AxedaCallback
Created by IntelliJ IDEA. User: kholbrook Date: Apr 9, 2009 Time: 11:10:05 AM
| Field Summary | |
|---|---|
static int |
DEVICE_TYPE
|
static int |
GAS_CONFIGURATION_TYPE
|
static int |
GATEWAY_CLUSTER_TYPE
|
static int |
MODELNAME_TRANSLATION_PASSWORD_TYPE
|
static int |
REGISTRATION_TYPE
|
static java.lang.String |
RESPONSE_FAIL
|
static java.lang.String |
RESPONSE_OK
|
static int |
USERNAME_TYPE
|
static int |
WEBSERVICES_PASSWORD_TYPE
|
| Method Summary | |
|---|---|
java.lang.String[] |
getOptions()
Get the set of options which have been set |
java.lang.String[] |
getResponses()
Get the array of responses from the CallbackHandler |
int |
getType()
|
void |
setOptions(java.lang.String[] options)
Set the options which will be read by the Callback Handler |
void |
setResponses(java.lang.String[] responses)
Set the responses based on the handling of the Callback. |
| Field Detail |
|---|
static final int USERNAME_TYPE
static final int DEVICE_TYPE
static final int WEBSERVICES_PASSWORD_TYPE
static final int MODELNAME_TRANSLATION_PASSWORD_TYPE
static final int REGISTRATION_TYPE
static final int GATEWAY_CLUSTER_TYPE
static final int GAS_CONFIGURATION_TYPE
static final java.lang.String RESPONSE_OK
static final java.lang.String RESPONSE_FAIL
| Method Detail |
|---|
int getType()
void setOptions(java.lang.String[] options)
options - The array of String options being passed to the CallbackHandler, i.e. Username, Device_idjava.lang.String[] getOptions()
void setResponses(java.lang.String[] responses)
responses - The array of String responses from thejava.lang.String[] getResponses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||