Searched refs:currentCapsVersion (Results 1 – 1 of 1) sorted by relevance
118 private String currentCapsVersion; field in EntityCapsManager381 return currentCapsVersion; in getCapsVersion()448 currentCapsVersion = generateVerificationString(discoverInfo, "sha-1"); in updateLocalEntityCaps()449 addDiscoverInfoByNode(ENTITY_NODE + '#' + currentCapsVersion, discoverInfo); in updateLocalEntityCaps()454 lastLocalCapsVersions.add(currentCapsVersion); in updateLocalEntityCaps()456 caps.put(currentCapsVersion, discoverInfo); in updateLocalEntityCaps()458 … jidCaps.put(connection.getUser(), new NodeVerHash(ENTITY_NODE, currentCapsVersion, "sha-1")); in updateLocalEntityCaps()460 …sdm.setNodeInformationProvider(ENTITY_NODE + '#' + currentCapsVersion, new NodeInformationProvider… in updateLocalEntityCaps()