examples.wslauncher6
Class AgentBehaviour.ResponseAction

java.lang.Object
  extended byde.fhg.igd.jhsm.AbstractAction
      extended byexamples.wslauncher6.AgentBehaviour.ResponseAction
All Implemented Interfaces:
Action, Serializable
Enclosing class:
AgentBehaviour

private class AgentBehaviour.ResponseAction
extends AbstractAction

This action invokes the method 'response' of the WebserviceLauncher.


Field Summary
 
Fields inherited from class de.fhg.igd.jhsm.AbstractAction
 
Constructor Summary
private AgentBehaviour.ResponseAction()
           
 
Method Summary
 void perform(Context context)
          This method retreives the token from the properties and the answer from the context.
 
Methods inherited from class de.fhg.igd.jhsm.AbstractAction
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentBehaviour.ResponseAction

private AgentBehaviour.ResponseAction()
Method Detail

perform

public void perform(Context context)
This method retreives the token from the properties and the answer from the context. Then it invokes the method response from the WebserviceLauncher.

Parameters:
context - Used to publish and retrieve data for/from other actions.
See Also:
WebserviceLauncher.response(String, String)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.