.. java:import:: java.util UUID .. java:import:: se.sics.kompics Direct MessageNotify.Req ================= .. java:package:: se.sics.kompics.network :noindex: .. java:type:: public static class Req extends Direct.Request :outertype: MessageNotify Fields ------ msg ^^^ .. java:field:: public final Msg msg :outertype: MessageNotify.Req notifyOfDelivery ^^^^^^^^^^^^^^^^ .. java:field:: public final boolean notifyOfDelivery :outertype: MessageNotify.Req Constructors ------------ Req ^^^ .. java:constructor:: public Req(Msg msg) :outertype: MessageNotify.Req Req ^^^ .. java:constructor:: public Req(Msg msg, boolean notifyOfDelivery) :outertype: MessageNotify.Req Methods ------- deliveryResponse ^^^^^^^^^^^^^^^^ .. java:method:: public Resp deliveryResponse(long time, boolean success, long nanoEnd) :outertype: MessageNotify.Req getMsgId ^^^^^^^^ .. java:method:: public UUID getMsgId() :outertype: MessageNotify.Req injectSize ^^^^^^^^^^ .. java:method:: public void injectSize(int size, long nanoStart) :outertype: MessageNotify.Req prepareResponse ^^^^^^^^^^^^^^^ .. java:method:: public void prepareResponse(long time, boolean success, long nanoEnd) :outertype: MessageNotify.Req toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: MessageNotify.Req