GetCacheManagerAddress action = new GetCacheManagerAddress(cacheManager);
return doPrivileged(action);
}
public static Address getCacheManagerCoordinatorAddress(DefaultEmbeddedCacheManager cacheManager) {
GetCacheManagerCoordinatorAddress action = new GetCacheManagerCoordinatorAddress(cacheManager);
return doPrivileged(action);
}