Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.ldap
Class LdapPendingSearch

java.lang.Object
  extended by net.java.sip.communicator.impl.ldap.LdapPendingSearch

public class LdapPendingSearch
extends Object

Stores a pending search

Author:
Sebastien Mazy

Constructor Summary
LdapPendingSearch(Collection<LdapDirectory> pendingServers, LdapListener caller)
          Simple constructor
 
Method Summary
 LdapListener getCaller()
          Returns the initiator of the search
 List<LdapDirectory> getPendingServers()
          Returns the LdapDirectory-s not finished searching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapPendingSearch

public LdapPendingSearch(Collection<LdapDirectory> pendingServers,
                         LdapListener caller)
Simple constructor

Parameters:
pendingServers - pending LDAP servers
caller - callback
Method Detail

getPendingServers

public List<LdapDirectory> getPendingServers()
Returns the LdapDirectory-s not finished searching

Returns:
the LdapDirectory-s not finished searching

getCaller

public LdapListener getCaller()
Returns the initiator of the search

Returns:
the initiator of the search

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.