store.addSubStore(joinState);
} catch (StoreException e) {
throw new InitException("Can't create JoinState", e);
}
leaseFactory = new LeaseFactory(serverProxy, serverUuid);
// $$$ By rights this code should be in
// restoreTransientState(), however we can't have an independent
// thread running around changing persistant state util we get
// to this point (I think the only real issue is the baseline