Class SchedTaskWizardBuilder.ConcurrentSettingsValueModel
java.lang.Object
org.apache.syncope.client.console.tasks.SchedTaskWizardBuilder.ConcurrentSettingsValueModel
- All Implemented Interfaces:
Serializable
,IDetachable
,IModel<Integer>
,IClusterable
- Enclosing class:
SchedTaskWizardBuilder<T extends SchedTaskTO>
protected static class SchedTaskWizardBuilder.ConcurrentSettingsValueModel
extends Object
implements IModel<Integer>
- See Also:
-
Constructor Summary
ConstructorDescriptionConcurrentSettingsValueModel
(PropertyModel<ThreadPoolSettings> concurrentSettingsModel, String property) -
Method Summary
-
Constructor Details
-
ConcurrentSettingsValueModel
public ConcurrentSettingsValueModel(PropertyModel<ThreadPoolSettings> concurrentSettingsModel, String property)
-
-
Method Details