mud.server.corba
Class CorbaServer

java.lang.Object
  extended by mud.server.corba.CorbaServer
All Implemented Interfaces:
java.lang.Runnable

public class CorbaServer
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
CorbaServer(java.lang.String servername, java.lang.String port, java.lang.String[] args)
          Create a new CorbaServer instance
 
Method Summary
 void run()
           
 void start()
          Initialize and register all classes with the orb
 void stop()
          Stop the orb and all related services
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaServer

public CorbaServer(java.lang.String servername,
                   java.lang.String port,
                   java.lang.String[] args)
Create a new CorbaServer instance

Parameters:
servername - Hostname of the server to listen on, if null default value will be used
port - Port to listen on, if null default value will be used
args - Commandline arguments to pass to the orb, can be null
Method Detail

start

public void start()
Initialize and register all classes with the orb


stop

public void stop()
Stop the orb and all related services


run

public void run()
Specified by:
run in interface java.lang.Runnable