ReplicationState loadState
= ReplicationState.createUnicastLoadState(MODE_SIP, id, this.getApplicationId(), ReplicationUtil.parseLong(version), mgr.getInstanceName(), theCommand);
JxtaReplicationSender sender
= JxtaReplicationSender.createInstance();
ReplicationState returnState
= sender.sendReplicationLoadState(loadState, instanceName, useReplicationUnicastLoadBatching);
return returnState;
}
/**
* update the lastaccess time of the specified SipApplicationSession into this Store.