|
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.ServiceKeys
Collection of ServiceKeys.
| Field Summary | |
protected java.util.Vector |
serviceKeys
Vector containing the service keys (ServiceKey objects). |
| Constructor Summary | |
ServiceKeys()
ServiceKeys constructor. |
|
| Method Summary | |
boolean |
add(ServiceKey serviceKey)
Adds a ServiceKey to this ServiceKey set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
UUID[] |
getUUIDs()
Gets the array of UUID identifiers corresponding to this ServiceKey collection. |
ServiceKeyIterator |
iterator()
Gets a ServiceKey iterator. |
boolean |
remove(ServiceKey serviceKey)
Removes a ServiceKey from this ServiceKey set. |
int |
size()
Gets the number of ServiceKeys of this collection. |
ServiceKey[] |
toArray()
Turns this ServiceKeys collection to a ServiceKey array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector serviceKeys
| Constructor Detail |
public ServiceKeys()
| Method Detail |
public boolean add(ServiceKey serviceKey)
serviceKey - The ServiceKey to add to this ServiceKey set.public boolean remove(ServiceKey serviceKey)
serviceKey - The ServiceKey to remove from this ServiceKey set.public ServiceKey[] toArray()
public UUID[] getUUIDs()
public ServiceKeyIterator 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.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||