{
public CustomSearchResult processBackgroundTask() throws Throwable
{
InitialLdapContext ctx =
controller.findConnectionForDisplayedEntry(node);
LDAPEntryReader reader = new LDAPEntryReader(node.getDN(), ctx);
sleepIfRequired(700, t1);
return reader.processBackgroundTask();
}
public void backgroundTaskCompleted(CustomSearchResult sr,
Throwable throwable)
{