public interface BureauService extends InvocationService<ClientObject>
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener| Modifier and Type | Method and Description |
|---|---|
void |
agentCreated(int agentId)
Notify the server that a previosuly requested agent is now created and ready to use.
|
void |
agentCreationFailed(int agentId)
Notify the server that a previosuly requested agent could not be created.
|
void |
agentDestroyed(int agentId)
Notify the server that an agent is no longer running.
|
void |
bureauError(String message)
Notifies the server that this bureau has encountered a critical error and needs to be shut
down.
|
void |
bureauInitialized(String bureauId)
Notifies the server that the bureau is up and running and ready to receive
requests via the
BureauReceiver. |
void bureauInitialized(String bureauId)
BureauReceiver.BureauReceivervoid bureauError(String message)
void agentCreated(int agentId)
BureauReceiver.createAgent(int)void agentCreationFailed(int agentId)
BureauReceiver.createAgent(int)void agentDestroyed(int agentId)
destroyAgentBureauReceiver.destroyAgent(int)Copyright © 2015. All rights reserved.