HooChat
Class ChatServer

java.lang.Object
  |
  +--HooChat.ChatServer

public class ChatServer
extends Object

This is the where the chat server main is located. You invoke this so that clients can communicate. All the CORBA inits occur in this class.


Constructor Summary
ChatServer()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatServer

public ChatServer()
Method Detail

main

public static void main(String[] args)