Inheritance diagram for fr.dyade.aaa.agent.AgentCreateRequest:


Public Member Functions | |
| AgentCreateRequest (Agent agent) throws IOException | |
| AgentCreateRequest (Agent agent, AgentId reply) throws IOException | |
| final AgentId | getDeploy () |
Public Attributes | |
| AgentId | reply |
Package Attributes | |
| AgentId | deploy |
| byte | agentState [] |
Static Package Attributes | |
| static final long | serialVersionUID = 1L |
Definition at line 29 of file AgentCreateRequest.java.
Id. of agent to reply to
Definition at line 36 of file AgentCreateRequest.java.
Referenced by fr.dyade.aaa.agent.AgentCreateRequest.AgentCreateRequest(), and fr.dyade.aaa.agent.AgentFactory.react().
Id. of agent to deploy, used since id is not more serialized in agent state.
Definition at line 41 of file AgentCreateRequest.java.
Referenced by fr.dyade.aaa.agent.AgentCreateRequest.getDeploy(), and fr.dyade.aaa.agent.AgentFactory.react().
byte fr.dyade.aaa.agent.AgentCreateRequest.agentState[] [package] |
Serialized state of the agent
Definition at line 43 of file AgentCreateRequest.java.
Referenced by fr.dyade.aaa.agent.AgentCreateRequest.AgentCreateRequest(), and fr.dyade.aaa.agent.AgentFactory.react().
1.5.0