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