case DISABLED:
return org.drools.conf.MBeansOption.DISABLED;
}
}
if (option instanceof MaxThreadsOption) {
MaxThreadsOption kieOption = (MaxThreadsOption)option;
return org.drools.conf.MaxThreadsOption.get(kieOption.getMaxThreads());
}
if (option instanceof PermGenThresholdOption) {
PermGenThresholdOption kieOption = (PermGenThresholdOption)option;
return org.drools.conf.PermGenThresholdOption.get(kieOption.getThreshold());
}
if (option instanceof RemoveIdentitiesOption) {
RemoveIdentitiesOption kieOption = (RemoveIdentitiesOption)option;
switch (kieOption) {
case YES: