|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.data.InvocationMarshaller<ClientObject>
com.threerings.bureau.data.BureauMarshaller
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from BureauService.java.")
public class BureauMarshaller
Provides the implementation of the BureauService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
InvocationMarshaller.ConfirmMarshaller, InvocationMarshaller.ListenerMarshaller, InvocationMarshaller.ResultMarshaller |
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
static int |
AGENT_CREATED
The method id used to dispatch agentCreated(int) requests. |
static int |
AGENT_CREATION_FAILED
The method id used to dispatch agentCreationFailed(int) requests. |
static int |
AGENT_DESTROYED
The method id used to dispatch agentDestroyed(int) requests. |
static int |
BUREAU_ERROR
The method id used to dispatch bureauError(java.lang.String) requests. |
static int |
BUREAU_INITIALIZED
The method id used to dispatch bureauInitialized(java.lang.String) requests. |
| Fields inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
_invCode, _invdir, _invOid |
| Constructor Summary | |
|---|---|
BureauMarshaller()
|
|
| Method Summary | |
|---|---|
void |
agentCreated(int arg1)
Notify the server that a previosuly requested agent is now created and ready to use. |
void |
agentCreationFailed(int arg1)
Notify the server that a previosuly requested agent could not be created. |
void |
agentDestroyed(int arg1)
Notify the server that an agent is no longer running. |
void |
bureauError(String arg1)
Notifies the server that this bureau has encountered a critical error and needs to be shut down. |
void |
bureauInitialized(String arg1)
Notifies the server that the bureau is up and running and ready to receive requests via the BureauReceiver. |
| Methods inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
getInvocationCode, init, readObject, sendRequest, sendRequest, sendRequest, sendRequest, setInvocationOid, setNoResponse, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AGENT_CREATED
agentCreated(int) requests.
public static final int AGENT_CREATION_FAILED
agentCreationFailed(int) requests.
public static final int AGENT_DESTROYED
agentDestroyed(int) requests.
public static final int BUREAU_ERROR
bureauError(java.lang.String) requests.
public static final int BUREAU_INITIALIZED
bureauInitialized(java.lang.String) requests.
| Constructor Detail |
|---|
public BureauMarshaller()
| Method Detail |
|---|
public void agentCreated(int arg1)
BureauService
agentCreated in interface BureauServiceBureauReceiver.createAgent(int)public void agentCreationFailed(int arg1)
BureauService
agentCreationFailed in interface BureauServiceBureauReceiver.createAgent(int)public void agentDestroyed(int arg1)
BureauServicedestroyAgent
agentDestroyed in interface BureauServiceBureauReceiver.destroyAgent(int)public void bureauError(String arg1)
BureauService
bureauError in interface BureauServicepublic void bureauInitialized(String arg1)
BureauServiceBureauReceiver.
bureauInitialized in interface BureauServiceBureauReceiver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||