unsw.cse.mica.sync
Class SynchronizedUtils

java.lang.Object
  extended by unsw.cse.mica.sync.SynchronizedUtils
All Implemented Interfaces:
SynchronizedConstants

public class SynchronizedUtils
extends java.lang.Object
implements SynchronizedConstants


Field Summary
 
Fields inherited from interface unsw.cse.mica.sync.SynchronizedConstants
SLOT_REPLYTO
 
Constructor Summary
SynchronizedUtils()
           
 
Method Summary
static Mob createReply(Mob request, java.lang.String type)
           
static void makeReply(Mob reply, Mob request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedUtils

public SynchronizedUtils()
Method Detail

createReply

public static Mob createReply(Mob request,
                              java.lang.String type)

makeReply

public static void makeReply(Mob reply,
                             Mob request)