server
Interface RemoteGameFactory

All Known Implementing Classes:
GameFactory

public abstract interface RemoteGameFactory
extends java.rmi.Remote

Interface exported to remote clients that need to instantiate a game.

Version:
3.0 1999-04-01
Author:
Oscar.Nierstrasz@acm.org
See Also:
GameFactory

Method Summary
 RemoteGame joinGame()
          Returns RemoteGame instance for a remote client.
 

Method Detail

joinGame

public RemoteGame joinGame()
                    throws java.rmi.RemoteException
Returns RemoteGame instance for a remote client. If a game already exists, the client joins the existing game. Else a new game is made.