BusObj[] getElements()
CollaborationException--The getElements() method can set the following exception type for this exception:
The following example prints the elements of the items array.
BusObj[] elements = items.getElements(); for (i=0, i<size; i++) { trace(1, elements[i].toString()); }