|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The common interface for LDAPResponseQueue and LDAPSearchQueue.
Method Summary | |
int[] |
getMessageIDs()
Returns the message IDs for all outstanding requests. |
LDAPMessage |
getResponse()
Returns the response from an LDAP request. |
LDAPMessage |
getResponse(int msgid)
Returns the response from an LDAP request for a particular msg id. |
boolean |
isResponseReceived()
Reports whether a response has been received from the server. |
boolean |
isResponseReceived(int msgid)
Reports whether a response has been received from the server for a particular msg id. |
void |
merge(LDAPMessageQueue queue2)
Merges two response queues by moving the current and |
Method Detail |
public int[] getMessageIDs()
public LDAPMessage getResponse() throws LDAPException
LDAPException
public LDAPMessage getResponse(int msgid) throws LDAPException
LDAPException
public boolean isResponseReceived()
public boolean isResponseReceived(int msgid)
public void merge(LDAPMessageQueue queue2)
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |