|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.collections.BusinessKeys
Collection of BusinessKeys.
| Field Summary | |
protected java.util.Vector |
businessKeys
Vector containing the binding keys (BusinessKey objects). |
| Constructor Summary | |
BusinessKeys()
BusinessKeys constructor. |
|
| Method Summary | |
boolean |
add(BusinessKey businessKey)
Adds a BusinessKey to this BusinessKey collection. |
UUID[] |
getUUIDs()
Gets the array of UUID identifiers corresponding to this BusinessKey collection. |
BusinessKeyIterator |
iterator()
Gets a BusinessKey iterator. |
boolean |
remove(BusinessKey businessKey)
Removes a BusinessKey from this BusinessKey collection. |
int |
size()
Gets the number of BusinessInfos of this collection. |
BusinessKey[] |
toArray()
Turns this BusinessKeys collection to a BusinessKey array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector businessKeys
| Constructor Detail |
public BusinessKeys()
| Method Detail |
public boolean add(BusinessKey businessKey)
businessKey - The BusinessKey to add to this BusinessKey collection.public boolean remove(BusinessKey businessKey)
businessKey - The BusinessKey to remove from this BusinessKey
collection.public BusinessKey[] toArray()
public UUID[] getUUIDs()
public BusinessKeyIterator iterator()
public int size()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||