}
private void sendToOwnerOf(long line, Msg msg) throws TimeoutException {
if (LOG.isDebugEnabled())
LOG.debug("Sending to owner of {}: {}", Long.toHexString(line), msg);
final LineMessage message = Message.MSG((short) -1, line, Streamables.toByteArray(msg));
cache.doOpAsync(Type.SEND, line, null, message, null);
}