com.threerings.admin.data
Class AdminMarshaller

java.lang.Object
  extended by com.threerings.presents.data.InvocationMarshaller
      extended by com.threerings.admin.data.AdminMarshaller
All Implemented Interfaces:
AdminService, Streamable, InvocationService

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from AdminService.java.")
public class AdminMarshaller
extends InvocationMarshaller
implements AdminService

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

GET_CONFIG_INFO

public static final int GET_CONFIG_INFO
The method id used to dispatch getConfigInfo(com.threerings.presents.client.Client, com.threerings.admin.client.AdminService.ConfigInfoListener) requests.

See Also:
Constant Field Values
Constructor Detail

AdminMarshaller

public AdminMarshaller()
Method Detail

getConfigInfo

public void getConfigInfo(Client arg1,
                          AdminService.ConfigInfoListener arg2)
Description copied from interface: AdminService
Requests the list of config objects.

Specified by:
getConfigInfo in interface AdminService