Uses of Interface
gecco.server.core.Server

Packages that use Server
gecco.communication.server   
gecco.server.core   
 

Uses of Server in gecco.communication.server
 

Constructors in gecco.communication.server with parameters of type Server
DataOutputExchangeHandler(MessageQueue q, ClientConnection cc, Server se, ClientConnectionHandler cch)
          Constructor for the DataOutputExchangeHandler object
ClientConnectionHandler(ClientConnection connection, Server server, RoleConnection roleconnection)
          Constructor for the ClientConnectionHandler object
DataInputExchangeHandler(ClientConnection cc, Server se, ClientConnectionHandler cch, DataOutputExchangeHandler outputDEH)
          Constructor for the DataInputExchangeHandler object
ClientAmbassador(Vector rd, Server server, int port)
          Initiates the ServerAmbassador, and also starts a Thread that listens for incoming clients
RoleConnection(String role, Server server)
          Constructor for the RoleConnection object
 

Uses of Server in gecco.server.core
 

Classes in gecco.server.core that implement Server
 class ServerImpl
          Description of the Class
 

Methods in gecco.server.core that return Server
static Server ReferenceHolder.getComServer()
          Gets the ComServer attribute of the ReferenceHolder class
 

Methods in gecco.server.core with parameters of type Server
static void ReferenceHolder.setComServer(Server _comServer)
          Sets the ComServer attribute of the ReferenceHolder class