|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPMessageQueue
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 |
---|
int[] getMessageIDs()
LDAPMessage getResponse() throws LDAPException
LDAPException
LDAPMessage getResponse(int msgid) throws LDAPException
LDAPException
boolean isResponseReceived()
boolean isResponseReceived(int msgid)
void merge(LDAPMessageQueue queue2)
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |