Regenerated services and receivers to fix bugs and use updated templates.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1659 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-08-20 19:38:16 +00:00
parent d7b2c3de87
commit 99edb5cd5e
34 changed files with 267 additions and 129 deletions
@@ -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.
*
* <p> Generated from <code>
* $Id: AdminMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: AdminDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class AdminDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ChatDecoder.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: ChatMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: SpeakMarshaller.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: ChatDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class ChatDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ChatSender.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: SpeakDispatcher.java,v 1.2 2002/08/20 19:38:13 mdb Exp $
* </code>
*/
public class SpeakDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: LocationDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: LocationMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: LocationDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LocationDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: LocationSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: LobbyDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class LobbyDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: LobbyMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: SimulatorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: SimulatorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class SimulatorDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ParlorDecoder.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: ParlorMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: GameDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class GameDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: GameMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: ParlorDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class ParlorDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ParlorSender.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: TimeBaseMarshaller.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: TimeBaseDispatcher.java,v 1.2 2002/08/20 19:38:14 mdb Exp $
* </code>
*/
public class TimeBaseDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: SceneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: SceneMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: SceneDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
public class SceneDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: SceneSender.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: SpotMarshaller.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: SpotDispatcher.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
public class SpotDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ZoneDecoder.java,v 1.2 2002/08/20 19:38:15 mdb Exp $
* </code>
*/
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.
}
@@ -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.
*
* <p> Generated from <code>
* $Id: ZoneMarshaller.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
* </code>
*/
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.
}
@@ -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}.
*
* <p> Generated from <code>
* $Id: ZoneDispatcher.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
* </code>
*/
public class ZoneDispatcher extends InvocationDispatcher
{
@@ -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.
*
* <p> Generated from <code>
* $Id: ZoneSender.java,v 1.2 2002/08/20 19:38:16 mdb Exp $
* </code>
*/
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.
}