Package jline.lang
Class DisabledClass
java.lang.Object
jline.lang.Element
jline.lang.NetworkElement
jline.lang.JobClass
jline.lang.DisabledClass
- All Implemented Interfaces:
Serializable,Copyable
Class of jobs that perpetually loop at a given station
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDisabledClass(Network model, String name, Station refstat) Creates a new disabled job class that perpetually loops at the reference station. -
Method Summary
Methods inherited from class jline.lang.JobClass
expectsReply, getAttribute, getBalkingStrategy, getBalkingThresholds, getCompletes, getDeadline, getImpatienceType, getIndex, getJobClassType, getMaxRetrialAttempts, getNumberOfJobs, getPatience, getPriority, getReferenceStation, getReplySignalClassIndex, getRetrialDelayDistribution, hasBalking, hasImmediateFeedback, hasPatience, hasRetrial, isReferenceClass, isReferenceStation, printSummary, setAttribute, setBalking, setBalking, setCompletes, setDeadline, setImmediateFeedback, setPatience, setPatience, setPriority, setReferenceClass, setReferenceStation, setReplySignalClassIndex, setRetrial, setRetrial
-
Constructor Details
-
DisabledClass
Creates a new disabled job class that perpetually loops at the reference station. Configures all nodes in the network to use disabled routing for this class.- Parameters:
model- the network model to add this class toname- the name for this disabled classrefstat- the reference station where jobs of this class loop- Throws:
Exception- if there's an error setting up the disabled class
-