Interface Casino::Tables

IDL source    Global index
interface Tables

The set of gaming tables

Author:
team5
Version:
0.1


Operation index.

  • joinTable
    Player asks to join any table.
    • Category: Baseline
    • Behavior: Enables a player to join a table.
    • Clients: Players
  • leaveTable
    Player elects to leave a game.
    • Category: Baseline
    • Behavior: Enables a player to leave a table.
    • Clients: Players
  • Operations.

  • joinTable

      void joinTable(in long playerID,
          in Player player)
        raises(InvalidPlayerID);
    Player asks to join any table.
    • Category: Baseline
    • Behavior: Enables a player to join a table.
    • Clients: Players
    Returns:
    void
    Parameters:
    playerID The player ID .
    Raises:
    InvalidPlayerID The player ID is invalid.

  • leaveTable

      void leaveTable(in long playerID)
        raises(InvalidPlayerID);
    Player elects to leave a game.
    • Category: Baseline
    • Behavior: Enables a player to leave a table.
    • Clients: Players
    Returns:
    void
    Parameters:
    playerID The players ID.
    Raises:
    InvalidSessionID The passed sessionID is invalid.


    Generated by Sandia idldoc 1.0.