org.gscg.gameleader.interactionlayer
Class CreateGameContext

java.lang.Object
  extended byorg.gscg.gameleader.interactionlayer.CreateGameContext

public class CreateGameContext
extends java.lang.Object

Creates a game context server-side.

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:10 $
Author:
Stijn-Pieter van Houten

Constructor Summary
CreateGameContext()
          constructs a new CreateGameContext
 
Method Summary
 GameLeaderInteractionLayer initialize()
          Initializes a context and binds a game leader interaction layer to it.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGameContext

public CreateGameContext()
constructs a new CreateGameContext

Method Detail

initialize

public GameLeaderInteractionLayer initialize()
Initializes a context and binds a game leader interaction layer to it.

Returns:
returns a reference to the game leader interaction layer, or null if anything went wrong

main

public static void main(java.lang.String[] args)
Parameters:
args - command-line arguments


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.