| | |
| | | { |
| | | ServerProperty prop = ServerProperty.ID; |
| | | String attName = prop.getAttributeName(); |
| | | StringArgument arg = new StringArgument(prop.getAttributeName(), null, |
| | | StringArgument arg = new StringArgument(attName, null, |
| | | prop.getAttributeName(), false, false, true, "", null, null, -1); |
| | | serverProperties.put(prop, arg); |
| | | } |
| | |
| | | StringBuilder b = new StringBuilder(); |
| | | |
| | | if (readonlyServerProperties.contains( |
| | | ADSContext.getPropFromName(arg.getName()))) |
| | | ADSContext.getServerPropFromName(arg.getName()))) |
| | | { |
| | | b.append("r-"); //$NON-NLS-1$ |
| | | } |
| | |
| | | |
| | | // Check that propName is a known prop. |
| | | ServerProperty serverProperty = ADSContext |
| | | .getPropFromName(propertyName); |
| | | .getServerPropFromName(propertyName); |
| | | if (serverProperty == null) |
| | | { |
| | | int msgID = MSGID_CLI_ERROR_PROPERTY_UNRECOGNIZED; |