Uses of Class
mud.server.corba.ServerImpl

Packages that use ServerImpl
mud.server   
mud.server.corba   
 

Uses of ServerImpl in mud.server
 

Methods in mud.server with parameters of type ServerImpl
static EventBroadcaster EventBroadcaster.getInstance(ServerImpl server, int maxthreads)
           
 void MonsterController.start(ServerImpl server, GameLogic gameLogic, java.util.Collection<Room> rooms)
           
 

Constructors in mud.server with parameters of type ServerImpl
MonsterThread(ServerImpl server, GameLogic gameLogic, Room room)
           
 

Uses of ServerImpl in mud.server.corba
 

Constructors in mud.server.corba with parameters of type ServerImpl
GameLogic(ServerImpl server)