getElements()

このビジネス・オブジェクト配列の内容を検索します。

構文

BusObj[] getElements()
 

例外

CollaborationException -- getElements() メソッドは、この例外に対して次の例外タイプを設定できます。

次の例は、items 配列のエレメントを出力します。

BusObj[] elements = items.getElements();
 for (int i=0, i<elements.length; i++) 
    {
    trace(1, elements[i].toString());
    }
 

Copyright IBM Corp. 2004