com.threerings.whirled.zone.server
Class ZoneDispatcher
java.lang.Object
com.threerings.presents.server.InvocationDispatcher<ZoneMarshaller>
com.threerings.whirled.zone.server.ZoneDispatcher
public class ZoneDispatcher
- extends InvocationDispatcher<ZoneMarshaller>
Dispatches requests to the ZoneProvider.
|
Constructor Summary |
ZoneDispatcher(ZoneProvider provider)
Creates a dispatcher that may be registered to dispatch invocation
service requests for the specified provider. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZoneDispatcher
public ZoneDispatcher(ZoneProvider provider)
- Creates a dispatcher that may be registered to dispatch invocation
service requests for the specified provider.
createMarshaller
public ZoneMarshaller createMarshaller()
- Specified by:
createMarshaller in class InvocationDispatcher<ZoneMarshaller>
dispatchRequest
public void dispatchRequest(ClientObject source,
int methodId,
Object[] args)
throws InvocationException
- Overrides:
dispatchRequest in class InvocationDispatcher<ZoneMarshaller>
- Throws:
InvocationException