net.kwfgrid.gwes.client
Class GWESCallbackHandler

java.lang.Object
  extended by net.kwfgrid.gwes.client.GWESCallbackHandler

public abstract class GWESCallbackHandler
extends Object

GWESCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.


Field Summary
protected  Object clientData
           
 
Constructor Summary
GWESCallbackHandler()
          Please use this constructor if you don't want to set any clientData
GWESCallbackHandler(Object clientData)
          User can pass in any object that needs to be accessed once the NonBlocking Web service call is finished and appropriate method of this CallBack is called.
 
Method Summary
 Object getClientData()
          Get the client data
 void receiveErrorabort(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from abort operation
 void receiveErrorcommitModification(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from commitModification operation
 void receiveErrorgetActivityStatusArray(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getActivityStatusArray operation
 void receiveErrorgetAvailableResources(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getAvailableResources operation
 void receiveErrorgetCheckpoints(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getCheckpoints operation
 void receiveErrorgetData(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getData operation
 void receiveErrorgetDescription(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getDescription operation
 void receiveErrorgetModificationsForUpdate(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getModificationsForUpdate operation
 void receiveErrorgetProperties(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getProperties operation
 void receiveErrorgetProperty(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getProperty operation
 void receiveErrorgetResourceDescription(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getResourceDescription operation
 void receiveErrorgetStatus(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getStatus operation
 void receiveErrorgetWorkflowDescription(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getWorkflowDescription operation
 void receiveErrorgetWorkflowIDs(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getWorkflowIDs operation
 void receiveErrorgetWorkflowStatusArray(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getWorkflowStatusArray operation
 void receiveErrorinitiate(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from initiate operation
 void receiveErrorremove(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from remove operation
 void receiveErrorrestart(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from restart operation
 void receiveErrorrestore(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from restore operation
 void receiveErrorresume(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from resume operation
 void receiveErrorsetDescription(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from setDescription operation
 void receiveErrorsetProperty(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from setProperty operation
 void receiveErrorsetWorkflowDescription(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from setWorkflowDescription operation
 void receiveErrorstart(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from start operation
 void receiveErrorstore(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from store operation
 void receiveErrorsuspend(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from suspend operation
 void receiveErrorwaitForStatusChangeFrom(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from waitForStatusChangeFrom operation
 void receiveErrorwaitForStatusChangeToCompletedOrTerminated(Exception e)
          auto generated Axis2 Error handler override this method for handling error response from waitForStatusChangeToCompletedOrTerminated operation
 void receiveResultabort()
          auto generated Axis2 call back method for abort method override this method for handling normal response from abort operation
 void receiveResultcommitModification(GWESStub.CommitModificationResponse result)
          auto generated Axis2 call back method for commitModification method override this method for handling normal response from commitModification operation
 void receiveResultgetActivityStatusArray(GWESStub.GetActivityStatusArrayResponse result)
          auto generated Axis2 call back method for getActivityStatusArray method override this method for handling normal response from getActivityStatusArray operation
 void receiveResultgetAvailableResources(GWESStub.GetAvailableResourcesResponse result)
          auto generated Axis2 call back method for getAvailableResources method override this method for handling normal response from getAvailableResources operation
 void receiveResultgetCheckpoints(GWESStub.GetCheckpointsResponse result)
          auto generated Axis2 call back method for getCheckpoints method override this method for handling normal response from getCheckpoints operation
 void receiveResultgetData(GWESStub.GetDataResponse result)
          auto generated Axis2 call back method for getData method override this method for handling normal response from getData operation
 void receiveResultgetDescription(GWESStub.GetDescriptionResponse result)
          auto generated Axis2 call back method for getDescription method override this method for handling normal response from getDescription operation
 void receiveResultgetModificationsForUpdate(GWESStub.GetModificationsForUpdateResponse result)
          auto generated Axis2 call back method for getModificationsForUpdate method override this method for handling normal response from getModificationsForUpdate operation
 void receiveResultgetProperties(GWESStub.GetPropertiesResponse result)
          auto generated Axis2 call back method for getProperties method override this method for handling normal response from getProperties operation
 void receiveResultgetProperty(GWESStub.GetPropertyResponse result)
          auto generated Axis2 call back method for getProperty method override this method for handling normal response from getProperty operation
 void receiveResultgetResourceDescription(GWESStub.GetResourceDescriptionResponse result)
          auto generated Axis2 call back method for getResourceDescription method override this method for handling normal response from getResourceDescription operation
 void receiveResultgetStatus(GWESStub.GetStatusResponse result)
          auto generated Axis2 call back method for getStatus method override this method for handling normal response from getStatus operation
 void receiveResultgetWorkflowDescription(GWESStub.GetWorkflowDescriptionResponse result)
          auto generated Axis2 call back method for getWorkflowDescription method override this method for handling normal response from getWorkflowDescription operation
 void receiveResultgetWorkflowIDs(GWESStub.GetWorkflowIDsResponse result)
          auto generated Axis2 call back method for getWorkflowIDs method override this method for handling normal response from getWorkflowIDs operation
 void receiveResultgetWorkflowStatusArray(GWESStub.GetWorkflowStatusArrayResponse result)
          auto generated Axis2 call back method for getWorkflowStatusArray method override this method for handling normal response from getWorkflowStatusArray operation
 void receiveResultinitiate(GWESStub.InitiateResponse result)
          auto generated Axis2 call back method for initiate method override this method for handling normal response from initiate operation
 void receiveResultremove()
          auto generated Axis2 call back method for remove method override this method for handling normal response from remove operation
 void receiveResultrestart(GWESStub.RestartResponse result)
          auto generated Axis2 call back method for restart method override this method for handling normal response from restart operation
 void receiveResultrestore(GWESStub.RestoreResponse result)
          auto generated Axis2 call back method for restore method override this method for handling normal response from restore operation
 void receiveResultresume()
          auto generated Axis2 call back method for resume method override this method for handling normal response from resume operation
 void receiveResultsetDescription()
          auto generated Axis2 call back method for setDescription method override this method for handling normal response from setDescription operation
 void receiveResultsetProperty()
          auto generated Axis2 call back method for setProperty method override this method for handling normal response from setProperty operation
 void receiveResultsetWorkflowDescription()
          auto generated Axis2 call back method for setWorkflowDescription method override this method for handling normal response from setWorkflowDescription operation
 void receiveResultstart()
          auto generated Axis2 call back method for start method override this method for handling normal response from start operation
 void receiveResultstore(GWESStub.StoreResponse result)
          auto generated Axis2 call back method for store method override this method for handling normal response from store operation
 void receiveResultsuspend()
          auto generated Axis2 call back method for suspend method override this method for handling normal response from suspend operation
 void receiveResultwaitForStatusChangeFrom(GWESStub.WaitForStatusChangeFromResponse result)
          auto generated Axis2 call back method for waitForStatusChangeFrom method override this method for handling normal response from waitForStatusChangeFrom operation
 void receiveResultwaitForStatusChangeToCompletedOrTerminated(GWESStub.WaitForStatusChangeToCompletedOrTerminatedResponse result)
          auto generated Axis2 call back method for waitForStatusChangeToCompletedOrTerminated method override this method for handling normal response from waitForStatusChangeToCompletedOrTerminated operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientData

protected Object clientData
Constructor Detail

GWESCallbackHandler

public GWESCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking Web service call is finished and appropriate method of this CallBack is called.

Parameters:
clientData - Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.

GWESCallbackHandler

public GWESCallbackHandler()
Please use this constructor if you don't want to set any clientData

Method Detail

getClientData

public Object getClientData()
Get the client data


receiveResultsuspend

public void receiveResultsuspend()
auto generated Axis2 call back method for suspend method override this method for handling normal response from suspend operation


receiveErrorsuspend

public void receiveErrorsuspend(Exception e)
auto generated Axis2 Error handler override this method for handling error response from suspend operation


receiveResultgetCheckpoints

public void receiveResultgetCheckpoints(GWESStub.GetCheckpointsResponse result)
auto generated Axis2 call back method for getCheckpoints method override this method for handling normal response from getCheckpoints operation


receiveErrorgetCheckpoints

public void receiveErrorgetCheckpoints(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getCheckpoints operation


receiveResultgetWorkflowIDs

public void receiveResultgetWorkflowIDs(GWESStub.GetWorkflowIDsResponse result)
auto generated Axis2 call back method for getWorkflowIDs method override this method for handling normal response from getWorkflowIDs operation


receiveErrorgetWorkflowIDs

public void receiveErrorgetWorkflowIDs(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWorkflowIDs operation


receiveResultrestore

public void receiveResultrestore(GWESStub.RestoreResponse result)
auto generated Axis2 call back method for restore method override this method for handling normal response from restore operation


receiveErrorrestore

public void receiveErrorrestore(Exception e)
auto generated Axis2 Error handler override this method for handling error response from restore operation


receiveResultgetAvailableResources

public void receiveResultgetAvailableResources(GWESStub.GetAvailableResourcesResponse result)
auto generated Axis2 call back method for getAvailableResources method override this method for handling normal response from getAvailableResources operation


receiveErrorgetAvailableResources

public void receiveErrorgetAvailableResources(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvailableResources operation


receiveResultgetActivityStatusArray

public void receiveResultgetActivityStatusArray(GWESStub.GetActivityStatusArrayResponse result)
auto generated Axis2 call back method for getActivityStatusArray method override this method for handling normal response from getActivityStatusArray operation


receiveErrorgetActivityStatusArray

public void receiveErrorgetActivityStatusArray(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getActivityStatusArray operation


receiveResultgetStatus

public void receiveResultgetStatus(GWESStub.GetStatusResponse result)
auto generated Axis2 call back method for getStatus method override this method for handling normal response from getStatus operation


receiveErrorgetStatus

public void receiveErrorgetStatus(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getStatus operation


receiveResultgetData

public void receiveResultgetData(GWESStub.GetDataResponse result)
auto generated Axis2 call back method for getData method override this method for handling normal response from getData operation


receiveErrorgetData

public void receiveErrorgetData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getData operation


receiveResultsetDescription

public void receiveResultsetDescription()
auto generated Axis2 call back method for setDescription method override this method for handling normal response from setDescription operation


receiveErrorsetDescription

public void receiveErrorsetDescription(Exception e)
auto generated Axis2 Error handler override this method for handling error response from setDescription operation


receiveResultgetResourceDescription

public void receiveResultgetResourceDescription(GWESStub.GetResourceDescriptionResponse result)
auto generated Axis2 call back method for getResourceDescription method override this method for handling normal response from getResourceDescription operation


receiveErrorgetResourceDescription

public void receiveErrorgetResourceDescription(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getResourceDescription operation


receiveResultinitiate

public void receiveResultinitiate(GWESStub.InitiateResponse result)
auto generated Axis2 call back method for initiate method override this method for handling normal response from initiate operation


receiveErrorinitiate

public void receiveErrorinitiate(Exception e)
auto generated Axis2 Error handler override this method for handling error response from initiate operation


receiveResultabort

public void receiveResultabort()
auto generated Axis2 call back method for abort method override this method for handling normal response from abort operation


receiveErrorabort

public void receiveErrorabort(Exception e)
auto generated Axis2 Error handler override this method for handling error response from abort operation


receiveResultremove

public void receiveResultremove()
auto generated Axis2 call back method for remove method override this method for handling normal response from remove operation


receiveErrorremove

public void receiveErrorremove(Exception e)
auto generated Axis2 Error handler override this method for handling error response from remove operation


receiveResultresume

public void receiveResultresume()
auto generated Axis2 call back method for resume method override this method for handling normal response from resume operation


receiveErrorresume

public void receiveErrorresume(Exception e)
auto generated Axis2 Error handler override this method for handling error response from resume operation


receiveResultgetDescription

public void receiveResultgetDescription(GWESStub.GetDescriptionResponse result)
auto generated Axis2 call back method for getDescription method override this method for handling normal response from getDescription operation


receiveErrorgetDescription

public void receiveErrorgetDescription(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getDescription operation


receiveResultgetWorkflowDescription

public void receiveResultgetWorkflowDescription(GWESStub.GetWorkflowDescriptionResponse result)
auto generated Axis2 call back method for getWorkflowDescription method override this method for handling normal response from getWorkflowDescription operation


receiveErrorgetWorkflowDescription

public void receiveErrorgetWorkflowDescription(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWorkflowDescription operation


receiveResultgetProperties

public void receiveResultgetProperties(GWESStub.GetPropertiesResponse result)
auto generated Axis2 call back method for getProperties method override this method for handling normal response from getProperties operation


receiveErrorgetProperties

public void receiveErrorgetProperties(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getProperties operation


receiveResultgetWorkflowStatusArray

public void receiveResultgetWorkflowStatusArray(GWESStub.GetWorkflowStatusArrayResponse result)
auto generated Axis2 call back method for getWorkflowStatusArray method override this method for handling normal response from getWorkflowStatusArray operation


receiveErrorgetWorkflowStatusArray

public void receiveErrorgetWorkflowStatusArray(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getWorkflowStatusArray operation


receiveResultrestart

public void receiveResultrestart(GWESStub.RestartResponse result)
auto generated Axis2 call back method for restart method override this method for handling normal response from restart operation


receiveErrorrestart

public void receiveErrorrestart(Exception e)
auto generated Axis2 Error handler override this method for handling error response from restart operation


receiveResultstart

public void receiveResultstart()
auto generated Axis2 call back method for start method override this method for handling normal response from start operation


receiveErrorstart

public void receiveErrorstart(Exception e)
auto generated Axis2 Error handler override this method for handling error response from start operation


receiveResultstore

public void receiveResultstore(GWESStub.StoreResponse result)
auto generated Axis2 call back method for store method override this method for handling normal response from store operation


receiveErrorstore

public void receiveErrorstore(Exception e)
auto generated Axis2 Error handler override this method for handling error response from store operation


receiveResultwaitForStatusChangeToCompletedOrTerminated

public void receiveResultwaitForStatusChangeToCompletedOrTerminated(GWESStub.WaitForStatusChangeToCompletedOrTerminatedResponse result)
auto generated Axis2 call back method for waitForStatusChangeToCompletedOrTerminated method override this method for handling normal response from waitForStatusChangeToCompletedOrTerminated operation


receiveErrorwaitForStatusChangeToCompletedOrTerminated

public void receiveErrorwaitForStatusChangeToCompletedOrTerminated(Exception e)
auto generated Axis2 Error handler override this method for handling error response from waitForStatusChangeToCompletedOrTerminated operation


receiveResultgetModificationsForUpdate

public void receiveResultgetModificationsForUpdate(GWESStub.GetModificationsForUpdateResponse result)
auto generated Axis2 call back method for getModificationsForUpdate method override this method for handling normal response from getModificationsForUpdate operation


receiveErrorgetModificationsForUpdate

public void receiveErrorgetModificationsForUpdate(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getModificationsForUpdate operation


receiveResultsetProperty

public void receiveResultsetProperty()
auto generated Axis2 call back method for setProperty method override this method for handling normal response from setProperty operation


receiveErrorsetProperty

public void receiveErrorsetProperty(Exception e)
auto generated Axis2 Error handler override this method for handling error response from setProperty operation


receiveResultsetWorkflowDescription

public void receiveResultsetWorkflowDescription()
auto generated Axis2 call back method for setWorkflowDescription method override this method for handling normal response from setWorkflowDescription operation


receiveErrorsetWorkflowDescription

public void receiveErrorsetWorkflowDescription(Exception e)
auto generated Axis2 Error handler override this method for handling error response from setWorkflowDescription operation


receiveResultwaitForStatusChangeFrom

public void receiveResultwaitForStatusChangeFrom(GWESStub.WaitForStatusChangeFromResponse result)
auto generated Axis2 call back method for waitForStatusChangeFrom method override this method for handling normal response from waitForStatusChangeFrom operation


receiveErrorwaitForStatusChangeFrom

public void receiveErrorwaitForStatusChangeFrom(Exception e)
auto generated Axis2 Error handler override this method for handling error response from waitForStatusChangeFrom operation


receiveResultgetProperty

public void receiveResultgetProperty(GWESStub.GetPropertyResponse result)
auto generated Axis2 call back method for getProperty method override this method for handling normal response from getProperty operation


receiveErrorgetProperty

public void receiveErrorgetProperty(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getProperty operation


receiveResultcommitModification

public void receiveResultcommitModification(GWESStub.CommitModificationResponse result)
auto generated Axis2 call back method for commitModification method override this method for handling normal response from commitModification operation


receiveErrorcommitModification

public void receiveErrorcommitModification(Exception e)
auto generated Axis2 Error handler override this method for handling error response from commitModification operation



Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.