examples.wslauncher3
Class AgentBehaviour1.CallDelegationServiceAction

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

private class AgentBehaviour1.CallDelegationServiceAction
extends AbstractAction

This action invokes the method 'delegate' of the delegation service

See Also:
DelegationService.delegate(String, String, Object[])

Field Summary
 
Fields inherited from class de.fhg.igd.jhsm.AbstractAction
 
Constructor Summary
private AgentBehaviour1.CallDelegationServiceAction()
           
 
Method Summary
 void perform(Context context)
          Calls the method 'delegate' of the DelegationService and hands over the parameters, the wsurl and the method.
 
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

AgentBehaviour1.CallDelegationServiceAction

private AgentBehaviour1.CallDelegationServiceAction()
Method Detail

perform

public void perform(Context context)
Calls the method 'delegate' of the DelegationService and hands over the parameters, the wsurl and the method. Then the agent waits for the return value of the method 'delegate'. This return value is the answer and is stored in the context.

Parameters:
context - Used to publish and retrieve data for/from other actions.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.