Searched refs:Vector (Results 1 - 25 of 71) sorted by relevance

123

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStore.java100 * Return the Vector of ServiceLocationAttribute objects for the record
102 * @return Vector of ServiceLocationAttribute objects for the record.
105 Vector getAttrList();
116 * Return the Vector of scopes in which this record is registered.
118 * @return The Vector of scopes in which this record is registered.
121 Vector getScopes();
169 * @param deleted A Vector for return of ServiceStore.Service records
176 long ageOut(Vector deleted);
182 * @param attrs The Vector of ServiceLocationAttribute objects.
184 * @param scopes Vector o
[all...]
H A DLocator.java77 Vector scopes)
97 Vector scopes,
126 Vector scopes,
127 Vector attributeIds)
155 Vector scopes,
156 Vector attributeIds)
H A DAdvertiser.java73 Vector serviceLocationAttributes)
104 Vector serviceLocationAttributes)
121 Vector attributeIds)
H A DCAttrMsg.java49 // Vector of ServiceLocationAttribute objects
50 Vector attrList = new Vector();
98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags)
110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags)
122 Vector scopes,
123 Vector tags)
127 hdr.scopes = (Vector)scope
[all...]
H A DUARequester.java103 findServiceTypes(String NA, Vector scopes)
111 Vector msgs = createMessages(SrvLocHeader.SrvTypeRqst,
119 Vector ret = new Vector();
130 Vector serviceTypes = msg.serviceTypes;
158 findServices(ServiceType type, Vector scopes, String query)
167 Vector msgs = createMessages(SrvLocHeader.SrvReq,
175 Vector ret = new Vector();
188 Vector serviceURL
[all...]
H A DServiceLocationEnumerator.java59 public ServiceLocationEnumerator(Vector v) {
64 base = (new Vector()).elements();
H A DCSrvDereg.java55 Vector scopes,
56 Vector tags,
78 Vector scopes,
79 Vector tags,
87 hdr.scopes = (Vector)scopes.clone();
95 tags = new Vector();
H A DDefaults.java104 static final Vector defaultDAAttributes = new Vector();
108 static final Vector defaultSAAttributes = new Vector();
145 static Vector restrictedTypes;
190 restrictedTypes = new Vector();
H A DSunServerDATable.java73 private Vector saOnlyScopes = null; // Scopes for SA only.
114 Vector scopes,
117 Vector attrs,
127 Vector v = (Vector)scopes.clone();
135 Vector vals = new Vector();
141 vals = new Vector();
146 vals = new Vector();
166 Vector tag
[all...]
H A DSunDATable.java77 private Vector saOnlyScopes = new Vector();
81 private Vector cache = null;
126 synchronized Hashtable findDAScopes(Vector scopes)
131 Vector equivClasses = null;
136 Vector useScopes = conf.getConfiguredScopes();
142 equivClasses = (Vector)cache.clone();
148 Vector multicastScopes = (Vector)scopes.clone();
152 Vector daScope
[all...]
H A DCSrvReg.java57 Vector scopes,
58 Vector attrs,
74 Vector attrList = new Vector();
112 Vector scopes,
113 Vector attrs,
121 hdr.scopes = (Vector)scopes.clone();
H A DDATable.java81 Vector scopes = null; // String scope names
83 Vector daAddresses = new Vector(); // InetAddress DA addresses
90 * MULTICAST_KEY - Vector of scopes from the incoming vector that are not
93 * UNICAST_KEY - Vector of DATable.DARecord objects containing
109 abstract Hashtable findDAScopes(Vector scopes)
120 abstract boolean removeDA(InetAddress address, Vector scopes);
128 * @return Vector of scopes for the SA or UA client to use.
131 synchronized Vector findScopes() throws ServiceLocationException {
138 Vector scope
[all...]
H A DSARequester.java120 Vector serviceLocationAttributes)
159 Vector serviceLocationAttributes)
180 Vector attributeIds)
211 Vector vAttrs,
224 Vector vScopes = config.getSAConfiguredScopes();
257 new Vector(),
279 Vector vAttrs)
287 Vector vScopes = config.getSAConfiguredScopes();
H A DSLPV1SDAAdvert.java54 Vector scopes,
55 Vector attrs)
66 Vector scopes,
67 Vector attrs)
H A DServiceLocationAttributeVerifier.java142 * @param <i>attributeVector</i> A <b>Vector</b> of
151 public void verifyRegistration(Vector attributeVector)
H A DAttributeDescriptor.java61 private Vector allowedValues = new Vector();
62 private Vector defaultValues = new Vector();
238 void setAllowedValues(Vector nnv) {
249 void setDefaultValues(Vector nnv) {
339 private String formatByteArrays(Vector arrays) {
H A DServiceStoreInMemory.java76 private Vector scopes = null;
78 ParserBVCollector(Vector scopes) {
92 Vector s = (Vector)rec.getScopes().clone();
131 private Vector attrTags = null; // tags to match against records
133 private Vector ret = null; // for returns.
135 AttributeBVCollector(Vector attrTags, Vector ret) {
172 private Vector records = null; // for returns.
173 private Vector scope
[all...]
H A DCSrvTypeMsg.java51 Vector serviceTypes = new Vector(); // vector of Strings
108 CSrvTypeMsg(Locale locale, String na, Vector scopes)
114 hdr.scopes = (Vector)scopes.clone();
139 hdr.previousResponders = new Vector();
H A DCSrvMsg.java48 Vector serviceURLs = new Vector(); // vector of ServiceURL objects
115 Vector scopes,
128 Vector scopes,
134 hdr.scopes = (Vector)scopes.clone();
138 hdr.previousResponders = new Vector();
H A DServiceTable.java288 Vector scopes = rec.getScopes();
289 Vector attrs = rec.getAttrList();
462 Vector deleted = new Vector();
483 reportNonfatalException(ex, new Vector(), store);
487 reportNonfatalException(ex, new Vector(), store);
509 Vector scopes = hdr.scopes;
512 Vector attrList = req.attrList;
606 Vector attrs = new Vector();
[all...]
H A DServerAttribute.java60 ServerAttribute(String id_in, Vector values_in, Locale locale)
97 public Vector getValues() {
98 Vector v = super.getValues();
H A DServiceLocationManager.java159 * @return Vector containing Strings with scope names.
162 public static synchronized Vector findScopes()
165 Vector accessableScopes = null;
210 Vector tags = new Vector();
216 Vector saOnlyScopes = config.getSAOnlyScopes();
248 Vector attrs = rply.attrList;
253 Vector values = (attr != null ? attr.getValues():new Vector());
324 private static Vector performSADiscover
[all...]
H A DSLPV1SSrvReg.java89 Vector scopes = new Vector();
97 Vector vals = attr.getValues();
154 Vector recScopes = (Vector)rec.getScopes().clone();
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpItem.java43 Vector keywords;
44 Vector seealso;
77 public void setKeywords(Vector v) {
79 keywords = (Vector) v.clone();
82 public void setSeeAlso(Vector v) {
84 seealso = (Vector) v.clone();
H A DpmHelpRepository.java49 * helpKeywordDB: String -> Vector(of pmHelpItems)
50 * Returns a Vector containing all pmHelpItems whose `keywords'
53 * helpTitleDB: String -> Vector (of pmHelpItems)
54 * Returns a Vector containing all pmHelpItems whose `title'
88 Vector v = null;
95 v = (Vector) helpKeywordDB.get(keyword);
97 helpKeywordDB.put(keyword, v = new Vector());
134 static public Vector helpItemsForKeyword(String keyword) {
138 return (Vector) helpKeywordDB.get(keyword.toLowerCase());
142 static public Vector helpItemsForStrin
[all...]

Completed in 115 milliseconds

123