|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object netcom.mds.AbstractRequest netcom.mds.ReturnRequest
Title: Return Request
Description: This represents a return of matching information following a search.
Copyright: Copyright (c) 2002
Company: NETCOM
Field Summary | |
java.lang.String |
orig_search_id
|
AbstractShare[] |
return_shares
An Array of AbstractShares is kept to represent many matched shares This is kept as an array and not an object to minimize the size of a ReturnRequest |
java.lang.String |
yaup_message_id
This is the original searches yaup_message_id |
Fields inherited from class netcom.mds.AbstractRequest |
socket_originator |
Constructor Summary | |
ReturnRequest(SearchRequest search_request,
AbstractShare[] return_shares)
Constructor for a ReturnRequest which takes all the necessary internal information to form a working ReturnRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final AbstractShare[] return_shares
public final java.lang.String yaup_message_id
public final java.lang.String orig_search_id
Constructor Detail |
public ReturnRequest(SearchRequest search_request, AbstractShare[] return_shares)
search_request
- the originating search request, which has the routing information
to get this return back correctlyreturn_shares
- the array of matched abstract shares
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |