Package jline.lang.sections
Class StatefulClassSwitcher
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.sections.Section
jline.lang.sections.ServiceSection
jline.lang.sections.ClassSwitcher
jline.lang.sections.StatefulClassSwitcher
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CacheClassSwitcher
A class switcher that depends on its local state
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jline.lang.sections.ClassSwitcher
ClassSwitcher.CSFunInput
-
Field Summary
Fields inherited from class jline.lang.sections.ClassSwitcher
csFun, jobClasses
Fields inherited from class jline.lang.sections.ServiceSection
numberOfServers, serviceProcesses
Fields inherited from class jline.lang.NetworkElement
name
-
Constructor Summary
ConstructorDescriptionStatefulClassSwitcher
(List<JobClass> jobClasses) StatefulClassSwitcher
(List<JobClass> jobClasses, String name) -
Method Summary
Methods inherited from class jline.lang.sections.ClassSwitcher
applyCsFun
Methods inherited from class jline.lang.sections.ServiceSection
containsJobClass, getServiceDistribution, getServiceProcess, removeServiceProcess, setServiceProcesses
Methods inherited from class jline.lang.sections.Section
getClassName
Methods inherited from class jline.lang.NetworkElement
getName
-
Constructor Details
-
StatefulClassSwitcher
-
StatefulClassSwitcher
-