Searched defs:getAttrList (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java105 Vector getAttrList(); method in interface:ServiceStore.ServiceRecord
H A DServiceStoreInMemory.java1148 public final Vector getAttrList() { method in class:ServiceStoreInMemory.ServiceRecordInMemory
1458 rec.getAttrList(),
2574 Vector attrList = rec.getAttrList();
2654 Vector attrList = rec.getAttrList();
2911 Vector attrList = rec.getAttrList();
3101 Vector newAttrs = newRec.getAttrList();
3102 Vector oldAttrs = oldRec.getAttrList();
3169 Vector attrList = rec.getAttrList();
3257 Vector attributes = rec.getAttrList();

Completed in 25 milliseconds