Ver. 20060815

Uses of Class
Server.ModuleContainer

Uses of ModuleContainer in Server
 

Fields in Server declared as ModuleContainer
private  ModuleContainer ClientContainer.moduleCtnr
           
 

Fields in Server with type parameters of type ModuleContainer
(package private)  java.util.HashMap<java.lang.Integer,ModuleContainer> Server.moduleList
           
 

Methods in Server that return ModuleContainer
 ModuleContainer ClientContainer.connectedModule()
          Returns a reference to the module that this client is associated with; null if this client isn't connected to a module.
 

Methods in Server with parameters of type ModuleContainer
 void ClientContainer.connectToModule(ModuleContainer mc)
          Associates a module with this client for routing messages.
 


Ver. 20060815