com.threerings.presents.server
Interface InvocationManager.Dispatcher

All Known Implementing Classes:
InvocationDispatcher
Enclosing class:
InvocationManager

protected static interface InvocationManager.Dispatcher


Method Summary
 void dispatchRequest(ClientObject source, int methodId, Object[] args)
           
 InvocationProvider getProvider()
           
 

Method Detail

getProvider

InvocationProvider getProvider()

dispatchRequest

void dispatchRequest(ClientObject source,
                     int methodId,
                     Object[] args)
                     throws InvocationException
Throws:
InvocationException