From: Jeff M. <je...@mk...> - 2002-12-30 10:14:02
|
> > I am also not yet sure about ReturnObjectList. I assume it is intended to hold > values returned by a single method. This way it only holds values of the same > type, e.g. a sequence of characters to simulate a file stream. > Yup, the ReturnObjectList is a list of objects which is used to setup the values returned by a method call. It's a verifiable object so you can check that all the objects in the list have been pulled out (size()==0) and will through an error if you try and remove objects when the list is empty. -- jeff martin information technologist mkodo limited mobile: 44 (0) 78 5547 8331 phone: 44 (0) 20 2226 4545 email: je...@mk... www.mkodo.com |