@Generated, going stag (without a date).

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6052 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-04-07 16:12:43 +00:00
parent 4496ec9ae4
commit 528a9d1f66
35 changed files with 94 additions and 188 deletions
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from ChannelSpeakService.java.")
public class ChannelSpeakMarshaller extends InvocationMarshaller
implements ChannelSpeakService
{
@@ -38,8 +38,7 @@ import com.threerings.util.Name;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from ChatService.java.")
public class ChatMarshaller extends InvocationMarshaller
implements ChatService
{
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from SpeakService.java.")
public class SpeakMarshaller extends InvocationMarshaller
implements SpeakService
{
@@ -33,8 +33,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link ChannelSpeakProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from ChannelSpeakService.java.")
public class ChannelSpeakDispatcher extends InvocationDispatcher<ChannelSpeakMarshaller>
{
/**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link ChannelSpeakService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from ChannelSpeakService.java.")
public interface ChannelSpeakProvider extends InvocationProvider
{
/**
@@ -35,8 +35,7 @@ import com.threerings.util.Name;
* Dispatches requests to the {@link ChatProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from ChatService.java.")
public class ChatDispatcher extends InvocationDispatcher<ChatMarshaller>
{
/**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link SpeakProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from SpeakService.java.")
public class SpeakDispatcher extends InvocationDispatcher<SpeakMarshaller>
{
/**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link SpeakService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from SpeakService.java.")
public interface SpeakProvider extends InvocationProvider
{
/**
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BodyService.java.")
public class BodyMarshaller extends InvocationMarshaller
implements BodyService
{
@@ -36,18 +36,15 @@ public class BodyObject extends ClientObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>location</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String LOCATION = "location";
/** The field name of the <code>status</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String STATUS = "status";
/** The field name of the <code>awayMessage</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String AWAY_MESSAGE = "awayMessage";
// AUTO-GENERATED: FIELDS END
@@ -149,8 +146,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setLocation (Place value)
{
Place ovalue = this.location;
@@ -167,8 +163,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setStatus (byte value)
{
byte ovalue = this.status;
@@ -185,8 +180,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setAwayMessage (String value)
{
String ovalue = this.awayMessage;
@@ -36,8 +36,7 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from LocationService.java.")
public class LocationMarshaller extends InvocationMarshaller
implements LocationService
{
@@ -45,18 +45,15 @@ public class PlaceObject extends DObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>occupants</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String OCCUPANTS = "occupants";
/** The field name of the <code>occupantInfo</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String OCCUPANT_INFO = "occupantInfo";
/** The field name of the <code>speakService</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String SPEAK_SERVICE = "speakService";
// AUTO-GENERATED: FIELDS END
@@ -154,8 +151,7 @@ public class PlaceObject extends DObject
* oid list. The list will not change until the event is actually
* propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void addToOccupants (int oid)
{
requestOidAdd(OCCUPANTS, oid);
@@ -166,8 +162,7 @@ public class PlaceObject extends DObject
* <code>occupants</code> oid list. The list will not change until the
* event is actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void removeFromOccupants (int oid)
{
requestOidRemove(OCCUPANTS, oid);
@@ -178,8 +173,7 @@ public class PlaceObject extends DObject
* <code>occupantInfo</code> set. The set will not change until the event is
* actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void addToOccupantInfo (OccupantInfo elem)
{
requestEntryAdd(OCCUPANT_INFO, occupantInfo, elem);
@@ -190,8 +184,7 @@ public class PlaceObject extends DObject
* the <code>occupantInfo</code> set. The set will not change until the
* event is actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void removeFromOccupantInfo (Comparable<?> key)
{
requestEntryRemove(OCCUPANT_INFO, occupantInfo, key);
@@ -202,8 +195,7 @@ public class PlaceObject extends DObject
* <code>occupantInfo</code> set. The set will not change until the event is
* actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void updateOccupantInfo (OccupantInfo elem)
{
requestEntryUpdate(OCCUPANT_INFO, occupantInfo, elem);
@@ -219,8 +211,7 @@ public class PlaceObject extends DObject
* change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setOccupantInfo (DSet<OccupantInfo> value)
{
requestAttributeChange(OCCUPANT_INFO, value, this.occupantInfo);
@@ -236,8 +227,7 @@ public class PlaceObject extends DObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setSpeakService (SpeakMarshaller value)
{
SpeakMarshaller ovalue = this.speakService;
@@ -34,13 +34,11 @@ public class CrowdNodeObject extends NodeObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>crowdPeerService</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String CROWD_PEER_SERVICE = "crowdPeerService";
/** The field name of the <code>hostedChannels</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public static final String HOSTED_CHANNELS = "hostedChannels";
// AUTO-GENERATED: FIELDS END
@@ -59,8 +57,7 @@ public class CrowdNodeObject extends NodeObject
* clients) will apply the value change when they received the
* attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setCrowdPeerService (CrowdPeerMarshaller value)
{
CrowdPeerMarshaller ovalue = this.crowdPeerService;
@@ -74,8 +71,7 @@ public class CrowdNodeObject extends NodeObject
* <code>hostedChannels</code> set. The set will not change until the event is
* actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void addToHostedChannels (ChatChannel elem)
{
requestEntryAdd(HOSTED_CHANNELS, hostedChannels, elem);
@@ -86,8 +82,7 @@ public class CrowdNodeObject extends NodeObject
* the <code>hostedChannels</code> set. The set will not change until the
* event is actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void removeFromHostedChannels (Comparable<?> key)
{
requestEntryRemove(HOSTED_CHANNELS, hostedChannels, key);
@@ -98,8 +93,7 @@ public class CrowdNodeObject extends NodeObject
* <code>hostedChannels</code> set. The set will not change until the event is
* actually propagated through the system.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void updateHostedChannels (ChatChannel elem)
{
requestEntryUpdate(HOSTED_CHANNELS, hostedChannels, elem);
@@ -115,8 +109,7 @@ public class CrowdNodeObject extends NodeObject
* change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification.
*/
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
date="2010-04-06T22:31:00-0700")
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
public void setHostedChannels (DSet<ChatChannel> value)
{
requestAttributeChange(HOSTED_CHANNELS, value, this.hostedChannels);
@@ -40,8 +40,7 @@ import com.threerings.util.Name;
* to the requesting client.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from CrowdPeerService.java.")
public class CrowdPeerMarshaller extends InvocationMarshaller
implements CrowdPeerService
{
@@ -36,8 +36,7 @@ import com.threerings.util.Name;
* Dispatches requests to the {@link CrowdPeerProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from CrowdPeerService.java.")
public class CrowdPeerDispatcher extends InvocationDispatcher<CrowdPeerMarshaller>
{
/**
@@ -36,8 +36,7 @@ import com.threerings.util.Name;
* Defines the server-side of the {@link CrowdPeerService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from CrowdPeerService.java.")
public interface CrowdPeerProvider extends InvocationProvider
{
/**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link BodyProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BodyService.java.")
public class BodyDispatcher extends InvocationDispatcher<BodyMarshaller>
{
/**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link BodyService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from BodyService.java.")
public interface BodyProvider extends InvocationProvider
{
/**
@@ -33,8 +33,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link LocationProvider}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from LocationService.java.")
public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller>
{
/**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link LocationService}.
*/
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700",
comments="Derived from the Service class java source.")
comments="Derived from LocationService.java.")
public interface LocationProvider extends InvocationProvider
{
/**