Package jline.lang.sections
Class SharedServer
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
jline.lang.sections.ServiceSection
jline.lang.sections.SharedServer
- All Implemented Interfaces:
Serializable,Copyable
A server shared by multiple jobs simultaneously
- See Also:
-
Field Summary
Fields inherited from class jline.lang.sections.ServiceSection
numberOfServers, serviceProcesses -
Constructor Summary
ConstructorsConstructorDescriptionSharedServer(List<JobClass> customerClasses) Creates a new shared server section for the specified customer classes. -
Method Summary
Methods inherited from class jline.lang.sections.ServiceSection
containsJobClass, getServiceDistribution, getServiceProcess, removeServiceProcess, setServiceProcessesMethods inherited from class jline.lang.sections.Section
getClassName
-
Constructor Details
-
SharedServer
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
-