diff --git a/src/java/com/threerings/admin/data/AdminMarshaller.java b/src/java/com/threerings/admin/data/AdminMarshaller.java index 371b89a5c..fa1b91664 100644 --- a/src/java/com/threerings/admin/data/AdminMarshaller.java +++ b/src/java/com/threerings/admin/data/AdminMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: AdminMarshaller.java,v 1.1 2002/08/14 19:07:48 mdb Exp $ +// $Id: AdminMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.admin.data; @@ -15,6 +15,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: AdminMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class AdminMarshaller extends InvocationMarshaller implements AdminService @@ -25,7 +29,7 @@ public class AdminMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #gotConfigInfo} * responses. */ - public static final int GOT_CONFIG_INFO = 0; + public static final int GOT_CONFIG_INFO = 1; // documentation inherited from interface public void gotConfigInfo (String[] arg1, int[] arg2) @@ -63,5 +67,5 @@ public class AdminMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:25:58 08/11/02. + // Class file generated on 12:33:01 08/20/02. } diff --git a/src/java/com/threerings/admin/server/AdminDispatcher.java b/src/java/com/threerings/admin/server/AdminDispatcher.java index b41112b3f..7634d749b 100644 --- a/src/java/com/threerings/admin/server/AdminDispatcher.java +++ b/src/java/com/threerings/admin/server/AdminDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: AdminDispatcher.java,v 1.1 2002/08/14 19:07:48 mdb Exp $ +// $Id: AdminDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.admin.server; @@ -14,6 +14,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link AdminProvider}. + * + *

Generated from + * $Id: AdminDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class AdminDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/crowd/chat/client/ChatDecoder.java b/src/java/com/threerings/crowd/chat/client/ChatDecoder.java index af8b468d2..c9d536aa0 100644 --- a/src/java/com/threerings/crowd/chat/client/ChatDecoder.java +++ b/src/java/com/threerings/crowd/chat/client/ChatDecoder.java @@ -1,5 +1,5 @@ // -// $Id: ChatDecoder.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: ChatDecoder.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -8,6 +8,10 @@ import com.threerings.presents.client.InvocationDecoder; /** * Dispatches calls to a {@link ChatReceiver} instance. + * + *

Generated from + * $Id: ChatDecoder.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class ChatDecoder extends InvocationDecoder { @@ -48,5 +52,5 @@ public class ChatDecoder extends InvocationDecoder } } - // Generated on 11:25:46 08/12/02. + // Generated on 12:36:59 08/20/02. } diff --git a/src/java/com/threerings/crowd/chat/data/ChatMarshaller.java b/src/java/com/threerings/crowd/chat/data/ChatMarshaller.java index 4b5c6a4ca..13900cbf9 100644 --- a/src/java/com/threerings/crowd/chat/data/ChatMarshaller.java +++ b/src/java/com/threerings/crowd/chat/data/ChatMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: ChatMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: ChatMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -15,6 +15,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: ChatMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class ChatMarshaller extends InvocationMarshaller implements ChatService @@ -25,7 +29,7 @@ public class ChatMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #tellSucceeded} * responses. */ - public static final int TELL_SUCCEEDED = 0; + public static final int TELL_SUCCEEDED = 1; // documentation inherited from interface public void tellSucceeded () @@ -63,5 +67,5 @@ public class ChatMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:25:59 08/11/02. + // Class file generated on 12:33:02 08/20/02. } diff --git a/src/java/com/threerings/crowd/chat/data/SpeakMarshaller.java b/src/java/com/threerings/crowd/chat/data/SpeakMarshaller.java index 8e99c2355..acd5af701 100644 --- a/src/java/com/threerings/crowd/chat/data/SpeakMarshaller.java +++ b/src/java/com/threerings/crowd/chat/data/SpeakMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: SpeakMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: SpeakMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -14,6 +14,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: SpeakMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class SpeakMarshaller extends InvocationMarshaller implements SpeakService @@ -29,5 +33,5 @@ public class SpeakMarshaller extends InvocationMarshaller }); } - // Class file generated on 19:01:34 08/12/02. + // Class file generated on 12:33:01 08/20/02. } diff --git a/src/java/com/threerings/crowd/chat/server/ChatDispatcher.java b/src/java/com/threerings/crowd/chat/server/ChatDispatcher.java index 4111bbc96..d1d24d405 100644 --- a/src/java/com/threerings/crowd/chat/server/ChatDispatcher.java +++ b/src/java/com/threerings/crowd/chat/server/ChatDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: ChatDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: ChatDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -14,6 +14,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link ChatProvider}. + * + *

Generated from + * $Id: ChatDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class ChatDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/crowd/chat/server/ChatSender.java b/src/java/com/threerings/crowd/chat/server/ChatSender.java index 86c801cb0..847ee6be7 100644 --- a/src/java/com/threerings/crowd/chat/server/ChatSender.java +++ b/src/java/com/threerings/crowd/chat/server/ChatSender.java @@ -1,5 +1,5 @@ // -// $Id: ChatSender.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: ChatSender.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -11,6 +11,10 @@ import com.threerings.presents.server.InvocationSender; /** * Used to issue notifications to a {@link ChatReceiver} instance on a * client. + * + *

Generated from + * $Id: ChatSender.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class ChatSender extends InvocationSender { @@ -26,5 +30,5 @@ public class ChatSender extends InvocationSender new Object[] { arg1, arg2, arg3 }); } - // Generated on 11:25:46 08/12/02. + // Generated on 12:36:59 08/20/02. } diff --git a/src/java/com/threerings/crowd/chat/server/SpeakDispatcher.java b/src/java/com/threerings/crowd/chat/server/SpeakDispatcher.java index 3e2ecad8d..e3e28a2d3 100644 --- a/src/java/com/threerings/crowd/chat/server/SpeakDispatcher.java +++ b/src/java/com/threerings/crowd/chat/server/SpeakDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: SpeakDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: SpeakDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ package com.threerings.crowd.chat; @@ -13,6 +13,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link SpeakProvider}. + * + *

Generated from + * $Id: SpeakDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $ + * */ public class SpeakDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/crowd/client/LocationDecoder.java b/src/java/com/threerings/crowd/client/LocationDecoder.java index f8b5884f7..6fb18eda2 100644 --- a/src/java/com/threerings/crowd/client/LocationDecoder.java +++ b/src/java/com/threerings/crowd/client/LocationDecoder.java @@ -1,5 +1,5 @@ // -// $Id: LocationDecoder.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LocationDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.crowd.client; @@ -8,6 +8,10 @@ import com.threerings.presents.client.InvocationDecoder; /** * Dispatches calls to a {@link LocationReceiver} instance. + * + *

Generated from + * $Id: LocationDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LocationDecoder extends InvocationDecoder { @@ -48,5 +52,5 @@ public class LocationDecoder extends InvocationDecoder } } - // Generated on 11:25:46 08/12/02. + // Generated on 12:36:59 08/20/02. } diff --git a/src/java/com/threerings/crowd/data/LocationMarshaller.java b/src/java/com/threerings/crowd/data/LocationMarshaller.java index 30f611a06..dda9ea094 100644 --- a/src/java/com/threerings/crowd/data/LocationMarshaller.java +++ b/src/java/com/threerings/crowd/data/LocationMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: LocationMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LocationMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.crowd.data; @@ -16,6 +16,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: LocationMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LocationMarshaller extends InvocationMarshaller implements LocationService @@ -26,7 +30,7 @@ public class LocationMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #moveSucceeded} * responses. */ - public static final int MOVE_SUCCEEDED = 0; + public static final int MOVE_SUCCEEDED = 1; // documentation inherited from interface public void moveSucceeded (PlaceConfig arg1) @@ -64,5 +68,5 @@ public class LocationMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:25:59 08/11/02. + // Class file generated on 12:33:02 08/20/02. } diff --git a/src/java/com/threerings/crowd/server/LocationDispatcher.java b/src/java/com/threerings/crowd/server/LocationDispatcher.java index 28c1eb917..4ad06a94a 100644 --- a/src/java/com/threerings/crowd/server/LocationDispatcher.java +++ b/src/java/com/threerings/crowd/server/LocationDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: LocationDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.crowd.server; @@ -15,6 +15,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link LocationProvider}. + * + *

Generated from + * $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LocationDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/crowd/server/LocationSender.java b/src/java/com/threerings/crowd/server/LocationSender.java index 97e94d719..8b978eaa1 100644 --- a/src/java/com/threerings/crowd/server/LocationSender.java +++ b/src/java/com/threerings/crowd/server/LocationSender.java @@ -1,5 +1,5 @@ // -// $Id: LocationSender.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.crowd.server; @@ -11,6 +11,10 @@ import com.threerings.presents.server.InvocationSender; /** * Used to issue notifications to a {@link LocationReceiver} instance on a * client. + * + *

Generated from + * $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LocationSender extends InvocationSender { @@ -26,5 +30,5 @@ public class LocationSender extends InvocationSender new Object[] { new Integer(arg1) }); } - // Generated on 11:25:46 08/12/02. + // Generated on 12:36:59 08/20/02. } diff --git a/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java b/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java index 27c07a3ce..5481ccab6 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java +++ b/src/java/com/threerings/micasa/lobby/LobbyDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: LobbyDispatcher.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LobbyDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.micasa.lobby; @@ -16,6 +16,10 @@ import java.util.List; /** * Dispatches requests to the {@link LobbyProvider}. + * + *

Generated from + * $Id: LobbyDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LobbyDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java b/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java index 36e7eef6a..72ffaf078 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java +++ b/src/java/com/threerings/micasa/lobby/LobbyMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: LobbyMarshaller.java,v 1.1 2002/08/14 19:07:49 mdb Exp $ +// $Id: LobbyMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.micasa.lobby; @@ -17,48 +17,21 @@ import java.util.List; * 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. + * + *

Generated from + * $Id: LobbyMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class LobbyMarshaller extends InvocationMarshaller implements LobbyService { - // documentation inherited - public static class CategoriesMarshaller extends ListenerMarshaller - implements CategoriesListener - { - /** The method id used to dispatch {@link #gotCategories} - * responses. */ - public static final int GOT_CATEGORIES = 0; - - // documentation inherited from interface - public void gotCategories (String[] arg1) - { - omgr.postEvent(new InvocationResponseEvent( - callerOid, requestId, GOT_CATEGORIES, - new Object[] { arg1 })); - } - - // documentation inherited - public void dispatchResponse (int methodId, Object[] args) - { - switch (methodId) { - case GOT_CATEGORIES: - ((CategoriesListener)listener).gotCategories( - (String[])args[0]); - return; - - default: - super.dispatchResponse(methodId, args); - } - } - } - // documentation inherited public static class LobbiesMarshaller extends ListenerMarshaller implements LobbiesListener { /** The method id used to dispatch {@link #gotLobbies} * responses. */ - public static final int GOT_LOBBIES = 0; + public static final int GOT_LOBBIES = 1; // documentation inherited from interface public void gotLobbies (List arg1) @@ -83,6 +56,37 @@ public class LobbyMarshaller extends InvocationMarshaller } } + // documentation inherited + public static class CategoriesMarshaller extends ListenerMarshaller + implements CategoriesListener + { + /** The method id used to dispatch {@link #gotCategories} + * responses. */ + public static final int GOT_CATEGORIES = 1; + + // documentation inherited from interface + public void gotCategories (String[] arg1) + { + omgr.postEvent(new InvocationResponseEvent( + callerOid, requestId, GOT_CATEGORIES, + new Object[] { arg1 })); + } + + // documentation inherited + public void dispatchResponse (int methodId, Object[] args) + { + switch (methodId) { + case GOT_CATEGORIES: + ((CategoriesListener)listener).gotCategories( + (String[])args[0]); + return; + + default: + super.dispatchResponse(methodId, args); + } + } + } + /** The method id used to dispatch {@link #getCategories} requests. */ public static final int GET_CATEGORIES = 1; @@ -109,5 +113,5 @@ public class LobbyMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:00 08/11/02. + // Class file generated on 12:33:03 08/20/02. } diff --git a/src/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java b/src/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java index 7ac28dfc5..957239baf 100644 --- a/src/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java +++ b/src/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: SimulatorMarshaller.java,v 1.1 2002/08/14 19:07:51 mdb Exp $ +// $Id: SimulatorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.micasa.simulator.data; @@ -15,6 +15,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: SimulatorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class SimulatorMarshaller extends InvocationMarshaller implements SimulatorService @@ -30,5 +34,5 @@ public class SimulatorMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:00 08/11/02. + // Class file generated on 12:33:03 08/20/02. } diff --git a/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java b/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java index 2d88d44aa..8a6b89b2a 100644 --- a/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java +++ b/src/java/com/threerings/micasa/simulator/server/SimulatorDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: SimulatorDispatcher.java,v 1.1 2002/08/14 19:07:51 mdb Exp $ +// $Id: SimulatorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.micasa.simulator.server; @@ -14,6 +14,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link SimulatorProvider}. + * + *

Generated from + * $Id: SimulatorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class SimulatorDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/parlor/client/ParlorDecoder.java b/src/java/com/threerings/parlor/client/ParlorDecoder.java index b7ad98c01..d562936d2 100644 --- a/src/java/com/threerings/parlor/client/ParlorDecoder.java +++ b/src/java/com/threerings/parlor/client/ParlorDecoder.java @@ -1,5 +1,5 @@ // -// $Id: ParlorDecoder.java,v 1.1 2002/08/14 19:07:52 mdb Exp $ +// $Id: ParlorDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.client; @@ -9,6 +9,10 @@ import com.threerings.presents.client.InvocationDecoder; /** * Dispatches calls to a {@link ParlorReceiver} instance. + * + *

Generated from + * $Id: ParlorDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class ParlorDecoder extends InvocationDecoder { @@ -79,5 +83,5 @@ public class ParlorDecoder extends InvocationDecoder } } - // Generated on 11:25:47 08/12/02. + // Generated on 12:37:00 08/20/02. } diff --git a/src/java/com/threerings/parlor/data/ParlorMarshaller.java b/src/java/com/threerings/parlor/data/ParlorMarshaller.java index abd34f393..8e774ce47 100644 --- a/src/java/com/threerings/parlor/data/ParlorMarshaller.java +++ b/src/java/com/threerings/parlor/data/ParlorMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: ParlorMarshaller.java,v 1.1 2002/08/14 19:07:53 mdb Exp $ +// $Id: ParlorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.data; @@ -18,48 +18,21 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: ParlorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class ParlorMarshaller extends InvocationMarshaller implements ParlorService { - // documentation inherited - public static class InviteMarshaller extends ListenerMarshaller - implements InviteListener - { - /** The method id used to dispatch {@link #inviteReceived} - * responses. */ - public static final int INVITE_RECEIVED = 0; - - // documentation inherited from interface - public void inviteReceived (int arg1) - { - omgr.postEvent(new InvocationResponseEvent( - callerOid, requestId, INVITE_RECEIVED, - new Object[] { new Integer(arg1) })); - } - - // documentation inherited - public void dispatchResponse (int methodId, Object[] args) - { - switch (methodId) { - case INVITE_RECEIVED: - ((InviteListener)listener).inviteReceived( - ((Integer)args[0]).intValue()); - return; - - default: - super.dispatchResponse(methodId, args); - } - } - } - // documentation inherited public static class TableMarshaller extends ListenerMarshaller implements TableListener { /** The method id used to dispatch {@link #tableCreated} * responses. */ - public static final int TABLE_CREATED = 0; + public static final int TABLE_CREATED = 1; // documentation inherited from interface public void tableCreated (int arg1) @@ -84,6 +57,37 @@ public class ParlorMarshaller extends InvocationMarshaller } } + // documentation inherited + public static class InviteMarshaller extends ListenerMarshaller + implements InviteListener + { + /** The method id used to dispatch {@link #inviteReceived} + * responses. */ + public static final int INVITE_RECEIVED = 1; + + // documentation inherited from interface + public void inviteReceived (int arg1) + { + omgr.postEvent(new InvocationResponseEvent( + callerOid, requestId, INVITE_RECEIVED, + new Object[] { new Integer(arg1) })); + } + + // documentation inherited + public void dispatchResponse (int methodId, Object[] args) + { + switch (methodId) { + case INVITE_RECEIVED: + ((InviteListener)listener).inviteReceived( + ((Integer)args[0]).intValue()); + return; + + default: + super.dispatchResponse(methodId, args); + } + } + } + /** The method id used to dispatch {@link #invite} requests. */ public static final int INVITE = 1; @@ -162,5 +166,5 @@ public class ParlorMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:01 08/11/02. + // Class file generated on 12:33:04 08/20/02. } diff --git a/src/java/com/threerings/parlor/game/GameDispatcher.java b/src/java/com/threerings/parlor/game/GameDispatcher.java index e8761ad22..bbc3c8fb1 100644 --- a/src/java/com/threerings/parlor/game/GameDispatcher.java +++ b/src/java/com/threerings/parlor/game/GameDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: GameDispatcher.java,v 1.1 2002/08/14 19:07:53 mdb Exp $ +// $Id: GameDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.game; @@ -13,6 +13,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link GameProvider}. + * + *

Generated from + * $Id: GameDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class GameDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/parlor/game/GameMarshaller.java b/src/java/com/threerings/parlor/game/GameMarshaller.java index 7be82bf7b..0cb5cecc7 100644 --- a/src/java/com/threerings/parlor/game/GameMarshaller.java +++ b/src/java/com/threerings/parlor/game/GameMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: GameMarshaller.java,v 1.1 2002/08/14 19:07:53 mdb Exp $ +// $Id: GameMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.game; @@ -14,6 +14,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: GameMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class GameMarshaller extends InvocationMarshaller implements GameService @@ -29,5 +33,5 @@ public class GameMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:01 08/11/02. + // Class file generated on 12:33:04 08/20/02. } diff --git a/src/java/com/threerings/parlor/server/ParlorDispatcher.java b/src/java/com/threerings/parlor/server/ParlorDispatcher.java index f402083bf..dec7e35b6 100644 --- a/src/java/com/threerings/parlor/server/ParlorDispatcher.java +++ b/src/java/com/threerings/parlor/server/ParlorDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: ParlorDispatcher.java,v 1.1 2002/08/14 19:07:54 mdb Exp $ +// $Id: ParlorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.server; @@ -17,6 +17,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link ParlorProvider}. + * + *

Generated from + * $Id: ParlorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class ParlorDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/parlor/server/ParlorSender.java b/src/java/com/threerings/parlor/server/ParlorSender.java index 0cea7fa9a..03f7924e2 100644 --- a/src/java/com/threerings/parlor/server/ParlorSender.java +++ b/src/java/com/threerings/parlor/server/ParlorSender.java @@ -1,5 +1,5 @@ // -// $Id: ParlorSender.java,v 1.1 2002/08/14 19:07:54 mdb Exp $ +// $Id: ParlorSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.parlor.server; @@ -12,6 +12,10 @@ import com.threerings.presents.server.InvocationSender; /** * Used to issue notifications to a {@link ParlorReceiver} instance on a * client. + * + *

Generated from + * $Id: ParlorSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class ParlorSender extends InvocationSender { @@ -63,5 +67,5 @@ public class ParlorSender extends InvocationSender new Object[] { new Integer(arg1) }); } - // Generated on 11:25:47 08/12/02. + // Generated on 12:37:00 08/20/02. } diff --git a/src/java/com/threerings/presents/data/TimeBaseMarshaller.java b/src/java/com/threerings/presents/data/TimeBaseMarshaller.java index 6f55fdfbf..8449e06d1 100644 --- a/src/java/com/threerings/presents/data/TimeBaseMarshaller.java +++ b/src/java/com/threerings/presents/data/TimeBaseMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: TimeBaseMarshaller.java,v 1.1 2002/08/14 19:07:55 mdb Exp $ +// $Id: TimeBaseMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.presents.data; @@ -15,6 +15,10 @@ import com.threerings.presents.dobj.InvocationResponseEvent; * 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. + * + *

Generated from + * $Id: TimeBaseMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class TimeBaseMarshaller extends InvocationMarshaller implements TimeBaseService @@ -25,7 +29,7 @@ public class TimeBaseMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #gotTimeOid} * responses. */ - public static final int GOT_TIME_OID = 0; + public static final int GOT_TIME_OID = 1; // documentation inherited from interface public void gotTimeOid (int arg1) @@ -63,5 +67,5 @@ public class TimeBaseMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:01 08/11/02. + // Class file generated on 12:33:05 08/20/02. } diff --git a/src/java/com/threerings/presents/server/TimeBaseDispatcher.java b/src/java/com/threerings/presents/server/TimeBaseDispatcher.java index 064e8bdd4..a909c242a 100644 --- a/src/java/com/threerings/presents/server/TimeBaseDispatcher.java +++ b/src/java/com/threerings/presents/server/TimeBaseDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: TimeBaseDispatcher.java,v 1.1 2002/08/14 19:07:56 mdb Exp $ +// $Id: TimeBaseDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ package com.threerings.presents.server; @@ -14,6 +14,10 @@ import com.threerings.presents.server.InvocationException; /** * Dispatches requests to the {@link TimeBaseProvider}. + * + *

Generated from + * $Id: TimeBaseDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $ + * */ public class TimeBaseDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/whirled/client/SceneDecoder.java b/src/java/com/threerings/whirled/client/SceneDecoder.java index e0aa940bb..c7289bdf2 100644 --- a/src/java/com/threerings/whirled/client/SceneDecoder.java +++ b/src/java/com/threerings/whirled/client/SceneDecoder.java @@ -1,5 +1,5 @@ // -// $Id: SceneDecoder.java,v 1.1 2002/08/14 19:07:57 mdb Exp $ +// $Id: SceneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.client; @@ -8,6 +8,10 @@ import com.threerings.whirled.client.SceneReceiver; /** * Dispatches calls to a {@link SceneReceiver} instance. + * + *

Generated from + * $Id: SceneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SceneDecoder extends InvocationDecoder { @@ -48,5 +52,5 @@ public class SceneDecoder extends InvocationDecoder } } - // Generated on 11:25:48 08/12/02. + // Generated on 12:37:01 08/20/02. } diff --git a/src/java/com/threerings/whirled/data/SceneMarshaller.java b/src/java/com/threerings/whirled/data/SceneMarshaller.java index ca3bab876..c5b9ec89c 100644 --- a/src/java/com/threerings/whirled/data/SceneMarshaller.java +++ b/src/java/com/threerings/whirled/data/SceneMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: SceneMarshaller.java,v 1.1 2002/08/14 19:07:57 mdb Exp $ +// $Id: SceneMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.data; @@ -17,6 +17,10 @@ import com.threerings.whirled.data.SceneModel; * 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. + * + *

Generated from + * $Id: SceneMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SceneMarshaller extends InvocationMarshaller implements SceneService @@ -27,7 +31,7 @@ public class SceneMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #moveSucceeded} * responses. */ - public static final int MOVE_SUCCEEDED = 0; + public static final int MOVE_SUCCEEDED = 1; // documentation inherited from interface public void moveSucceeded (int arg1, PlaceConfig arg2) @@ -36,9 +40,10 @@ public class SceneMarshaller extends InvocationMarshaller callerOid, requestId, MOVE_SUCCEEDED, new Object[] { new Integer(arg1), arg2 })); } + /** The method id used to dispatch {@link #moveSucceededPlusUpdate} * responses. */ - public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 1; + public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 2; // documentation inherited from interface public void moveSucceededPlusUpdate (int arg1, PlaceConfig arg2, SceneModel arg3) @@ -81,5 +86,5 @@ public class SceneMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:03 08/11/02. + // Class file generated on 12:33:06 08/20/02. } diff --git a/src/java/com/threerings/whirled/server/SceneDispatcher.java b/src/java/com/threerings/whirled/server/SceneDispatcher.java index c8e2a29f6..e4339d2a1 100644 --- a/src/java/com/threerings/whirled/server/SceneDispatcher.java +++ b/src/java/com/threerings/whirled/server/SceneDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: SceneDispatcher.java,v 1.1 2002/08/14 19:07:57 mdb Exp $ +// $Id: SceneDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.server; @@ -16,6 +16,10 @@ import com.threerings.whirled.data.SceneModel; /** * Dispatches requests to the {@link SceneProvider}. + * + *

Generated from + * $Id: SceneDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SceneDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/whirled/server/SceneSender.java b/src/java/com/threerings/whirled/server/SceneSender.java index 95288a087..7e886d710 100644 --- a/src/java/com/threerings/whirled/server/SceneSender.java +++ b/src/java/com/threerings/whirled/server/SceneSender.java @@ -1,5 +1,5 @@ // -// $Id: SceneSender.java,v 1.1 2002/08/14 19:07:57 mdb Exp $ +// $Id: SceneSender.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.server; @@ -11,6 +11,10 @@ import com.threerings.whirled.client.SceneReceiver; /** * Used to issue notifications to a {@link SceneReceiver} instance on a * client. + * + *

Generated from + * $Id: SceneSender.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SceneSender extends InvocationSender { @@ -26,5 +30,5 @@ public class SceneSender extends InvocationSender new Object[] { new Integer(arg1) }); } - // Generated on 11:25:48 08/12/02. + // Generated on 12:37:01 08/20/02. } diff --git a/src/java/com/threerings/whirled/spot/data/SpotMarshaller.java b/src/java/com/threerings/whirled/spot/data/SpotMarshaller.java index dba50b515..6f7987c1c 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotMarshaller.java +++ b/src/java/com/threerings/whirled/spot/data/SpotMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: SpotMarshaller.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: SpotMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.spot.data; @@ -17,6 +17,10 @@ import com.threerings.whirled.spot.client.SpotService.ChangeLocListener; * 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. + * + *

Generated from + * $Id: SpotMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SpotMarshaller extends InvocationMarshaller implements SpotService @@ -27,7 +31,7 @@ public class SpotMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #changeLocSucceeded} * responses. */ - public static final int CHANGE_LOC_SUCCEEDED = 0; + public static final int CHANGE_LOC_SUCCEEDED = 1; // documentation inherited from interface public void changeLocSucceeded (int arg1) @@ -89,5 +93,5 @@ public class SpotMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:02 08/11/02. + // Class file generated on 12:33:05 08/20/02. } diff --git a/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java b/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java index 2c10c76b7..5a9bb7e88 100644 --- a/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java +++ b/src/java/com/threerings/whirled/spot/server/SpotDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: SpotDispatcher.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: SpotDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.spot.server; @@ -16,6 +16,10 @@ import com.threerings.whirled.spot.data.SpotMarshaller; /** * Dispatches requests to the {@link SpotProvider}. + * + *

Generated from + * $Id: SpotDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class SpotDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/whirled/zone/client/ZoneDecoder.java b/src/java/com/threerings/whirled/zone/client/ZoneDecoder.java index baaa032cf..97e299eaf 100644 --- a/src/java/com/threerings/whirled/zone/client/ZoneDecoder.java +++ b/src/java/com/threerings/whirled/zone/client/ZoneDecoder.java @@ -1,5 +1,5 @@ // -// $Id: ZoneDecoder.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: ZoneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ package com.threerings.whirled.zone.client; @@ -8,6 +8,10 @@ import com.threerings.whirled.zone.client.ZoneReceiver; /** * Dispatches calls to a {@link ZoneReceiver} instance. + * + *

Generated from + * $Id: ZoneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $ + * */ public class ZoneDecoder extends InvocationDecoder { @@ -48,5 +52,5 @@ public class ZoneDecoder extends InvocationDecoder } } - // Generated on 11:25:47 08/12/02. + // Generated on 12:37:00 08/20/02. } diff --git a/src/java/com/threerings/whirled/zone/data/ZoneMarshaller.java b/src/java/com/threerings/whirled/zone/data/ZoneMarshaller.java index 2e6b5fc63..83bd03feb 100644 --- a/src/java/com/threerings/whirled/zone/data/ZoneMarshaller.java +++ b/src/java/com/threerings/whirled/zone/data/ZoneMarshaller.java @@ -1,5 +1,5 @@ // -// $Id: ZoneMarshaller.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: ZoneMarshaller.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ package com.threerings.whirled.zone.data; @@ -18,6 +18,10 @@ import com.threerings.whirled.zone.data.ZoneSummary; * 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. + * + *

Generated from + * $Id: ZoneMarshaller.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ + * */ public class ZoneMarshaller extends InvocationMarshaller implements ZoneService @@ -28,7 +32,7 @@ public class ZoneMarshaller extends InvocationMarshaller { /** The method id used to dispatch {@link #moveSucceeded} * responses. */ - public static final int MOVE_SUCCEEDED = 0; + public static final int MOVE_SUCCEEDED = 1; // documentation inherited from interface public void moveSucceeded (int arg1, PlaceConfig arg2, ZoneSummary arg3) @@ -37,9 +41,10 @@ public class ZoneMarshaller extends InvocationMarshaller callerOid, requestId, MOVE_SUCCEEDED, new Object[] { new Integer(arg1), arg2, arg3 })); } + /** The method id used to dispatch {@link #moveSucceededPlusUpdate} * responses. */ - public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 1; + public static final int MOVE_SUCCEEDED_PLUS_UPDATE = 2; // documentation inherited from interface public void moveSucceededPlusUpdate (int arg1, PlaceConfig arg2, ZoneSummary arg3, SceneModel arg4) @@ -82,5 +87,5 @@ public class ZoneMarshaller extends InvocationMarshaller }); } - // Class file generated on 00:26:02 08/11/02. + // Class file generated on 12:33:05 08/20/02. } diff --git a/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java b/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java index b742a9c90..863eb0f4b 100644 --- a/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java +++ b/src/java/com/threerings/whirled/zone/server/ZoneDispatcher.java @@ -1,5 +1,5 @@ // -// $Id: ZoneDispatcher.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: ZoneDispatcher.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ package com.threerings.whirled.zone.server; @@ -17,6 +17,10 @@ import com.threerings.whirled.zone.data.ZoneSummary; /** * Dispatches requests to the {@link ZoneProvider}. + * + *

Generated from + * $Id: ZoneDispatcher.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ + * */ public class ZoneDispatcher extends InvocationDispatcher { diff --git a/src/java/com/threerings/whirled/zone/server/ZoneSender.java b/src/java/com/threerings/whirled/zone/server/ZoneSender.java index b058d673c..523ceb87e 100644 --- a/src/java/com/threerings/whirled/zone/server/ZoneSender.java +++ b/src/java/com/threerings/whirled/zone/server/ZoneSender.java @@ -1,5 +1,5 @@ // -// $Id: ZoneSender.java,v 1.1 2002/08/14 19:07:58 mdb Exp $ +// $Id: ZoneSender.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ package com.threerings.whirled.zone.server; @@ -11,6 +11,10 @@ import com.threerings.whirled.zone.client.ZoneReceiver; /** * Used to issue notifications to a {@link ZoneReceiver} instance on a * client. + * + *

Generated from + * $Id: ZoneSender.java,v 1.2 2002/08/20 19:38:16 mdb Exp $ + * */ public class ZoneSender extends InvocationSender { @@ -26,5 +30,5 @@ public class ZoneSender extends InvocationSender new Object[] { new Integer(arg1), new Integer(arg2) }); } - // Generated on 11:25:47 08/12/02. + // Generated on 12:37:00 08/20/02. }