com.axeda.esrs.portal.callback
Class GASConfigurationCallback
java.lang.Object
com.axeda.esrs.portal.callback.GASConfigurationCallback
- All Implemented Interfaces:
- AxedaCallback
public class GASConfigurationCallback
- extends java.lang.Object
- implements AxedaCallback
Created By: kholbrook
Date: Oct 22, 2009
Time: 10:17:19 AM
This class is property of Axeda Corporation
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
public java.lang.String[] options
responses
public java.lang.String[] responses
GASConfigurationCallback
public GASConfigurationCallback()
getType
public int getType()
- Specified by:
getType in interface AxedaCallback
setOptions
public void setOptions(java.lang.String[] options)
- Set the options which will be read by the Callback Handler
- Specified by:
setOptions in interface AxedaCallback
- Parameters:
options - The array of String options being passed to the CallbackHandler, i.e. Username, Device_id
getOptions
public java.lang.String[] getOptions()
- Get the set of options which have been set
- Specified by:
getOptions in interface AxedaCallback
- Returns:
- The array of String options. Called by the CallbackHandler
setResponses
public void setResponses(java.lang.String[] responses)
- Set the responses based on the handling of the Callback.
- Specified by:
setResponses in interface AxedaCallback
- Parameters:
responses - The array of String responses from the
getResponses
public java.lang.String[] getResponses()
- Get the array of responses from the CallbackHandler
- Specified by:
getResponses in interface AxedaCallback
- Returns:
- The array of String responses from the CallbackHandler