231232233234235236237238
else getMessenger().send(node, (Long) topic, buf); } } } catch (TimeoutException e) { throw new RemoteException(e); } }
217218219220221222223224
213214215216217218219220
final byte[] buf = Serialization.getInstance().write(message); getMessenger().send(node, (Long) id.getTopic(), buf); } } } catch (TimeoutException e) { throw new RemoteException(e); } }
211212213214215216217218