public void initializeTransportParent() throws JournalException {
MockServerForJournalTesting server =
new MockServerForJournalTesting(new MockManagementDelegate(),
"myHashValue");
parent =
new MockMulticastJournalWriter(new HashMap<String, String>(),
null,
server);
}