examples.wslauncher1
Class AgentBehaviour
java.lang.Object
de.fhg.igd.jhsm.AbstractComponent
de.fhg.igd.jhsm.HSMState
de.fhg.igd.jhsm.HSM
examples.wslauncher1.AgentBehaviour
- All Implemented Interfaces:
- Component, CompositeState, Serializable, State
- public class AgentBehaviour
- extends HSM
An HSM Agent. Looks for list of other servers and jumps to the
first one on the list. There it gives an output on the screen.
HSM:
----
initial --> --> homeaddr --> destaddr --> nextaddr ....> action --> remember +
| |
| |
finish <-- report <.... gohome <-+-------------------------------------------+
- Version:
- $Id: AgentBehaviour.java 1913 2007-08-08 02:41:53Z jpeters $
- Author:
- C. Nickel
- See Also:
- Serialized Form
Fields inherited from class de.fhg.igd.jhsm.HSM |
|
Fields inherited from class de.fhg.igd.jhsm.HSMState |
|
CTX_HOME
private static final String CTX_HOME
- See Also:
- Constant Field Values
CTX_SITES
private static final String CTX_SITES
- See Also:
- Constant Field Values
CTX_DESTINATIONS
private static final String CTX_DESTINATIONS
- See Also:
- Constant Field Values
PROTOCOL
private static final String PROTOCOL
- See Also:
- Constant Field Values
AgentBehaviour
public AgentBehaviour()
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.