@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,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
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user