Searched refs:CAttrMsg (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCAttrMsg.java27 // CAttrMsg.java: Message class for SLP attribute
42 * The CAttrMsg class models the SLP client side attribute message.
47 class CAttrMsg extends SrvLocMsgImpl { class in inherits:SrvLocMsgImpl
55 protected CAttrMsg() { } method in class:CAttrMsg
57 // Construct a CAttrMsg from the byte input stream.
59 CAttrMsg(SLPHeaderV2 hdr, DataInputStream dis) method in class:CAttrMsg
95 // Construct a CAttrMsg payload from the arguments. This will be
98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) method in class:CAttrMsg
107 // Construct a CAttrMsg payload from the arguments. This will be
110 CAttrMsg(Local method in class:CAttrMsg
[all...]
H A DUARequester.java267 if (msg instanceof CAttrMsg) {
268 ret = ((CAttrMsg)msg).attrList;
372 if (msg instanceof CAttrMsg) {
373 attrList = ((CAttrMsg)msg).attrList;
486 new CAttrMsg(locale,
493 new CAttrMsg(locale,
523 new CAttrMsg(locale,
530 new CAttrMsg(locale,
H A DServiceLocationManager.java218 CAttrMsg msg = new CAttrMsg(Defaults.locale,
224 // if the reply comes back as not a CAttrMsg.
226 CAttrMsg rply =
227 (CAttrMsg)Transact.transactTCPMsg(config.getLoopback(), msg, true);
H A DSLPHeaderV2.java236 rply = new CAttrMsg(this, dis);
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile.conf98 SrvLocMsgImpl.class CAttrMsg.class \
131 AuthBlock.class CAttrMsg.class CDAAdvert.class \

Completed in 28 milliseconds