|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ChatApp.ChatServer
The main program of the Chat Server. The class has one main method that initializes the ORB object and constructs a ChatRegistryServant that will manage registration and messaging. After that it will wait for remote method invokations by clients.
Constructor Summary | |
ChatServer()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The one and only entry to the Chat Server program |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ChatServer()
Method Detail |
public static void main(java.lang.String[] args)
args
- The program argumetns. Should include the option -ORBInitialPort
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |