Class TLcdLicenseServer

java.lang.Object
com.luciad.util.TLcdLicenseServer

public final class TLcdLicenseServer extends Object
This class implements a central license server for the LuciadLightspeed license system. All license files remain at the clients. The license server only centralizes network traffic for counting floating licenses. Queries and replies that are ordinarily sent between clients (queries in multi-cast mode; replies straight to the querying instance) are now sent through the server (queries to all registered clients; replies to the querying client).
  • Constructor Details

    • TLcdLicenseServer

      public TLcdLicenseServer()
  • Method Details

    • main

      public static void main(String[] args)
      The server's main method.