Searched defs:ServerAttribute (Results 1 - 1 of 1) 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

Completed in 18 milliseconds