| | |
| | | { |
| | | NamingEnumeration<SearchResult> res = |
| | | ctx.search(dn, filter, searchControls); |
| | | SearchResult sr = res.next(); |
| | | SearchResult sr = null; |
| | | try |
| | | { |
| | | sr = res.next(); |
| | | } |
| | | finally |
| | | { |
| | | res.close(); |
| | | } |
| | | String logMsg = getFirstValue(sr, "ds-task-log-message"); |
| | | if (logMsg != null) |
| | | { |
| | |
| | | { |
| | | NamingEnumeration<SearchResult> res = |
| | | ctx.search(dn, filter, searchControls); |
| | | SearchResult sr = res.next(); |
| | | SearchResult sr = null; |
| | | try |
| | | { |
| | | sr = res.next(); |
| | | } |
| | | finally |
| | | { |
| | | res.close(); |
| | | } |
| | | |
| | | // Get the number of entries that have been handled and |
| | | // a percentage... |