What are the rules for the vector that is returned by the match servlets'
method?

public Vector match(Mail mail, String condition)
Vector matchingRecipients = new Vector();
....
 return matchingRecipients;

Where are these vectors returned to?

Thank you Alberto Ochoa



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to