|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.ResultList
public class ResultList
Corresponds to UDDI v2.0 sequence of 'result' elements.
Encapsulates a Vector of Result
objects.
Constructor Summary | |
---|---|
ResultList()
Deprecated. Constructs a new, empty ResultList. |
|
ResultList(int initialSize)
Deprecated. Constructs a new, empty ResultList, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(Result result)
Deprecated. Adds a Result to the ResultList. |
Result |
get(int index)
Deprecated. Returns the Result at the specified index. |
int |
size()
Deprecated. Returns the number of Result objects in the ResultList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultList()
public ResultList(int initialSize)
initialSize
- the initial capacity of the ResultList.Method Detail |
---|
public void add(Result result)
Result
to the ResultList.
result
- the Result to be added.public Result get(int index)
Result
at the specified index.
int
- the index of the Result to be retrieved.
public int size()
Result
objects in the ResultList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |