Searched refs:ServerAttribute (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerAttribute.java27 // ServerAttribute.java: Attribute created on the server side only.
41 * The ServerAttribute class models attributes on the server side.
51 class ServerAttribute extends ServiceLocationAttribute { class in inherits:ServiceLocationAttribute
57 // Construct a new ServerAttribute object. Substitute AttributeString
60 ServerAttribute(String id_in, Vector values_in, Locale locale) method in class:ServerAttribute
87 // Construct a ServerAttribute object from a ServiceLocationAttribute
90 ServerAttribute(ServiceLocationAttribute attr, Locale locale) { method in class:ServerAttribute
H A DServiceStoreInMemory.java1143 * Return the Vector of ServerAttribute objects for the record.
1145 * @return Vector of ServerAttribute objects for the record.
1259 v.addElement(new ServerAttribute(attr, locale));
2580 ServerAttribute attr =
2581 (ServerAttribute)attrList.elementAt(i);
2673 ServerAttribute attr =
2674 (ServerAttribute)attrList.elementAt(i);
2919 ServerAttribute attr =
2920 (ServerAttribute)attrList.elementAt(i);
2949 static private void saveValueIfMatch(ServerAttribute att
[all...]
H A DServiceLocationAttribute.java857 Assert.slpassert((!(attr instanceof ServerAttribute) &&
858 !(newAttr instanceof ServerAttribute)),
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf93 ServiceLocationAttribute.class ServerAttribute.class \
139 ServerAttribute.class ServiceLocationAttribute.class \

Completed in 28 milliseconds