/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStore.java | 105 Vector getAttrList(); in getAttrList() 121 Vector getScopes(); in getScopes() 176 long ageOut(Vector deleted); in ageOut() 195 boolean register(ServiceURL url, Vector attrs, in register() 196 Vector scopes, Locale locale, in register() 217 void deregister(ServiceURL url, Vector scopes, Hashtable urlSig) in deregister() 234 void updateRegistration(ServiceURL url, Vector attrs, in updateRegistration() 235 Vector scopes, Locale locale) in updateRegistration() 259 Vector scopes, in deleteAttributes() 260 Vector attrTags, in deleteAttributes() [all …]
|
H A D | UARequester.java | 103 findServiceTypes(String NA, Vector scopes) in findServiceTypes() 111 Vector msgs = createMessages(SrvLocHeader.SrvTypeRqst, in findServiceTypes() 119 Vector ret = new Vector(); in findServiceTypes() 130 Vector serviceTypes = msg.serviceTypes; in findServiceTypes() 158 findServices(ServiceType type, Vector scopes, String query) in findServices() 167 Vector msgs = createMessages(SrvLocHeader.SrvReq, in findServices() 175 Vector ret = new Vector(); in findServices() 188 Vector serviceURLs = null; in findServices() 194 serviceURLs = new Vector(); in findServices() 198 serviceURLs = new Vector(); in findServices() [all …]
|
H A D | SunServerDATable.java | 73 private Vector saOnlyScopes = null; // Scopes for SA only. 114 Vector scopes, in recordNewDA() 117 Vector attrs, in recordNewDA() 127 Vector v = (Vector)scopes.clone(); in recordNewDA() 135 Vector vals = new Vector(); in recordNewDA() 141 vals = new Vector(); in recordNewDA() 146 vals = new Vector(); in recordNewDA() 166 Vector tags = new Vector(); in recordNewDA() 175 Vector formerAttrs = in recordNewDA() 176 (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES); in recordNewDA() [all …]
|
H A D | SunDATable.java | 77 private Vector saOnlyScopes = new Vector(); 81 private Vector cache = null; 126 synchronized Hashtable findDAScopes(Vector scopes) in findDAScopes() 131 Vector equivClasses = null; in findDAScopes() 136 Vector useScopes = conf.getConfiguredScopes(); in findDAScopes() 142 equivClasses = (Vector)cache.clone(); in findDAScopes() 148 Vector multicastScopes = (Vector)scopes.clone(); in findDAScopes() 152 Vector daScopes = (Vector)rec.scopes.clone(); in findDAScopes() 207 boolean removeDA(InetAddress address, Vector scopes) { in removeDA() 216 Vector daAddresses = rec.daAddresses; in removeDA() [all …]
|
H A D | DATable.java | 81 Vector scopes = null; // String scope names 83 Vector daAddresses = new Vector(); // InetAddress DA addresses 109 abstract Hashtable findDAScopes(Vector scopes) in findDAScopes() 120 abstract boolean removeDA(InetAddress address, Vector scopes); in removeDA() 131 synchronized Vector findScopes() throws ServiceLocationException { in findScopes() 138 Vector scopes = new Vector(); in findScopes() 140 Vector daEquivClasses = (Vector)daRec.get(UNICAST_KEY); in findScopes() 150 Vector v = rec.scopes; in findScopes() 256 filterScopes(Vector scopes, Vector filter, boolean inVector) { in filterScopes() 281 static boolean addToEquivClass(String daaddr, Vector scopes, Vector ret) { in addToEquivClass() [all …]
|
H A D | ServiceStoreInMemory.java | 76 private Vector scopes = null; 78 ParserBVCollector(Vector scopes) { in ParserBVCollector() 92 Vector s = (Vector)rec.getScopes().clone(); in setReturn() 131 private Vector attrTags = null; // tags to match against records 133 private Vector ret = null; // for returns. 135 AttributeBVCollector(Vector attrTags, Vector ret) { in AttributeBVCollector() 172 private Vector records = null; // for returns. 173 private Vector scopes = null; // the scopes we're looking for 175 ScopeBVCollector(Vector records, Vector scopes) { in ScopeBVCollector() 196 Vector rscopes = rec.getScopes(); in setReturn() [all …]
|
H A D | ServiceTable.java | 288 Vector scopes = rec.getScopes(); in registerStore() 289 Vector attrs = rec.getAttrList(); in registerStore() 462 Vector deleted = new Vector(); in ageStore() 483 reportNonfatalException(ex, new Vector(), store); in ageStore() 487 reportNonfatalException(ex, new Vector(), store); in ageStore() 509 Vector scopes = hdr.scopes; in register() 512 Vector attrList = req.attrList; in register() 606 Vector attrs = new Vector(); in register() 711 Vector args = new Vector(); in register() 736 Vector scopes = hdr.scopes; in deregister() [all …]
|
H A D | CAttrMsg.java | 50 Vector attrList = new Vector(); 98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) in CAttrMsg() 110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) in CAttrMsg() 122 Vector scopes, in constructPayload() 123 Vector tags) in constructPayload() 127 hdr.scopes = (Vector)scopes.clone(); in constructPayload() 131 hdr.previousResponders = new Vector(); in constructPayload()
|
H A D | SLPConfig.java | 191 saConfiguredScopes = (Vector)configuredScopes.clone(); in SLPConfig() 471 Vector getDAAttributes() { in getDAAttributes() 477 Vector getSAAttributes() { in getSAAttributes() 483 private Vector getAttributes(String prop, in getAttributes() 484 Vector defaults, in getAttributes() 490 return (Vector)defaults.clone(); in getAttributes() 495 Vector sAttrs = in getAttributes() 498 Vector attrs = new Vector(); in getAttributes() 513 Vector values = attr.getValues(); in getAttributes() 553 return (Vector)defaults.clone(); in getAttributes() [all …]
|
H A D | Locator.java | 77 Vector scopes) in findServiceTypes() 97 Vector scopes, in findServices() 126 Vector scopes, in findAttributes() 127 Vector attributeIds) in findAttributes() 155 Vector scopes, in findAttributes() 156 Vector attributeIds) in findAttributes()
|
H A D | ServiceLocationManager.java | 162 public static synchronized Vector findScopes() in findScopes() 165 Vector accessableScopes = null; in findScopes() 210 Vector tags = new Vector(); in getRefreshInterval() 216 Vector saOnlyScopes = config.getSAOnlyScopes(); in getRefreshInterval() 248 Vector attrs = rply.attrList; in getRefreshInterval() 253 Vector values = (attr != null ? attr.getValues():new Vector()); in getRefreshInterval() 324 private static Vector performSADiscovery() in performSADiscovery() 329 Vector hint = config.getTypeHint(); in performSADiscovery() 355 new Vector(), // seeking scopes... in performSADiscovery() 360 Vector scopes = in performSADiscovery()
|
H A D | SARequester.java | 120 Vector serviceLocationAttributes) in register() 159 Vector serviceLocationAttributes) in addAttributes() 180 Vector attributeIds) in deleteAttributes() 211 Vector vAttrs, in registerInternal() 224 Vector vScopes = config.getSAConfiguredScopes(); in registerInternal() 257 new Vector(), in registerInternal() 279 Vector vAttrs) in deregisterInternal() 287 Vector vScopes = config.getSAConfiguredScopes(); in deregisterInternal()
|
H A D | CSrvReg.java | 57 Vector scopes, in CSrvReg() 58 Vector attrs, in CSrvReg() 74 Vector attrList = new Vector(); in CSrvReg() 112 Vector scopes, in initialize() 113 Vector attrs, in initialize() 121 hdr.scopes = (Vector)scopes.clone(); in initialize()
|
H A D | CSrvDereg.java | 55 Vector scopes, in CSrvDereg() 56 Vector tags, in CSrvDereg() 78 Vector scopes, in initialize() 79 Vector tags, in initialize() 87 hdr.scopes = (Vector)scopes.clone(); in initialize() 95 tags = new Vector(); in initialize()
|
H A D | Defaults.java | 104 static final Vector defaultDAAttributes = new Vector(); 108 static final Vector defaultSAAttributes = new Vector(); 145 static Vector restrictedTypes; 190 restrictedTypes = new Vector();
|
H A D | AttributeDescriptor.java | 61 private Vector allowedValues = new Vector(); 62 private Vector defaultValues = new Vector(); 238 void setAllowedValues(Vector nnv) { in setAllowedValues() 249 void setDefaultValues(Vector nnv) { in setDefaultValues() 339 private String formatByteArrays(Vector arrays) { in formatByteArrays()
|
H A D | ServerDATable.java | 115 Vector useScopes = new Vector(); in getServerDATable() 144 Vector scopes, in recordNewDA() 147 Vector attrs, in recordNewDA() 218 Vector daRecs = (Vector)daScopeRec.get(UNICAST_KEY); in forwardSAMessage() 233 Vector daAddresses = rec.daAddresses; in forwardSAMessage() 366 Vector scopes, in forwardRegistrations() 417 Vector deleted = new Vector(); in forwardRegistrations() 449 Vector sscopes = (Vector)hdr.scopes.clone(); in forwardRegistrations() 461 hdr.scopes = (Vector)hdr.scopes.clone(); in forwardRegistrations() 462 sreg.attrList = (Vector)rec.getAttrList().clone(); in forwardRegistrations()
|
H A D | CSrvMsg.java | 48 Vector serviceURLs = new Vector(); // vector of ServiceURL objects 115 Vector scopes, in CSrvMsg() 128 Vector scopes, in initialize() 134 hdr.scopes = (Vector)scopes.clone(); in initialize() 138 hdr.previousResponders = new Vector(); in initialize()
|
H A D | SLPHeaderV2.java | 375 Vector resp = previousResponders; in externalize() 378 resp = (mcast ? resp:new Vector()); in externalize() 649 parsePreviousRespondersOut(Vector resp, in parsePreviousRespondersOut() 878 parseAuthenticatedAttributeVectorIn(Vector attrs, in parseAuthenticatedAttributeVectorIn() 904 parseAttributeVectorIn(Vector attrs, in parseAttributeVectorIn() 915 Vector attrForms = parseCommaSeparatedListIn(buf.toString(), false); in parseAttributeVectorIn() 934 parseAttributeVectorOut(Vector v, in parseAttributeVectorOut() 948 Vector strings = new Vector(); in parseAttributeVectorOut() 1075 void escapeTags(Vector t) in escapeTags() 1105 void unescapeTags(Vector t) in unescapeTags() [all …]
|
H A D | SrvLocHeader.java | 118 Vector previousResponders = null; // list of previous responders 119 Vector scopes = null; // list of scopes 246 Vector scopes, in getDAAdvert() 247 Vector attrs) in getDAAdvert() 499 parseCommaSeparatedListOut(Vector v, in parseCommaSeparatedListOut() 513 vectorToCommaSeparatedList(Vector v) { in vectorToCommaSeparatedList() 545 static Vector parseCommaSeparatedListIn(String s, boolean ignoreParens) in parseCommaSeparatedListIn() 549 return new Vector(); in parseCommaSeparatedListIn() 551 return new Vector(); in parseCommaSeparatedListIn() 556 Vector v = new Vector(); in parseCommaSeparatedListIn()
|
H A D | CSrvTypeMsg.java | 51 Vector serviceTypes = new Vector(); // vector of Strings 108 CSrvTypeMsg(Locale locale, String na, Vector scopes) in CSrvTypeMsg() 114 hdr.scopes = (Vector)scopes.clone(); in CSrvTypeMsg() 139 hdr.previousResponders = new Vector(); in CSrvTypeMsg()
|
H A D | slpd.java | 406 Vector interfaces = config.getInterfaces(); in start() 433 Vector discoveredScopes = daTable.findScopes(); in start() 434 Vector serverScopes = config.getSAConfiguredScopes(); in start() 435 Vector daAttributes = config.getDAAttributes(); in start() 436 Vector saAttributes = config.getSAAttributes(); in start() 488 Vector daRecs = (Vector)das.get(DATable.UNICAST_KEY); in daemonIsDA() 489 Vector interfaces = config.getInterfaces(); in daemonIsDA() 505 Vector daAddresses = rec.daAddresses; in daemonIsDA() 540 new Vector()); // no attributes needed to go down... in stopDA() 574 new Vector()); in stopSA()
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpRepository.java | 88 Vector v = null; in populateHelpKeywordDB() 95 v = (Vector) helpKeywordDB.get(keyword); in populateHelpKeywordDB() 97 helpKeywordDB.put(keyword, v = new Vector()); in populateHelpKeywordDB() 134 static public Vector helpItemsForKeyword(String keyword) { in helpItemsForKeyword() 138 return (Vector) helpKeywordDB.get(keyword.toLowerCase()); in helpItemsForKeyword() 142 static public Vector helpItemsForString(String partialTitle) in helpItemsForString() 148 return new Vector(); in helpItemsForString() 150 Vector v = new Vector(); in helpItemsForString() 235 Vector v = null; in loadHelpItemDB() 240 v = new Vector(); in loadHelpItemDB() [all …]
|
H A D | pmHelpItem.java | 43 Vector keywords; 44 Vector seealso; 77 public void setKeywords(Vector v) { in setKeywords() 79 keywords = (Vector) v.clone(); in setKeywords() 82 public void setSeeAlso(Vector v) { in setSeeAlso() 84 seealso = (Vector) v.clone(); in setSeeAlso()
|
H A D | pmHelpSearchPanel.java | 150 public void setSearchResults(Vector items) { in setSearchResults() 151 Vector v = new Vector(); in setSearchResults() 225 Vector resultItems = new Vector(); in pmHelpSearchResultPanel() 276 public void setResultList(Vector v) { in setResultList() 338 Vector v = null; in pmHelpSearchQueryPanel() 342 v = new Vector(); in pmHelpSearchQueryPanel() 426 Vector getItemsForKeywords(Vector keywords) { in getItemsForKeywords() 427 Vector result = new Vector(); in getItemsForKeywords() 434 Vector newItems = pmHelpRepository.helpItemsForKeyword(s); in getItemsForKeywords()
|