com.threerings.admin.data
Class AdminMarshaller.ConfigInfoMarshaller

java.lang.Object
  extended by com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
      extended by com.threerings.admin.data.AdminMarshaller.ConfigInfoMarshaller
All Implemented Interfaces:
AdminService.ConfigInfoListener, Streamable, InvocationService.InvocationListener
Enclosing class:
AdminMarshaller

public static class AdminMarshaller.ConfigInfoMarshaller
extends InvocationMarshaller.ListenerMarshaller
implements AdminService.ConfigInfoListener

Marshalls results to implementations of AdminService.ConfigInfoListener.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
static int GOT_CONFIG_INFO
          The method id used to dispatch gotConfigInfo(java.lang.String[], int[]) responses.
 
Fields inherited from class com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
_invId, callerOid, listener, mapStamp, omgr, REQUEST_FAILED_RSPID, requestId, transport
 
Constructor Summary
AdminMarshaller.ConfigInfoMarshaller()
           
 
Method Summary
 void dispatchResponse(int methodId, Object[] args)
          Called to dispatch an invocation response to our target listener.
 void gotConfigInfo(String[] arg1, int[] arg2)
          Delivers a successful response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 
Methods inherited from class com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
cast, finalize, requestFailed, sendResponse, setInvocationId, setNoResponse, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener
requestFailed
 

Field Detail

GOT_CONFIG_INFO

public static final int GOT_CONFIG_INFO
The method id used to dispatch gotConfigInfo(java.lang.String[], int[]) responses.

See Also:
Constant Field Values
Constructor Detail

AdminMarshaller.ConfigInfoMarshaller

public AdminMarshaller.ConfigInfoMarshaller()
Method Detail

gotConfigInfo

public void gotConfigInfo(String[] arg1,
                          int[] arg2)
Description copied from interface: AdminService.ConfigInfoListener
Delivers a successful response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.

Specified by:
gotConfigInfo in interface AdminService.ConfigInfoListener

dispatchResponse

public void dispatchResponse(int methodId,
                             Object[] args)
Description copied from class: InvocationMarshaller.ListenerMarshaller
Called to dispatch an invocation response to our target listener.

Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller