@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,13 +36,11 @@ public class ClientObject extends DObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>username</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 USERNAME = "username";
/** The field name of the <code>receivers</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 RECEIVERS = "receivers";
// AUTO-GENERATED: FIELDS END
@@ -144,8 +142,7 @@ public class ClientObject 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 setUsername (Name value)
{
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
* 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 addToReceivers (InvocationReceiver.Registration 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
* 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 removeFromReceivers (Comparable<?> 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
* 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 updateReceivers (InvocationReceiver.Registration 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
* 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 setReceivers (DSet<InvocationReceiver.Registration> value)
{
requestAttributeChange(RECEIVERS, value, this.receivers);
@@ -35,8 +35,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 TimeBaseService.java.")
public class TimeBaseMarshaller extends InvocationMarshaller
implements TimeBaseService
{
@@ -42,13 +42,11 @@ public class TimeBaseObject extends DObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>evenBase</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 EVEN_BASE = "evenBase";
/** The field name of the <code>oddBase</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 ODD_BASE = "oddBase";
// AUTO-GENERATED: FIELDS END
@@ -142,8 +140,7 @@ public class TimeBaseObject 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 setEvenBase (long value)
{
long ovalue = this.evenBase;
@@ -160,8 +157,7 @@ public class TimeBaseObject 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 setOddBase (long value)
{
long ovalue = this.oddBase;
@@ -37,43 +37,35 @@ public class NodeObject extends DObject
{
// AUTO-GENERATED: FIELDS START
/** The field name of the <code>nodeName</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 NODE_NAME = "nodeName";
/** The field name of the <code>bootStamp</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 BOOT_STAMP = "bootStamp";
/** The field name of the <code>peerService</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 PEER_SERVICE = "peerService";
/** The field name of the <code>clients</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 CLIENTS = "clients";
/** The field name of the <code>locks</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 LOCKS = "locks";
/** The field name of the <code>acquiringLock</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 ACQUIRING_LOCK = "acquiringLock";
/** The field name of the <code>releasingLock</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 RELEASING_LOCK = "releasingLock";
/** The field name of the <code>cacheData</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 CACHE_DATA = "cacheData";
// AUTO-GENERATED: FIELDS END
@@ -180,8 +172,7 @@ public class NodeObject 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 setNodeName (String value)
{
String ovalue = this.nodeName;
@@ -198,8 +189,7 @@ public class NodeObject 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 setBootStamp (long value)
{
long ovalue = this.bootStamp;
@@ -216,8 +206,7 @@ public class NodeObject 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 setPeerService (PeerMarshaller value)
{
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
* 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 addToClients (ClientInfo 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
* 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 removeFromClients (Comparable<?> 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
* 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 updateClients (ClientInfo 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
* 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 setClients (DSet<ClientInfo> value)
{
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
* 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 addToLocks (NodeObject.Lock 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
* 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 removeFromLocks (Comparable<?> 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
* 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 updateLocks (NodeObject.Lock 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
* 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 setLocks (DSet<NodeObject.Lock> value)
{
requestAttributeChange(LOCKS, value, this.locks);
@@ -344,8 +325,7 @@ public class NodeObject 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 setAcquiringLock (NodeObject.Lock value)
{
NodeObject.Lock ovalue = this.acquiringLock;
@@ -362,8 +342,7 @@ public class NodeObject 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 setReleasingLock (NodeObject.Lock value)
{
NodeObject.Lock ovalue = this.releasingLock;
@@ -380,8 +359,7 @@ public class NodeObject 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 setCacheData (NodeObject.CacheData value)
{
NodeObject.CacheData ovalue = this.cacheData;
@@ -36,8 +36,7 @@ import com.threerings.presents.peer.client.PeerService;
* 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 PeerService.java.")
public class PeerMarshaller extends InvocationMarshaller
implements PeerService
{
@@ -34,8 +34,7 @@ import com.threerings.presents.server.InvocationException;
* Dispatches requests to the {@link PeerProvider}.
*/
@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 PeerService.java.")
public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller>
{
/**
@@ -34,8 +34,7 @@ import com.threerings.presents.server.InvocationProvider;
* Defines the server-side of the {@link PeerService}.
*/
@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 PeerService.java.")
public interface PeerProvider extends InvocationProvider
{
/**
@@ -31,8 +31,7 @@ import com.threerings.presents.data.TimeBaseMarshaller;
* Dispatches requests to the {@link TimeBaseProvider}.
*/
@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 TimeBaseService.java.")
public class TimeBaseDispatcher extends InvocationDispatcher<TimeBaseMarshaller>
{
/**