GetCacheManagerCoordinatorAddress action = new GetCacheManagerCoordinatorAddress(cacheManager);
return doPrivileged(action);
}
public static boolean getCacheManagerIsCoordinator(DefaultEmbeddedCacheManager cacheManager) {
GetCacheManagerIsCoordinatorAction action = new GetCacheManagerIsCoordinatorAction(cacheManager);
return doPrivileged(action);
}