Example #1
0
 /**
  * Set the session identifier of the source node
  *
  * @param srcSessionId session identifier
  */
 public void setSrcSessionId(String srcSessionId) {
   _record.setSimpleField(Attributes.SRC_SESSION_ID.toString(), srcSessionId);
 }
Example #2
0
 /**
  * Get the session identifier of the source node
  *
  * @return session identifier
  */
 public String getSrcSessionId() {
   return _record.getSimpleField(Attributes.SRC_SESSION_ID.toString());
 }