public static class AdminMarshaller.ConfigInfoMarshaller extends InvocationMarshaller.ListenerMarshaller implements AdminService.ConfigInfoListener
AdminService.ConfigInfoListener.Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
GOT_CONFIG_INFO
The method id used to dispatch
gotConfigInfo(java.lang.String[], int[])
responses. |
callerOid, listener, mapStamp, omgr, REQUEST_FAILED_RSPID, requestId, transport| Constructor and Description |
|---|
ConfigInfoMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
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. |
requestFailed, setInvocationId, setNoResponse, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitrequestFailedpublic static final int GOT_CONFIG_INFO
gotConfigInfo(java.lang.String[], int[])
responses.public void gotConfigInfo(String[] arg1, int[] arg2)
AdminService.ConfigInfoListenerAdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.gotConfigInfo in interface AdminService.ConfigInfoListenerpublic void dispatchResponse(int methodId,
Object[] args)
InvocationMarshaller.ListenerMarshallerdispatchResponse in class InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.