@Generated annotation.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6050 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.admin.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.admin.client.AdminService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -33,6 +35,9 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class AdminMarshaller extends InvocationMarshaller
|
||||
implements AdminService
|
||||
{
|
||||
|
||||
@@ -24,6 +24,7 @@ package com.threerings.admin.data;
|
||||
import java.lang.reflect.Field;
|
||||
|
||||
import javax.swing.JPanel;
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
import com.threerings.presents.util.PresentsContext;
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.admin.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.admin.client.AdminService;
|
||||
import com.threerings.admin.data.AdminMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -30,6 +32,9 @@ import com.threerings.presents.server.InvocationException;
|
||||
/**
|
||||
* Dispatches requests to the {@link AdminProvider}.
|
||||
*/
|
||||
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
|
||||
date="2010-04-06T22:31:00-0700",
|
||||
comments="Derived from the Service class java source.")
|
||||
public class AdminDispatcher extends InvocationDispatcher<AdminMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.admin.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.admin.client.AdminService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationException;
|
||||
@@ -29,6 +31,9 @@ import com.threerings.presents.server.InvocationProvider;
|
||||
/**
|
||||
* Defines the server-side of the {@link AdminService}.
|
||||
*/
|
||||
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
|
||||
date="2010-04-06T22:31:00-0700",
|
||||
comments="Derived from the Service class java source.")
|
||||
public interface AdminProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.bureau.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
|
||||
/**
|
||||
@@ -30,18 +31,28 @@ public class AgentObject extends DObject
|
||||
{
|
||||
// AUTO-GENERATED: FIELDS START
|
||||
/** The field name of the <code>bureauId</code> field. */
|
||||
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
||||
date="2010-04-06T22:31:00-0700")
|
||||
public static final String BUREAU_ID = "bureauId";
|
||||
|
||||
/** The field name of the <code>bureauType</code> field. */
|
||||
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
||||
date="2010-04-06T22:31:00-0700")
|
||||
public static final String BUREAU_TYPE = "bureauType";
|
||||
|
||||
/** The field name of the <code>code</code> field. */
|
||||
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
||||
date="2010-04-06T22:31:00-0700")
|
||||
public static final String CODE = "code";
|
||||
|
||||
/** The field name of the <code>className</code> field. */
|
||||
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
||||
date="2010-04-06T22:31:00-0700")
|
||||
public static final String CLASS_NAME = "className";
|
||||
|
||||
/** The field name of the <code>clientOid</code> field. */
|
||||
@Generated(value={"com.threerings.presents.tools.GenDObjectTask"},
|
||||
date="2010-04-06T22:31:00-0700")
|
||||
public static final String CLIENT_OID = "clientOid";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -85,6 +96,8 @@ public class AgentObject 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")
|
||||
public void setBureauId (String value)
|
||||
{
|
||||
String ovalue = this.bureauId;
|
||||
@@ -101,6 +114,8 @@ public class AgentObject 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")
|
||||
public void setBureauType (String value)
|
||||
{
|
||||
String ovalue = this.bureauType;
|
||||
@@ -117,6 +132,8 @@ public class AgentObject 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")
|
||||
public void setCode (String value)
|
||||
{
|
||||
String ovalue = this.code;
|
||||
@@ -133,6 +150,8 @@ public class AgentObject 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")
|
||||
public void setClassName (String value)
|
||||
{
|
||||
String ovalue = this.className;
|
||||
@@ -149,6 +168,8 @@ public class AgentObject 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")
|
||||
public void setClientOid (int value)
|
||||
{
|
||||
int ovalue = this.clientOid;
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.bureau.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.bureau.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.bureau.client.BureauService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -32,6 +34,9 @@ import com.threerings.presents.data.InvocationMarshaller;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class BureauMarshaller extends InvocationMarshaller
|
||||
implements BureauService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.bureau.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.bureau.data.BureauMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
@@ -29,6 +31,9 @@ import com.threerings.presents.server.InvocationException;
|
||||
/**
|
||||
* Dispatches requests to the {@link BureauProvider}.
|
||||
*/
|
||||
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
|
||||
date="2010-04-06T22:31:00-0700",
|
||||
comments="Derived from the Service class java source.")
|
||||
public class BureauDispatcher extends InvocationDispatcher<BureauMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.bureau.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.bureau.client.BureauService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationProvider;
|
||||
@@ -28,6 +30,9 @@ import com.threerings.presents.server.InvocationProvider;
|
||||
/**
|
||||
* Defines the server-side of the {@link BureauService}.
|
||||
*/
|
||||
@Generated(value={"com.threerings.presents.tools.GenServiceTask"},
|
||||
date="2010-04-06T22:31:00-0700",
|
||||
comments="Derived from the Service class java source.")
|
||||
public interface BureauProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChannelSpeakService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -32,6 +34,9 @@ import com.threerings.presents.data.InvocationMarshaller;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class ChannelSpeakMarshaller extends InvocationMarshaller
|
||||
implements ChannelSpeakService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
@@ -35,6 +37,9 @@ import com.threerings.util.Name;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class ChatMarshaller extends InvocationMarshaller
|
||||
implements ChatService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -32,6 +34,9 @@ import com.threerings.presents.data.InvocationMarshaller;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class SpeakMarshaller extends InvocationMarshaller
|
||||
implements SpeakService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.data.ChannelSpeakMarshaller;
|
||||
import com.threerings.crowd.chat.data.ChatChannel;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -30,6 +32,9 @@ 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.")
|
||||
public class ChannelSpeakDispatcher extends InvocationDispatcher<ChannelSpeakMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChannelSpeakService;
|
||||
import com.threerings.crowd.chat.data.ChatChannel;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -29,6 +31,9 @@ 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.")
|
||||
public interface ChannelSpeakProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.data.ChatMarshaller;
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
@@ -32,6 +34,9 @@ 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.")
|
||||
public class ChatDispatcher extends InvocationDispatcher<ChatMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.data.SpeakMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
@@ -29,6 +31,9 @@ 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.")
|
||||
public class SpeakDispatcher extends InvocationDispatcher<SpeakMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.chat.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.SpeakService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationProvider;
|
||||
@@ -28,6 +30,9 @@ 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.")
|
||||
public interface SpeakProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -32,6 +34,9 @@ import com.threerings.presents.data.InvocationMarshaller;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class BodyMarshaller extends InvocationMarshaller
|
||||
implements BodyService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.util.Name;
|
||||
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -35,12 +36,18 @@ 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")
|
||||
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")
|
||||
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")
|
||||
public static final String AWAY_MESSAGE = "awayMessage";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -142,6 +149,8 @@ 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")
|
||||
public void setLocation (Place value)
|
||||
{
|
||||
Place ovalue = this.location;
|
||||
@@ -158,6 +167,8 @@ 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")
|
||||
public void setStatus (byte value)
|
||||
{
|
||||
byte ovalue = this.status;
|
||||
@@ -174,6 +185,8 @@ 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")
|
||||
public void setAwayMessage (String value)
|
||||
{
|
||||
String ovalue = this.awayMessage;
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -33,6 +35,9 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class LocationMarshaller extends InvocationMarshaller
|
||||
implements LocationService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.crowd.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.util.Name;
|
||||
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
@@ -44,12 +45,18 @@ 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")
|
||||
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")
|
||||
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")
|
||||
public static final String SPEAK_SERVICE = "speakService";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -147,6 +154,8 @@ 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")
|
||||
public void addToOccupants (int oid)
|
||||
{
|
||||
requestOidAdd(OCCUPANTS, oid);
|
||||
@@ -157,6 +166,8 @@ 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")
|
||||
public void removeFromOccupants (int oid)
|
||||
{
|
||||
requestOidRemove(OCCUPANTS, oid);
|
||||
@@ -167,6 +178,8 @@ 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")
|
||||
public void addToOccupantInfo (OccupantInfo elem)
|
||||
{
|
||||
requestEntryAdd(OCCUPANT_INFO, occupantInfo, elem);
|
||||
@@ -177,6 +190,8 @@ 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")
|
||||
public void removeFromOccupantInfo (Comparable<?> key)
|
||||
{
|
||||
requestEntryRemove(OCCUPANT_INFO, occupantInfo, key);
|
||||
@@ -187,6 +202,8 @@ 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")
|
||||
public void updateOccupantInfo (OccupantInfo elem)
|
||||
{
|
||||
requestEntryUpdate(OCCUPANT_INFO, occupantInfo, elem);
|
||||
@@ -202,6 +219,8 @@ 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")
|
||||
public void setOccupantInfo (DSet<OccupantInfo> value)
|
||||
{
|
||||
requestAttributeChange(OCCUPANT_INFO, value, this.occupantInfo);
|
||||
@@ -217,6 +236,8 @@ 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")
|
||||
public void setSpeakService (SpeakMarshaller value)
|
||||
{
|
||||
SpeakMarshaller ovalue = this.speakService;
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.crowd.peer.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.presents.dobj.DSet;
|
||||
import com.threerings.presents.peer.data.NodeObject;
|
||||
|
||||
@@ -33,9 +34,13 @@ 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")
|
||||
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")
|
||||
public static final String HOSTED_CHANNELS = "hostedChannels";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -54,6 +59,8 @@ 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")
|
||||
public void setCrowdPeerService (CrowdPeerMarshaller value)
|
||||
{
|
||||
CrowdPeerMarshaller ovalue = this.crowdPeerService;
|
||||
@@ -67,6 +74,8 @@ 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")
|
||||
public void addToHostedChannels (ChatChannel elem)
|
||||
{
|
||||
requestEntryAdd(HOSTED_CHANNELS, hostedChannels, elem);
|
||||
@@ -77,6 +86,8 @@ 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")
|
||||
public void removeFromHostedChannels (Comparable<?> key)
|
||||
{
|
||||
requestEntryRemove(HOSTED_CHANNELS, hostedChannels, key);
|
||||
@@ -87,6 +98,8 @@ 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")
|
||||
public void updateHostedChannels (ChatChannel elem)
|
||||
{
|
||||
requestEntryUpdate(HOSTED_CHANNELS, hostedChannels, elem);
|
||||
@@ -102,6 +115,8 @@ 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")
|
||||
public void setHostedChannels (DSet<ChatChannel> value)
|
||||
{
|
||||
requestAttributeChange(HOSTED_CHANNELS, value, this.hostedChannels);
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.peer.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.data.ChatMarshaller;
|
||||
import com.threerings.crowd.chat.data.UserMessage;
|
||||
@@ -37,6 +39,9 @@ import com.threerings.util.Name;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class CrowdPeerMarshaller extends InvocationMarshaller
|
||||
implements CrowdPeerService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.peer.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.data.UserMessage;
|
||||
import com.threerings.crowd.peer.data.CrowdPeerMarshaller;
|
||||
@@ -33,6 +35,9 @@ 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.")
|
||||
public class CrowdPeerDispatcher extends InvocationDispatcher<CrowdPeerMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.peer.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.chat.client.ChatService;
|
||||
import com.threerings.crowd.chat.data.UserMessage;
|
||||
import com.threerings.crowd.peer.client.CrowdPeerService;
|
||||
@@ -33,6 +35,9 @@ 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.")
|
||||
public interface CrowdPeerProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.data.BodyMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationDispatcher;
|
||||
@@ -29,6 +31,9 @@ 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.")
|
||||
public class BodyDispatcher extends InvocationDispatcher<BodyMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.BodyService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationProvider;
|
||||
@@ -28,6 +30,9 @@ 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.")
|
||||
public interface BodyProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.crowd.data.LocationMarshaller;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
@@ -30,6 +32,9 @@ 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.")
|
||||
public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.crowd.client.LocationService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.server.InvocationException;
|
||||
@@ -29,6 +31,9 @@ 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.")
|
||||
public interface LocationProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.presents.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.util.Name;
|
||||
|
||||
import com.threerings.presents.client.InvocationReceiver;
|
||||
@@ -35,9 +36,13 @@ 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")
|
||||
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")
|
||||
public static final String RECEIVERS = "receivers";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -139,6 +144,8 @@ 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")
|
||||
public void setUsername (Name value)
|
||||
{
|
||||
Name ovalue = this.username;
|
||||
@@ -152,6 +159,8 @@ 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")
|
||||
public void addToReceivers (InvocationReceiver.Registration elem)
|
||||
{
|
||||
requestEntryAdd(RECEIVERS, receivers, elem);
|
||||
@@ -162,6 +171,8 @@ 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")
|
||||
public void removeFromReceivers (Comparable<?> key)
|
||||
{
|
||||
requestEntryRemove(RECEIVERS, receivers, key);
|
||||
@@ -172,6 +183,8 @@ 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")
|
||||
public void updateReceivers (InvocationReceiver.Registration elem)
|
||||
{
|
||||
requestEntryUpdate(RECEIVERS, receivers, elem);
|
||||
@@ -187,6 +200,8 @@ 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")
|
||||
public void setReceivers (DSet<InvocationReceiver.Registration> value)
|
||||
{
|
||||
requestAttributeChange(RECEIVERS, value, this.receivers);
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.presents.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.presents.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.TimeBaseService;
|
||||
import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
@@ -32,6 +34,9 @@ import com.threerings.presents.dobj.InvocationResponseEvent;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class TimeBaseMarshaller extends InvocationMarshaller
|
||||
implements TimeBaseService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.presents.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
|
||||
/**
|
||||
@@ -41,9 +42,13 @@ 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")
|
||||
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")
|
||||
public static final String ODD_BASE = "oddBase";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -137,6 +142,8 @@ 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")
|
||||
public void setEvenBase (long value)
|
||||
{
|
||||
long ovalue = this.evenBase;
|
||||
@@ -153,6 +160,8 @@ 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")
|
||||
public void setOddBase (long value)
|
||||
{
|
||||
long ovalue = this.oddBase;
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
package com.threerings.presents.peer.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
import com.samskivert.util.ObjectUtil;
|
||||
|
||||
import com.threerings.io.SimpleStreamableObject;
|
||||
@@ -36,27 +37,43 @@ 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")
|
||||
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")
|
||||
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")
|
||||
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")
|
||||
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")
|
||||
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")
|
||||
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")
|
||||
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")
|
||||
public static final String CACHE_DATA = "cacheData";
|
||||
// AUTO-GENERATED: FIELDS END
|
||||
|
||||
@@ -163,6 +180,8 @@ 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")
|
||||
public void setNodeName (String value)
|
||||
{
|
||||
String ovalue = this.nodeName;
|
||||
@@ -179,6 +198,8 @@ 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")
|
||||
public void setBootStamp (long value)
|
||||
{
|
||||
long ovalue = this.bootStamp;
|
||||
@@ -195,6 +216,8 @@ 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")
|
||||
public void setPeerService (PeerMarshaller value)
|
||||
{
|
||||
PeerMarshaller ovalue = this.peerService;
|
||||
@@ -208,6 +231,8 @@ 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")
|
||||
public void addToClients (ClientInfo elem)
|
||||
{
|
||||
requestEntryAdd(CLIENTS, clients, elem);
|
||||
@@ -218,6 +243,8 @@ 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")
|
||||
public void removeFromClients (Comparable<?> key)
|
||||
{
|
||||
requestEntryRemove(CLIENTS, clients, key);
|
||||
@@ -228,6 +255,8 @@ 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")
|
||||
public void updateClients (ClientInfo elem)
|
||||
{
|
||||
requestEntryUpdate(CLIENTS, clients, elem);
|
||||
@@ -243,6 +272,8 @@ 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")
|
||||
public void setClients (DSet<ClientInfo> value)
|
||||
{
|
||||
requestAttributeChange(CLIENTS, value, this.clients);
|
||||
@@ -255,6 +286,8 @@ 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")
|
||||
public void addToLocks (NodeObject.Lock elem)
|
||||
{
|
||||
requestEntryAdd(LOCKS, locks, elem);
|
||||
@@ -265,6 +298,8 @@ 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")
|
||||
public void removeFromLocks (Comparable<?> key)
|
||||
{
|
||||
requestEntryRemove(LOCKS, locks, key);
|
||||
@@ -275,6 +310,8 @@ 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")
|
||||
public void updateLocks (NodeObject.Lock elem)
|
||||
{
|
||||
requestEntryUpdate(LOCKS, locks, elem);
|
||||
@@ -290,6 +327,8 @@ 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")
|
||||
public void setLocks (DSet<NodeObject.Lock> value)
|
||||
{
|
||||
requestAttributeChange(LOCKS, value, this.locks);
|
||||
@@ -305,6 +344,8 @@ 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")
|
||||
public void setAcquiringLock (NodeObject.Lock value)
|
||||
{
|
||||
NodeObject.Lock ovalue = this.acquiringLock;
|
||||
@@ -321,6 +362,8 @@ 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")
|
||||
public void setReleasingLock (NodeObject.Lock value)
|
||||
{
|
||||
NodeObject.Lock ovalue = this.releasingLock;
|
||||
@@ -337,6 +380,8 @@ 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")
|
||||
public void setCacheData (NodeObject.CacheData value)
|
||||
{
|
||||
NodeObject.CacheData ovalue = this.cacheData;
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.presents.peer.data;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.client.Client;
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
import com.threerings.presents.data.InvocationMarshaller;
|
||||
@@ -33,6 +35,9 @@ import com.threerings.presents.peer.client.PeerService;
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
* 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.")
|
||||
public class PeerMarshaller extends InvocationMarshaller
|
||||
implements PeerService
|
||||
{
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.presents.peer.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.peer.data.NodeObject;
|
||||
@@ -31,6 +33,9 @@ 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.")
|
||||
public class PeerDispatcher extends InvocationDispatcher<PeerMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.presents.peer.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.client.InvocationService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.peer.client.PeerService;
|
||||
@@ -31,6 +33,9 @@ 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.")
|
||||
public interface PeerProvider extends InvocationProvider
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
import javax.annotation.Generated;
|
||||
|
||||
import com.threerings.presents.client.TimeBaseService;
|
||||
import com.threerings.presents.data.ClientObject;
|
||||
import com.threerings.presents.data.TimeBaseMarshaller;
|
||||
@@ -28,6 +30,9 @@ 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.")
|
||||
public class TimeBaseDispatcher extends InvocationDispatcher<TimeBaseMarshaller>
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user