public String getName() {return "blo";}
public String getInfo() {return null;}
public void postUnmarshalling(Message msg, Address dest, Address src, boolean multicast) {}
public void postUnmarshallingList(Message msg, Address dest, boolean multicast) {}
public Object down(Event evt) {return null;}
public TimeScheduler getTimer() {return new TimeScheduler(1);}
public void sendToAllMembers(byte[] data, int offset, int length) throws Exception {}
public void sendToSingleMember(Address dest, byte[] data, int offset, int length) throws Exception {}
});
nak.setUpProtocol(new Protocol() {