Ejemplo n.º 1
0
 /**
  * Set the name of the source instance
  *
  * @param msgSrc instance name
  */
 public void setSrcName(String msgSrc) {
   _record.setSimpleField(Attributes.SRC_NAME.toString(), msgSrc);
 }
Ejemplo n.º 2
0
 /**
  * Get the instance from which the message originated
  *
  * @return the instance name
  */
 public String getMsgSrc() {
   return _record.getSimpleField(Attributes.SRC_NAME.toString());
 }