| | |
| | | import org.opends.server.admin.IllegalPropertyValueException; |
| | | import org.opends.server.admin.ManagedObjectDefinition; |
| | | import org.opends.server.admin.PropertyIsReadOnlyException; |
| | | import org.opends.server.admin.TestChildCfg; |
| | | import org.opends.server.types.AttributeType; |
| | | import org.opends.server.types.DN; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * Get the "aggregation-property" property. |
| | | * <p> |
| | | * An aggregation property which references connection handlers. |
| | | * |
| | | * @return Returns the values of the "aggregation-property" property. |
| | | */ |
| | | SortedSet<String> getAggregationProperty(); |
| | | |
| | | |
| | | |
| | | /** |
| | | * Set the "aggregation-property" property. |
| | | * <p> |
| | | * An aggregation property which references connection handlers. |
| | | * |
| | | * @param values The values of the "aggregation-property" property. |
| | | * @throws IllegalPropertyValueException |
| | | * If one or more of the new values are invalid. |
| | | */ |
| | | void setAggregationProperty(Collection<String> values) throws IllegalPropertyValueException; |
| | | |
| | | |
| | | |
| | | /** |
| | | * Get the "mandatory-boolean-property" property. |
| | | * <p> |
| | | * A mandatory boolean property. |