| | |
| | | LinkedList<StringBuilder> lines; |
| | | DN entryDN; |
| | | EntryID entryID=null; |
| | | Suffix suffix = null; |
| | | synchronized (this) |
| | | { |
| | | // Read the set of lines that make up the next entry. |
| | |
| | | continue; |
| | | } |
| | | entryID = rootContainer.getNextEntryID(); |
| | | } |
| | | Suffix suffix= Importer.getMatchSuffix(entryDN, map); |
| | | suffix = Importer.getMatchSuffix(entryDN, map); |
| | | if(suffix == null) |
| | | { |
| | | if (debugEnabled()) |
| | |
| | | } |
| | | entriesRead.incrementAndGet(); |
| | | suffix.addPending(entryDN); |
| | | |
| | | } |
| | | // Read the set of attributes from the entry. |
| | | HashMap<ObjectClass,String> objectClasses = |
| | | new HashMap<ObjectClass,String>(); |