com.axeda.esrs.portal.callback
Class DeviceAccessCallback
java.lang.Object
com.axeda.esrs.portal.callback.DeviceAccessCallback
- All Implemented Interfaces:
- AxedaCallback
public class DeviceAccessCallback
- extends java.lang.Object
- implements AxedaCallback
Created by IntelliJ IDEA.
User: kholbrook
Date: Apr 9, 2009
Time: 11:10:55 AM
To change this template use File | Settings | File Templates.
|
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
DeviceAccessCallback
public DeviceAccessCallback()
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