|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.data.InvocationMarshaller
com.threerings.admin.data.AdminMarshaller
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from AdminService.java.")
public class AdminMarshaller
Provides the implementation of the AdminService 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 | |
|---|---|
static class |
AdminMarshaller.ConfigInfoMarshaller
Marshalls results to implementations of AdminService.ConfigInfoListener. |
| 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.admin.client.AdminService |
|---|
AdminService.ConfigInfoListener |
| Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService |
|---|
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener |
| Field Summary | |
|---|---|
static int |
GET_CONFIG_INFO
The method id used to dispatch getConfigInfo(com.threerings.presents.client.Client, com.threerings.admin.client.AdminService.ConfigInfoListener) requests. |
| Fields inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
_invCode, _invOid |
| Constructor Summary | |
|---|---|
AdminMarshaller()
|
|
| Method Summary | |
|---|---|
void |
getConfigInfo(Client arg1,
AdminService.ConfigInfoListener arg2)
Requests the list of config objects. |
| Methods inherited from class com.threerings.presents.data.InvocationMarshaller |
|---|
getInvocationCode, init, 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 GET_CONFIG_INFO
getConfigInfo(com.threerings.presents.client.Client, com.threerings.admin.client.AdminService.ConfigInfoListener) requests.
| Constructor Detail |
|---|
public AdminMarshaller()
| Method Detail |
|---|
public void getConfigInfo(Client arg1,
AdminService.ConfigInfoListener arg2)
AdminService
getConfigInfo in interface AdminService
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||