examples.wslauncher3
Class AgentBehaviour1.CallDelegationServiceAction
java.lang.Object
de.fhg.igd.jhsm.AbstractAction
examples.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[])
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentBehaviour1.CallDelegationServiceAction
private AgentBehaviour1.CallDelegationServiceAction()
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.