Package jline.lang.sections
Class Server
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
jline.lang.sections.ServiceSection
jline.lang.sections.Server
- All Implemented Interfaces:
Serializable,Copyable
- Direct Known Subclasses:
InfiniteServer
A service section that processes jobs
- See Also:
-
Field Summary
Fields inherited from class jline.lang.sections.ServiceSection
numberOfServers, serviceProcesses -
Constructor Summary
Constructors -
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
-
Server
Creates a new server section for the specified job classes. Initializes with a single server.- Parameters:
jobClasses- the list of job classes this server will handle
-