|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BureauService
Interface for the bureau to communicate with the server.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
destroyAgent
BureauReceiver.destroyAgent(int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||