|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ietf.ldap.LDAPResponseQueue
Encapsulates a low-level mechanism for processing asynchronous messages received from a server.
Method Summary | |
int[] |
getMessageIDs()
Returns the message IDs for all outstanding requests. |
LDAPMessage |
getResponse()
Returns the response. |
LDAPMessage |
getResponse(int msgid)
Returns the response for a particular message 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 message id. |
void |
merge(LDAPMessageQueue queue2)
Merges two response queues by moving the contents from another queue to this one. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int[] getMessageIDs()
getMessageIDs
in interface LDAPMessageQueue
public boolean isResponseReceived()
isResponseReceived
in interface LDAPMessageQueue
public boolean isResponseReceived(int msgid)
isResponseReceived
in interface LDAPMessageQueue
public void merge(LDAPMessageQueue queue2)
merge
in interface LDAPMessageQueue
public LDAPMessage getResponse() throws LDAPException
getResponse
in interface LDAPMessageQueue
LDAPException
public LDAPMessage getResponse(int msgid) throws LDAPException
getResponse
in interface LDAPMessageQueue
LDAPException
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |