| | |
| | | // The set of supported features for this backend. |
| | | private HashSet<String> supportedFeatures; |
| | | |
| | | // The time that the schema was last modified. |
| | | private long modifyTime; |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | valueSet)); |
| | | operationalAttrs.put(createTimestampType, attrList); |
| | | |
| | | if (DirectoryServer.getSchema().getYoungestModificationTime() != modifyTime) |
| | | { |
| | | synchronized (this) |
| | | { |
| | | modifyTime = DirectoryServer.getSchema().getYoungestModificationTime(); |
| | | modifyTimestamp = |
| | | GeneralizedTimeSyntax.createGeneralizedTimeValue(modifyTime); |
| | | } |
| | | } |
| | | |
| | | valueSet = new LinkedHashSet<AttributeValue>(1); |
| | | valueSet.add(modifiersName); |
| | | attrList = new ArrayList<Attribute>(1); |