update(peer.getId(), peer);
} else {
ManagementServerHostPeerVO peer = new ManagementServerHostPeerVO(ownerMshost, peerMshost, peerRunid, peerState);
persist(peer);
}
txn.commit();
} catch (Exception e) {
s_logger.warn("Unexpected exception, ", e);
txn.rollback();
}
}