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