Class ServerGlobal



    Purpose

    ServerGlobal is a subclass of GlobalData. It keeps all the data needed for the server.

    Structure

    ServerGlobal has two SharedQueues one for storing action requests from clients and the other for storing map requests from clients. It also has one hash table to store all the ClientManagers.

    See also

    GlobalData




    [Go to Class Index Table] [Go back to Program Architecture Diagram]
    [Source Code of GlobalData.java]