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