Searched refs:saturationIndex (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java50 private int saturationIndex = 0; field in class:ObservableWorkflowElementStatus
76 return saturationIndex;
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java49 private int saturationIndex = 0; field in class:ObservableWorkflowElementStatus
75 return saturationIndex;
91 if (newValue != saturationIndex)
93 this.saturationIndex = newValue;
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java50 private int saturationIndex = 0; field in class:ObservableWorkflowElementStatus
76 return saturationIndex;
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java50 private int saturationIndex = 0; field in class:ObservableWorkflowElementStatus
76 return saturationIndex;
92 if (newValue != saturationIndex)
94 this.saturationIndex = newValue;
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DObservableWorkflowElementStatus.java49 private int saturationIndex = 0; field in class:ObservableWorkflowElementStatus
75 return saturationIndex;
91 if (newValue != saturationIndex)
93 this.saturationIndex = newValue;

Completed in 2929 milliseconds