Class SharedServer

  • All Implemented Interfaces:
    java.io.Serializable , jline.lang.Copyable

    
    public class SharedServer
    extends ServiceSection implements Serializable
                        

    A server shared by multiple jobs simultaneously

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SharedServer(List<JobClass> customerClasses) Creates a new shared server section for the specified customer classes.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class jline.lang.sections.Section

        getClassName
      • Methods inherited from class jline.lang.sections.ServiceSection

        containsJobClass, getServiceDistribution, getServiceProcess, removeServiceProcess, setServiceProcesses
      • Methods inherited from class jline.lang.Element

        getName, setName
      • Methods inherited from class jline.lang.Copyable

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SharedServer

        SharedServer(List<JobClass> customerClasses)
        Creates a new shared server section for the specified customer classes.
        Parameters:
        customerClasses - the list of customer classes this shared server will handle
    • Method Detail