public void startService() { super.startService(); repoMgr = getDaemon().getRepositoryManager(); isGlobalNodeCache = repoMgr.isGlobalNodeCache(); if (isGlobalNodeCache) { nodeCache = repoMgr.getGlobalNodeCache(); } else { // nodeCache = // new UniqueRefLruCache(repoMgr.paramNodeCacheSize); setNodeCacheSize(repoMgr.paramNodeCacheSize); } }
public void startService() { super.startService(); loadKeyStores(); }
public void startService() { super.startService(); localRepos = new HashMap(); }