@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
@@ -36,8 +36,7 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from AdminService.java.")
comments="Derived from the Service class java source.")
public class AdminMarshaller extends InvocationMarshaller public class AdminMarshaller extends InvocationMarshaller
implements AdminService implements AdminService
{ {
@@ -33,8 +33,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link AdminProvider}. * Dispatches requests to the {@link AdminProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from AdminService.java.")
comments="Derived from the Service class java source.")
public class AdminDispatcher extends InvocationDispatcher<AdminMarshaller> public class AdminDispatcher extends InvocationDispatcher<AdminMarshaller>
{ {
/** /**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link AdminService}. * Defines the server-side of the {@link AdminService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from AdminService.java.")
comments="Derived from the Service class java source.")
public interface AdminProvider extends InvocationProvider public interface AdminProvider extends InvocationProvider
{ {
/** /**
@@ -31,28 +31,23 @@ public class AgentObject extends DObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>bureauId</code> field. */ /** The field name of the <code>bureauId</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String BUREAU_ID = "bureauId"; public static final String BUREAU_ID = "bureauId";
/** The field name of the <code>bureauType</code> field. */ /** The field name of the <code>bureauType</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String BUREAU_TYPE = "bureauType"; public static final String BUREAU_TYPE = "bureauType";
/** The field name of the <code>code</code> field. */ /** The field name of the <code>code</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CODE = "code"; public static final String CODE = "code";
/** The field name of the <code>className</code> field. */ /** The field name of the <code>className</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CLASS_NAME = "className"; public static final String CLASS_NAME = "className";
/** The field name of the <code>clientOid</code> field. */ /** The field name of the <code>clientOid</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CLIENT_OID = "clientOid"; public static final String CLIENT_OID = "clientOid";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -96,8 +91,7 @@ public class AgentObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setBureauId (String value) public void setBureauId (String value)
{ {
String ovalue = this.bureauId; String ovalue = this.bureauId;
@@ -114,8 +108,7 @@ public class AgentObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setBureauType (String value) public void setBureauType (String value)
{ {
String ovalue = this.bureauType; String ovalue = this.bureauType;
@@ -132,8 +125,7 @@ public class AgentObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setCode (String value) public void setCode (String value)
{ {
String ovalue = this.code; String ovalue = this.code;
@@ -150,8 +142,7 @@ public class AgentObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setClassName (String value) public void setClassName (String value)
{ {
String ovalue = this.className; String ovalue = this.className;
@@ -168,8 +159,7 @@ public class AgentObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setClientOid (int value) public void setClientOid (int value)
{ {
int ovalue = this.clientOid; int ovalue = this.clientOid;
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BureauService.java.")
comments="Derived from the Service class java source.")
public class BureauMarshaller extends InvocationMarshaller public class BureauMarshaller extends InvocationMarshaller
implements BureauService implements BureauService
{ {
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link BureauProvider}. * Dispatches requests to the {@link BureauProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BureauService.java.")
comments="Derived from the Service class java source.")
public class BureauDispatcher extends InvocationDispatcher<BureauMarshaller> public class BureauDispatcher extends InvocationDispatcher<BureauMarshaller>
{ {
/** /**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link BureauService}. * Defines the server-side of the {@link BureauService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BureauService.java.")
comments="Derived from the Service class java source.")
public interface BureauProvider extends InvocationProvider public interface BureauProvider extends InvocationProvider
{ {
/** /**
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from ChannelSpeakService.java.")
comments="Derived from the Service class java source.")
public class ChannelSpeakMarshaller extends InvocationMarshaller public class ChannelSpeakMarshaller extends InvocationMarshaller
implements ChannelSpeakService implements ChannelSpeakService
{ {
@@ -38,8 +38,7 @@ import com.threerings.util.Name;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from ChatService.java.")
comments="Derived from the Service class java source.")
public class ChatMarshaller extends InvocationMarshaller public class ChatMarshaller extends InvocationMarshaller
implements ChatService implements ChatService
{ {
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from SpeakService.java.")
comments="Derived from the Service class java source.")
public class SpeakMarshaller extends InvocationMarshaller public class SpeakMarshaller extends InvocationMarshaller
implements SpeakService implements SpeakService
{ {
@@ -33,8 +33,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link ChannelSpeakProvider}. * Dispatches requests to the {@link ChannelSpeakProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from ChannelSpeakService.java.")
comments="Derived from the Service class java source.")
public class ChannelSpeakDispatcher extends InvocationDispatcher<ChannelSpeakMarshaller> public class ChannelSpeakDispatcher extends InvocationDispatcher<ChannelSpeakMarshaller>
{ {
/** /**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link ChannelSpeakService}. * Defines the server-side of the {@link ChannelSpeakService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from ChannelSpeakService.java.")
comments="Derived from the Service class java source.")
public interface ChannelSpeakProvider extends InvocationProvider public interface ChannelSpeakProvider extends InvocationProvider
{ {
/** /**
@@ -35,8 +35,7 @@ import com.threerings.util.Name;
* Dispatches requests to the {@link ChatProvider}. * Dispatches requests to the {@link ChatProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from ChatService.java.")
comments="Derived from the Service class java source.")
public class ChatDispatcher extends InvocationDispatcher<ChatMarshaller> public class ChatDispatcher extends InvocationDispatcher<ChatMarshaller>
{ {
/** /**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link SpeakProvider}. * Dispatches requests to the {@link SpeakProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from SpeakService.java.")
comments="Derived from the Service class java source.")
public class SpeakDispatcher extends InvocationDispatcher<SpeakMarshaller> public class SpeakDispatcher extends InvocationDispatcher<SpeakMarshaller>
{ {
/** /**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link SpeakService}. * Defines the server-side of the {@link SpeakService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from SpeakService.java.")
comments="Derived from the Service class java source.")
public interface SpeakProvider extends InvocationProvider public interface SpeakProvider extends InvocationProvider
{ {
/** /**
@@ -35,8 +35,7 @@ import com.threerings.presents.data.InvocationMarshaller;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BodyService.java.")
comments="Derived from the Service class java source.")
public class BodyMarshaller extends InvocationMarshaller public class BodyMarshaller extends InvocationMarshaller
implements BodyService implements BodyService
{ {
@@ -36,18 +36,15 @@ public class BodyObject extends ClientObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>location</code> field. */ /** The field name of the <code>location</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String LOCATION = "location"; public static final String LOCATION = "location";
/** The field name of the <code>status</code> field. */ /** The field name of the <code>status</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String STATUS = "status"; public static final String STATUS = "status";
/** The field name of the <code>awayMessage</code> field. */ /** The field name of the <code>awayMessage</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String AWAY_MESSAGE = "awayMessage"; public static final String AWAY_MESSAGE = "awayMessage";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -149,8 +146,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setLocation (Place value) public void setLocation (Place value)
{ {
Place ovalue = this.location; Place ovalue = this.location;
@@ -167,8 +163,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setStatus (byte value) public void setStatus (byte value)
{ {
byte ovalue = this.status; byte ovalue = this.status;
@@ -185,8 +180,7 @@ public class BodyObject extends ClientObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setAwayMessage (String value) public void setAwayMessage (String value)
{ {
String ovalue = this.awayMessage; String ovalue = this.awayMessage;
@@ -36,8 +36,7 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from LocationService.java.")
comments="Derived from the Service class java source.")
public class LocationMarshaller extends InvocationMarshaller public class LocationMarshaller extends InvocationMarshaller
implements LocationService implements LocationService
{ {
@@ -45,18 +45,15 @@ public class PlaceObject extends DObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>occupants</code> field. */ /** The field name of the <code>occupants</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String OCCUPANTS = "occupants"; public static final String OCCUPANTS = "occupants";
/** The field name of the <code>occupantInfo</code> field. */ /** The field name of the <code>occupantInfo</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String OCCUPANT_INFO = "occupantInfo"; public static final String OCCUPANT_INFO = "occupantInfo";
/** The field name of the <code>speakService</code> field. */ /** The field name of the <code>speakService</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String SPEAK_SERVICE = "speakService"; public static final String SPEAK_SERVICE = "speakService";
// AUTO-GENERATED: FIELDS END // 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 * oid list. The list will not change until the event is actually
* propagated through the system. * propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToOccupants (int oid) public void addToOccupants (int oid)
{ {
requestOidAdd(OCCUPANTS, 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 * <code>occupants</code> oid list. The list will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromOccupants (int oid) public void removeFromOccupants (int oid)
{ {
requestOidRemove(OCCUPANTS, 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 * <code>occupantInfo</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToOccupantInfo (OccupantInfo elem) public void addToOccupantInfo (OccupantInfo elem)
{ {
requestEntryAdd(OCCUPANT_INFO, 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 * the <code>occupantInfo</code> set. The set will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromOccupantInfo (Comparable<?> key) public void removeFromOccupantInfo (Comparable<?> key)
{ {
requestEntryRemove(OCCUPANT_INFO, occupantInfo, 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 * <code>occupantInfo</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void updateOccupantInfo (OccupantInfo elem) public void updateOccupantInfo (OccupantInfo elem)
{ {
requestEntryUpdate(OCCUPANT_INFO, 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 * change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification. * value change when they received the attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setOccupantInfo (DSet<OccupantInfo> value) public void setOccupantInfo (DSet<OccupantInfo> value)
{ {
requestAttributeChange(OCCUPANT_INFO, value, this.occupantInfo); 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 * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setSpeakService (SpeakMarshaller value) public void setSpeakService (SpeakMarshaller value)
{ {
SpeakMarshaller ovalue = this.speakService; SpeakMarshaller ovalue = this.speakService;
@@ -34,13 +34,11 @@ public class CrowdNodeObject extends NodeObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>crowdPeerService</code> field. */ /** The field name of the <code>crowdPeerService</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CROWD_PEER_SERVICE = "crowdPeerService"; public static final String CROWD_PEER_SERVICE = "crowdPeerService";
/** The field name of the <code>hostedChannels</code> field. */ /** The field name of the <code>hostedChannels</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String HOSTED_CHANNELS = "hostedChannels"; public static final String HOSTED_CHANNELS = "hostedChannels";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -59,8 +57,7 @@ public class CrowdNodeObject extends NodeObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setCrowdPeerService (CrowdPeerMarshaller value) public void setCrowdPeerService (CrowdPeerMarshaller value)
{ {
CrowdPeerMarshaller ovalue = this.crowdPeerService; 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 * <code>hostedChannels</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToHostedChannels (ChatChannel elem) public void addToHostedChannels (ChatChannel elem)
{ {
requestEntryAdd(HOSTED_CHANNELS, hostedChannels, 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 * the <code>hostedChannels</code> set. The set will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromHostedChannels (Comparable<?> key) public void removeFromHostedChannels (Comparable<?> key)
{ {
requestEntryRemove(HOSTED_CHANNELS, hostedChannels, 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 * <code>hostedChannels</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void updateHostedChannels (ChatChannel elem) public void updateHostedChannels (ChatChannel elem)
{ {
requestEntryUpdate(HOSTED_CHANNELS, hostedChannels, 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 * change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification. * value change when they received the attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setHostedChannels (DSet<ChatChannel> value) public void setHostedChannels (DSet<ChatChannel> value)
{ {
requestAttributeChange(HOSTED_CHANNELS, value, this.hostedChannels); requestAttributeChange(HOSTED_CHANNELS, value, this.hostedChannels);
@@ -40,8 +40,7 @@ import com.threerings.util.Name;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from CrowdPeerService.java.")
comments="Derived from the Service class java source.")
public class CrowdPeerMarshaller extends InvocationMarshaller public class CrowdPeerMarshaller extends InvocationMarshaller
implements CrowdPeerService implements CrowdPeerService
{ {
@@ -36,8 +36,7 @@ import com.threerings.util.Name;
* Dispatches requests to the {@link CrowdPeerProvider}. * Dispatches requests to the {@link CrowdPeerProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from CrowdPeerService.java.")
comments="Derived from the Service class java source.")
public class CrowdPeerDispatcher extends InvocationDispatcher<CrowdPeerMarshaller> public class CrowdPeerDispatcher extends InvocationDispatcher<CrowdPeerMarshaller>
{ {
/** /**
@@ -36,8 +36,7 @@ import com.threerings.util.Name;
* Defines the server-side of the {@link CrowdPeerService}. * Defines the server-side of the {@link CrowdPeerService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from CrowdPeerService.java.")
comments="Derived from the Service class java source.")
public interface CrowdPeerProvider extends InvocationProvider public interface CrowdPeerProvider extends InvocationProvider
{ {
/** /**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link BodyProvider}. * Dispatches requests to the {@link BodyProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BodyService.java.")
comments="Derived from the Service class java source.")
public class BodyDispatcher extends InvocationDispatcher<BodyMarshaller> public class BodyDispatcher extends InvocationDispatcher<BodyMarshaller>
{ {
/** /**
@@ -31,8 +31,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link BodyService}. * Defines the server-side of the {@link BodyService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from BodyService.java.")
comments="Derived from the Service class java source.")
public interface BodyProvider extends InvocationProvider public interface BodyProvider extends InvocationProvider
{ {
/** /**
@@ -33,8 +33,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link LocationProvider}. * Dispatches requests to the {@link LocationProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from LocationService.java.")
comments="Derived from the Service class java source.")
public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller> public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller>
{ {
/** /**
@@ -32,8 +32,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link LocationService}. * Defines the server-side of the {@link LocationService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from LocationService.java.")
comments="Derived from the Service class java source.")
public interface LocationProvider extends InvocationProvider public interface LocationProvider extends InvocationProvider
{ {
/** /**
@@ -36,13 +36,11 @@ public class ClientObject extends DObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>username</code> field. */ /** The field name of the <code>username</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String USERNAME = "username"; public static final String USERNAME = "username";
/** The field name of the <code>receivers</code> field. */ /** The field name of the <code>receivers</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String RECEIVERS = "receivers"; public static final String RECEIVERS = "receivers";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -144,8 +142,7 @@ public class ClientObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setUsername (Name value) public void setUsername (Name value)
{ {
Name ovalue = this.username; Name ovalue = this.username;
@@ -159,8 +156,7 @@ public class ClientObject extends DObject
* <code>receivers</code> set. The set will not change until the event is * <code>receivers</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToReceivers (InvocationReceiver.Registration elem) public void addToReceivers (InvocationReceiver.Registration elem)
{ {
requestEntryAdd(RECEIVERS, receivers, elem); requestEntryAdd(RECEIVERS, receivers, elem);
@@ -171,8 +167,7 @@ public class ClientObject extends DObject
* the <code>receivers</code> set. The set will not change until the * the <code>receivers</code> set. The set will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromReceivers (Comparable<?> key) public void removeFromReceivers (Comparable<?> key)
{ {
requestEntryRemove(RECEIVERS, receivers, key); requestEntryRemove(RECEIVERS, receivers, key);
@@ -183,8 +178,7 @@ public class ClientObject extends DObject
* <code>receivers</code> set. The set will not change until the event is * <code>receivers</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void updateReceivers (InvocationReceiver.Registration elem) public void updateReceivers (InvocationReceiver.Registration elem)
{ {
requestEntryUpdate(RECEIVERS, receivers, elem); requestEntryUpdate(RECEIVERS, receivers, elem);
@@ -200,8 +194,7 @@ public class ClientObject extends DObject
* change. Proxied copies of this object (on clients) will apply the * change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification. * value change when they received the attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setReceivers (DSet<InvocationReceiver.Registration> value) public void setReceivers (DSet<InvocationReceiver.Registration> value)
{ {
requestAttributeChange(RECEIVERS, value, this.receivers); requestAttributeChange(RECEIVERS, value, this.receivers);
@@ -35,8 +35,7 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from TimeBaseService.java.")
comments="Derived from the Service class java source.")
public class TimeBaseMarshaller extends InvocationMarshaller public class TimeBaseMarshaller extends InvocationMarshaller
implements TimeBaseService implements TimeBaseService
{ {
@@ -42,13 +42,11 @@ public class TimeBaseObject extends DObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>evenBase</code> field. */ /** The field name of the <code>evenBase</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String EVEN_BASE = "evenBase"; public static final String EVEN_BASE = "evenBase";
/** The field name of the <code>oddBase</code> field. */ /** The field name of the <code>oddBase</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String ODD_BASE = "oddBase"; public static final String ODD_BASE = "oddBase";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -142,8 +140,7 @@ public class TimeBaseObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setEvenBase (long value) public void setEvenBase (long value)
{ {
long ovalue = this.evenBase; long ovalue = this.evenBase;
@@ -160,8 +157,7 @@ public class TimeBaseObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setOddBase (long value) public void setOddBase (long value)
{ {
long ovalue = this.oddBase; long ovalue = this.oddBase;
@@ -37,43 +37,35 @@ public class NodeObject extends DObject
{ {
// AUTO-GENERATED: FIELDS START // AUTO-GENERATED: FIELDS START
/** The field name of the <code>nodeName</code> field. */ /** The field name of the <code>nodeName</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String NODE_NAME = "nodeName"; public static final String NODE_NAME = "nodeName";
/** The field name of the <code>bootStamp</code> field. */ /** The field name of the <code>bootStamp</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String BOOT_STAMP = "bootStamp"; public static final String BOOT_STAMP = "bootStamp";
/** The field name of the <code>peerService</code> field. */ /** The field name of the <code>peerService</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String PEER_SERVICE = "peerService"; public static final String PEER_SERVICE = "peerService";
/** The field name of the <code>clients</code> field. */ /** The field name of the <code>clients</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CLIENTS = "clients"; public static final String CLIENTS = "clients";
/** The field name of the <code>locks</code> field. */ /** The field name of the <code>locks</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String LOCKS = "locks"; public static final String LOCKS = "locks";
/** The field name of the <code>acquiringLock</code> field. */ /** The field name of the <code>acquiringLock</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String ACQUIRING_LOCK = "acquiringLock"; public static final String ACQUIRING_LOCK = "acquiringLock";
/** The field name of the <code>releasingLock</code> field. */ /** The field name of the <code>releasingLock</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String RELEASING_LOCK = "releasingLock"; public static final String RELEASING_LOCK = "releasingLock";
/** The field name of the <code>cacheData</code> field. */ /** The field name of the <code>cacheData</code> field. */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public static final String CACHE_DATA = "cacheData"; public static final String CACHE_DATA = "cacheData";
// AUTO-GENERATED: FIELDS END // AUTO-GENERATED: FIELDS END
@@ -180,8 +172,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setNodeName (String value) public void setNodeName (String value)
{ {
String ovalue = this.nodeName; String ovalue = this.nodeName;
@@ -198,8 +189,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setBootStamp (long value) public void setBootStamp (long value)
{ {
long ovalue = this.bootStamp; long ovalue = this.bootStamp;
@@ -216,8 +206,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setPeerService (PeerMarshaller value) public void setPeerService (PeerMarshaller value)
{ {
PeerMarshaller ovalue = this.peerService; PeerMarshaller ovalue = this.peerService;
@@ -231,8 +220,7 @@ public class NodeObject extends DObject
* <code>clients</code> set. The set will not change until the event is * <code>clients</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToClients (ClientInfo elem) public void addToClients (ClientInfo elem)
{ {
requestEntryAdd(CLIENTS, clients, elem); requestEntryAdd(CLIENTS, clients, elem);
@@ -243,8 +231,7 @@ public class NodeObject extends DObject
* the <code>clients</code> set. The set will not change until the * the <code>clients</code> set. The set will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromClients (Comparable<?> key) public void removeFromClients (Comparable<?> key)
{ {
requestEntryRemove(CLIENTS, clients, key); requestEntryRemove(CLIENTS, clients, key);
@@ -255,8 +242,7 @@ public class NodeObject extends DObject
* <code>clients</code> set. The set will not change until the event is * <code>clients</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void updateClients (ClientInfo elem) public void updateClients (ClientInfo elem)
{ {
requestEntryUpdate(CLIENTS, clients, elem); requestEntryUpdate(CLIENTS, clients, elem);
@@ -272,8 +258,7 @@ public class NodeObject extends DObject
* change. Proxied copies of this object (on clients) will apply the * change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification. * value change when they received the attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setClients (DSet<ClientInfo> value) public void setClients (DSet<ClientInfo> value)
{ {
requestAttributeChange(CLIENTS, value, this.clients); requestAttributeChange(CLIENTS, value, this.clients);
@@ -286,8 +271,7 @@ public class NodeObject extends DObject
* <code>locks</code> set. The set will not change until the event is * <code>locks</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void addToLocks (NodeObject.Lock elem) public void addToLocks (NodeObject.Lock elem)
{ {
requestEntryAdd(LOCKS, locks, elem); requestEntryAdd(LOCKS, locks, elem);
@@ -298,8 +282,7 @@ public class NodeObject extends DObject
* the <code>locks</code> set. The set will not change until the * the <code>locks</code> set. The set will not change until the
* event is actually propagated through the system. * event is actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void removeFromLocks (Comparable<?> key) public void removeFromLocks (Comparable<?> key)
{ {
requestEntryRemove(LOCKS, locks, key); requestEntryRemove(LOCKS, locks, key);
@@ -310,8 +293,7 @@ public class NodeObject extends DObject
* <code>locks</code> set. The set will not change until the event is * <code>locks</code> set. The set will not change until the event is
* actually propagated through the system. * actually propagated through the system.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void updateLocks (NodeObject.Lock elem) public void updateLocks (NodeObject.Lock elem)
{ {
requestEntryUpdate(LOCKS, locks, elem); requestEntryUpdate(LOCKS, locks, elem);
@@ -327,8 +309,7 @@ public class NodeObject extends DObject
* change. Proxied copies of this object (on clients) will apply the * change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification. * value change when they received the attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setLocks (DSet<NodeObject.Lock> value) public void setLocks (DSet<NodeObject.Lock> value)
{ {
requestAttributeChange(LOCKS, value, this.locks); requestAttributeChange(LOCKS, value, this.locks);
@@ -344,8 +325,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setAcquiringLock (NodeObject.Lock value) public void setAcquiringLock (NodeObject.Lock value)
{ {
NodeObject.Lock ovalue = this.acquiringLock; NodeObject.Lock ovalue = this.acquiringLock;
@@ -362,8 +342,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setReleasingLock (NodeObject.Lock value) public void setReleasingLock (NodeObject.Lock value)
{ {
NodeObject.Lock ovalue = this.releasingLock; NodeObject.Lock ovalue = this.releasingLock;
@@ -380,8 +359,7 @@ public class NodeObject extends DObject
* clients) will apply the value change when they received the * clients) will apply the value change when they received the
* attribute changed notification. * attribute changed notification.
*/ */
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"}, @Generated(value={"com.threerings.presents.tools.GenDObjectTask"})
date="2010-04-06T22:31:00-0700")
public void setCacheData (NodeObject.CacheData value) public void setCacheData (NodeObject.CacheData value)
{ {
NodeObject.CacheData ovalue = this.cacheData; NodeObject.CacheData ovalue = this.cacheData;
@@ -36,8 +36,7 @@ import com.threerings.presents.peer.client.PeerService;
* to the requesting client. * to the requesting client.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from PeerService.java.")
comments="Derived from the Service class java source.")
public class PeerMarshaller extends InvocationMarshaller public class PeerMarshaller extends InvocationMarshaller
implements PeerService implements PeerService
{ {
@@ -34,8 +34,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link PeerProvider}. * Dispatches requests to the {@link PeerProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from PeerService.java.")
comments="Derived from the Service class java source.")
public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller> public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller>
{ {
/** /**
@@ -34,8 +34,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link PeerService}. * Defines the server-side of the {@link PeerService}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from PeerService.java.")
comments="Derived from the Service class java source.")
public interface PeerProvider extends InvocationProvider public interface PeerProvider extends InvocationProvider
{ {
/** /**
@@ -31,8 +31,7 @@ import com.threerings.presents.data.TimeBaseMarshaller;
* Dispatches requests to the {@link TimeBaseProvider}. * Dispatches requests to the {@link TimeBaseProvider}.
*/ */
@Generated(value={"com.threerings.presents.tools.GenServiceTask"}, @Generated(value={"com.threerings.presents.tools.GenServiceTask"},
date="2010-04-06T22:31:00-0700", comments="Derived from TimeBaseService.java.")
comments="Derived from the Service class java source.")
public class TimeBaseDispatcher extends InvocationDispatcher<TimeBaseMarshaller> public class TimeBaseDispatcher extends InvocationDispatcher<TimeBaseMarshaller>
{ {
/** /**