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

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

Completed in 89 milliseconds