Package org.infinispan.security.actions
Class GetCacheManagerIsCoordinatorAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheManagerIsCoordinatorAction
-
- All Implemented Interfaces:
java.security.PrivilegedAction<java.lang.Boolean>
public class GetCacheManagerIsCoordinatorAction extends java.lang.Object
GetCacheManagerIsCoordinatorAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetCacheManagerIsCoordinatorAction(EmbeddedCacheManager cacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
run()
-
-
-
Constructor Detail
-
GetCacheManagerIsCoordinatorAction
public GetCacheManagerIsCoordinatorAction(EmbeddedCacheManager cacheManager)
-
-