| | |
| | | import java.util.SortedSet; |
| | | import java.util.TreeSet; |
| | | |
| | | import javax.naming.NamingException; |
| | | import javax.swing.SwingUtilities; |
| | | import javax.swing.tree.TreePath; |
| | | |
| | |
| | | } |
| | | |
| | | private void deleteSubtreeRecursively(ConnectionWithControls conn, DN dnToRemove, TreePath path, |
| | | List<BrowserNodeInfo> toNotify) throws NamingException, IOException, DirectoryException |
| | | List<BrowserNodeInfo> toNotify) throws IOException, DirectoryException |
| | | { |
| | | lastDn = dnToRemove; |
| | | |
| | |
| | | } |
| | | |
| | | private void deleteSubtreeWithControl(ConnectionWithControls conn, DN dn, TreePath path, |
| | | List<BrowserNodeInfo> toNotify) throws LdapException, NamingException |
| | | List<BrowserNodeInfo> toNotify) throws LdapException |
| | | { |
| | | lastDn = dn; |
| | | long t = System.currentTimeMillis(); |