public final class AgentCreateRequest extends Notification
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
agentState
Serialized state of the agent
|
(package private) AgentId |
deploy
Id. of agent to deploy, used since id is not more serialized in
agent state.
|
AgentId |
reply
Id. of agent to reply to
|
(package private) static long |
serialVersionUID |
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
AgentCreateRequest(Agent agent) |
AgentCreateRequest(Agent agent,
AgentId reply) |
Modifier and Type | Method and Description |
---|---|
AgentId |
getDeploy() |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
static final long serialVersionUID
public AgentId reply
AgentId deploy
byte[] agentState
public AgentCreateRequest(Agent agent) throws IOException
IOException
public AgentCreateRequest(Agent agent, AgentId reply) throws IOException
IOException
public final AgentId getDeploy()
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.