org.cb.jset.client
Class Client

java.lang.Object
  extended byorg.cb.jset.client.Client

public class Client
extends java.lang.Object

FIXME rename. More like a RemoteGameHelper class

Version:
$Id: Client.java 129 2004-04-15 05:00:43Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Constructor Summary
Client()
           
 
Method Summary
static RemoteSetGame getGame(java.lang.String host, java.lang.String gameName)
           
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

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)

getGame

public static RemoteSetGame getGame(java.lang.String host,
                                    java.lang.String gameName)
                             throws java.rmi.NotBoundException,
                                    java.net.MalformedURLException,
                                    java.rmi.RemoteException
Throws:
java.rmi.NotBoundException
java.net.MalformedURLException
java.rmi.RemoteException


Copyright © 2004 CoffeeBreaks. All Rights Reserved.