|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TableService.java.")
public interface TableProvider
Defines the server-side of the TableService.
| Method Summary | |
|---|---|
void |
bootPlayer(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.util.Name arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
Handles a TableService.bootPlayer(int, com.threerings.util.Name, com.threerings.presents.client.InvocationService.InvocationListener) request. |
void |
createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
Handles a TableService.createTable(com.threerings.parlor.data.TableConfig, com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ResultListener) request. |
void |
joinTable(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
Handles a TableService.joinTable(int, int, com.threerings.presents.client.InvocationService.InvocationListener) request. |
void |
leaveTable(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
Handles a TableService.leaveTable(int, com.threerings.presents.client.InvocationService.InvocationListener) request. |
void |
startTableNow(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
Handles a TableService.startTableNow(int, com.threerings.presents.client.InvocationService.InvocationListener) request. |
| Method Detail |
|---|
void bootPlayer(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.util.Name arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
throws com.threerings.presents.server.InvocationException
TableService.bootPlayer(int, com.threerings.util.Name, com.threerings.presents.client.InvocationService.InvocationListener) request.
com.threerings.presents.server.InvocationException
void createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
throws com.threerings.presents.server.InvocationException
TableService.createTable(com.threerings.parlor.data.TableConfig, com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ResultListener) request.
com.threerings.presents.server.InvocationException
void joinTable(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
throws com.threerings.presents.server.InvocationException
TableService.joinTable(int, int, com.threerings.presents.client.InvocationService.InvocationListener) request.
com.threerings.presents.server.InvocationException
void leaveTable(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
throws com.threerings.presents.server.InvocationException
TableService.leaveTable(int, com.threerings.presents.client.InvocationService.InvocationListener) request.
com.threerings.presents.server.InvocationException
void startTableNow(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
throws com.threerings.presents.server.InvocationException
TableService.startTableNow(int, com.threerings.presents.client.InvocationService.InvocationListener) request.
com.threerings.presents.server.InvocationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||