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