examples.wslauncher3
Class AgentBehaviour2.ResponseAction

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

private class AgentBehaviour2.ResponseAction
extends AbstractAction

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

See Also:
DelegationService.response(String, String)

Field Summary
 
Fields inherited from class de.fhg.igd.jhsm.AbstractAction
 
Constructor Summary
private AgentBehaviour2.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

AgentBehaviour2.ResponseAction

private AgentBehaviour2.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 DelegationService.

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


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.