Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java133 private String msgType; field in SrvLocHeader
670 protected void constructDescription(String msgType, in constructDescription() argument
672 this.msgType = msgType; in constructDescription()
677 if (msgType == null) { in getMsgType()
684 return msgType; in getMsgType()
H A DUARequester.java411 createMessages(int msgType, in createMessages() argument
442 if (((msgType == SrvLocHeader.SrvReq) || in createMessages()
443 (msgType == SrvLocHeader.AttrRqst)) && in createMessages()
455 if (msgType == SrvLocHeader.SrvReq) { in createMessages()
470 switch (msgType) { in createMessages()
507 switch (msgType) { in createMessages()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DCreateAddressDialog.java581 int msgType = JOptionPane.ERROR_MESSAGE; in buttonPressed()
588 msgType = JOptionPane.ERROR_MESSAGE; in buttonPressed()
591 msgType = JOptionPane.WARNING_MESSAGE; in buttonPressed()
594 ResourceStrings.getString("server_error_title"), msgType); in buttonPressed()
595 if (msgType == JOptionPane.WARNING_MESSAGE) { in buttonPressed()
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h187 short msgType; /* for getting status */ member