Package jline.lang.sections
Class RandomSource
-
- All Implemented Interfaces:
-
java.io.Serializable,jline.lang.Copyable
public class RandomSource extends InputSection implements Serializable
Input buffer of a Source
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ServiceBinding>serviceProcessesprotected SchedStrategyTypeschedPolicypublic StringclassNameprotected Stringname
-
Constructor Summary
Constructors Constructor Description RandomSource(List<JobClass> jobClasses)
-
Method Summary
Modifier and Type Method Description voidremoveServiceProcess(JobClass jobClass)voidsetServiceProcess(ServiceBinding serviceProcess)-
Methods inherited from class jline.lang.sections.Section
getClassName -
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
-
-
Method Detail
-
removeServiceProcess
void removeServiceProcess(JobClass jobClass)
-
setServiceProcess
void setServiceProcess(ServiceBinding serviceProcess)
-
-
-
-