public interface BureauReceiver extends InvocationReceiver
InvocationReceiver.Registration| Modifier and Type | Method and Description |
|---|---|
void |
createAgent(int agentId)
Creates a new agent.
|
void |
destroyAgent(int agentId)
Destroys a previously created agent.
|
void createAgent(int agentId)
Agent and give it access to
the AgentObject referred to by the agentId parameter and must notify
the service that the agent has been created using BureauService.agentCreated(int).agentId - the id of the AgentObject that needs an Agentvoid destroyAgent(int agentId)
createAgent with the same agent id and must notify
the service that the agent has been created using BureauService.agentDestroyed(int).agentId - the id of the AgentObject whose Agent
should be destroyedCopyright © 2015. All rights reserved.