| | |
| | | ne), ne); |
| | | } |
| | | } |
| | | resetGenerationId(ctx, suffixDn, true, sourceServerDisplay); |
| | | resetGenerationId(ctx, suffixDn, sourceServerDisplay); |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | private void resetGenerationId(InitialLdapContext ctx, |
| | | String suffixDn, boolean displayProgress, String sourceServerDisplay) |
| | | String suffixDn, String sourceServerDisplay) |
| | | throws ApplicationException |
| | | { |
| | | boolean taskCreated = false; |
| | |
| | | null); |
| | | throw ae; |
| | | } |
| | | else if (displayProgress) |
| | | { |
| | | notifyListeners(getFormattedProgress( |
| | | INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get())); |
| | | } |
| | | } |
| | | } |
| | | catch (NameNotFoundException x) |
| | | { |
| | | isOver = true; |
| | | notifyListeners(getFormattedProgress( |
| | | INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get())); |
| | | } |
| | | catch (NamingException ne) |
| | | { |