|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--netscape.ldap.LDAPMessageQueue | +--netscape.ldap.LDAPResponseListener
Represents the message queue associated with a particular LDAP operation or operations.
Method Summary | |
int[] |
getIDs()
Returns message IDs for all outstanding requests |
LDAPResponse |
getResponse()
Blocks until a response is available, or until all operations associated with the object have completed or been canceled, and returns the response. |
boolean |
isResponseReceived()
Reports true if a response has been received from the server. |
void |
merge(LDAPSearchListener listener2)
Merge two response listeners Move/append the content from another response listener to this one. |
Methods inherited from class netscape.ldap.LDAPMessageQueue |
getMessageCount,
getRequestCount,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Method Detail |
public LDAPResponse getResponse() throws LDAPException
public void merge(LDAPSearchListener listener2)
listener2
- the listener with which to mergepublic boolean isResponseReceived()
public int[] getIDs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |