|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.kwfgrid.gwes.client.GWESCallbackHandler
public abstract class GWESCallbackHandler
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 |
|---|
protected Object clientData
| Constructor Detail |
|---|
public GWESCallbackHandler(Object clientData)
clientData - Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public GWESCallbackHandler()
| Method Detail |
|---|
public Object getClientData()
public void receiveResultsuspend()
public void receiveErrorsuspend(Exception e)
public void receiveResultgetCheckpoints(GWESStub.GetCheckpointsResponse result)
public void receiveErrorgetCheckpoints(Exception e)
public void receiveResultgetWorkflowIDs(GWESStub.GetWorkflowIDsResponse result)
public void receiveErrorgetWorkflowIDs(Exception e)
public void receiveResultrestore(GWESStub.RestoreResponse result)
public void receiveErrorrestore(Exception e)
public void receiveResultgetAvailableResources(GWESStub.GetAvailableResourcesResponse result)
public void receiveErrorgetAvailableResources(Exception e)
public void receiveResultgetActivityStatusArray(GWESStub.GetActivityStatusArrayResponse result)
public void receiveErrorgetActivityStatusArray(Exception e)
public void receiveResultgetStatus(GWESStub.GetStatusResponse result)
public void receiveErrorgetStatus(Exception e)
public void receiveResultgetData(GWESStub.GetDataResponse result)
public void receiveErrorgetData(Exception e)
public void receiveResultsetDescription()
public void receiveErrorsetDescription(Exception e)
public void receiveResultgetResourceDescription(GWESStub.GetResourceDescriptionResponse result)
public void receiveErrorgetResourceDescription(Exception e)
public void receiveResultinitiate(GWESStub.InitiateResponse result)
public void receiveErrorinitiate(Exception e)
public void receiveResultabort()
public void receiveErrorabort(Exception e)
public void receiveResultremove()
public void receiveErrorremove(Exception e)
public void receiveResultresume()
public void receiveErrorresume(Exception e)
public void receiveResultgetDescription(GWESStub.GetDescriptionResponse result)
public void receiveErrorgetDescription(Exception e)
public void receiveResultgetWorkflowDescription(GWESStub.GetWorkflowDescriptionResponse result)
public void receiveErrorgetWorkflowDescription(Exception e)
public void receiveResultgetProperties(GWESStub.GetPropertiesResponse result)
public void receiveErrorgetProperties(Exception e)
public void receiveResultgetWorkflowStatusArray(GWESStub.GetWorkflowStatusArrayResponse result)
public void receiveErrorgetWorkflowStatusArray(Exception e)
public void receiveResultrestart(GWESStub.RestartResponse result)
public void receiveErrorrestart(Exception e)
public void receiveResultstart()
public void receiveErrorstart(Exception e)
public void receiveResultstore(GWESStub.StoreResponse result)
public void receiveErrorstore(Exception e)
public void receiveResultwaitForStatusChangeToCompletedOrTerminated(GWESStub.WaitForStatusChangeToCompletedOrTerminatedResponse result)
public void receiveErrorwaitForStatusChangeToCompletedOrTerminated(Exception e)
public void receiveResultgetModificationsForUpdate(GWESStub.GetModificationsForUpdateResponse result)
public void receiveErrorgetModificationsForUpdate(Exception e)
public void receiveResultsetProperty()
public void receiveErrorsetProperty(Exception e)
public void receiveResultsetWorkflowDescription()
public void receiveErrorsetWorkflowDescription(Exception e)
public void receiveResultwaitForStatusChangeFrom(GWESStub.WaitForStatusChangeFromResponse result)
public void receiveErrorwaitForStatusChangeFrom(Exception e)
public void receiveResultgetProperty(GWESStub.GetPropertyResponse result)
public void receiveErrorgetProperty(Exception e)
public void receiveResultcommitModification(GWESStub.CommitModificationResponse result)
public void receiveErrorcommitModification(Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||