Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance
133 private String msgType; field in SrvLocHeader670 protected void constructDescription(String msgType, in constructDescription() argument672 this.msgType = msgType; in constructDescription()677 if (msgType == null) { in getMsgType()684 return msgType; in getMsgType()
411 createMessages(int msgType, in createMessages() argument442 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()
581 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()
187 short msgType; /* for getting status */ member