Class SharedServer

All Implemented Interfaces:
Serializable, Copyable

public class SharedServer extends ServiceSection implements Serializable
A server shared by multiple jobs simultaneously
See Also:
  • Constructor Details

    • SharedServer

      public SharedServer(List<JobClass> customerClasses)
      Creates a new shared server section for the specified customer classes. A shared server allows multiple jobs to be processed simultaneously by a single server resource.
      Parameters:
      customerClasses - the list of customer classes this shared server will handle