Package jline.lang.sections
Class ServiceSection
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
jline.lang.sections.ServiceSection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassSwitcher
,PollingServer
,PreemptiveServer
,Server
,ServiceTunnel
,SharedServer
,Timing
A section offering a service
- See Also:
-
Field Summary
Fields inherited from class jline.lang.NetworkElement
name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsJobClass
(JobClass jobClass) getServiceDistribution
(JobClass jobClass) getServiceProcess
(JobClass jobClass) void
removeServiceProcess
(JobClass jobClass) void
setServiceProcesses
(ServiceBinding serviceProcess) Methods inherited from class jline.lang.sections.Section
getClassName
Methods inherited from class jline.lang.NetworkElement
getName
-
Field Details
-
numberOfServers
protected double numberOfServers -
serviceProcesses
-
-
Constructor Details
-
ServiceSection
-
-
Method Details
-
getServiceProcess
-
getServiceDistribution
-
setServiceProcesses
-
containsJobClass
-
removeServiceProcess
-