com.axeda.esrs.portal.callback
Class DefaultHAManagementRequestCallback

java.lang.Object
  extended by com.axeda.esrs.portal.callback.DefaultHAManagementRequestCallback
All Implemented Interfaces:
AxedaCallbackHandler

public class DefaultHAManagementRequestCallback
extends java.lang.Object
implements AxedaCallbackHandler

Created by IntelliJ IDEA. User: kholbrook Date: Sep 15, 2009 Time: 10:07:29 AM


Constructor Summary
DefaultHAManagementRequestCallback()
           
 
Method Summary
 java.lang.String getCallbackhandlerName()
          Get the name of the callback handler
 void handle(AxedaCallback callback)
          Handle the passed in AxedaCallback object The options are expected as follows: [0] - The serialNumber of the Device who uploaded the file [1] - The model name of the Device who uploaded the file [2] - The String contents of the File [3] - The name of the file which was uploaded with this hint The responses are the standard single String response of "OK" or "FAIL"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHAManagementRequestCallback

public DefaultHAManagementRequestCallback()
Method Detail

handle

public void handle(AxedaCallback callback)
Handle the passed in AxedaCallback object The options are expected as follows: [0] - The serialNumber of the Device who uploaded the file [1] - The model name of the Device who uploaded the file [2] - The String contents of the File [3] - The name of the file which was uploaded with this hint The responses are the standard single String response of "OK" or "FAIL"

Specified by:
handle in interface AxedaCallbackHandler
Parameters:
callback - The AxedaCallback object being passed in for processing

getCallbackhandlerName

public java.lang.String getCallbackhandlerName()
Get the name of the callback handler

Specified by:
getCallbackhandlerName in interface AxedaCallbackHandler
Returns: