final URL url = this.getClass().getResource("ehcache.xml");
final CacheManager cacheManager = new CacheManager(url);
this.cache = cacheManager.getCache("instanceCache");
this.timerManager = master.discoverTimerManager();
// todo: go through persistent subscriptions and re-register statechange
// and destruction listeners with manager
this.manager.recover_initialize();