DUMMY_CACHE_NAME_FOR_GLOBAL_COMMANDS, CacheViewControlCommand.Type.RECOVER_VIEW, self);
Map<Address, Response> rspList = transport.invokeRemotely(null, cmd,
ResponseMode.SYNCHRONOUS_IGNORE_LEAVERS, timeout, true, null, false);
checkRemoteResponse(null, cmd, rspList);
for (Map.Entry<Address, Response> e : rspList.entrySet()) {
SuccessfulResponse value = (SuccessfulResponse) e.getValue();
recoveryInfo.put(e.getKey(), (Map<String, CacheView>) value.getResponseValue());
}
// get the full set of caches
Set<String> cacheNames = new HashSet<String>();
for (Map<String, CacheView> m : recoveryInfo.values()) {