Package org.infinispan.security.actions
Class GetClusterExecutorAction
- java.lang.Object
-
- org.infinispan.security.actions.GetClusterExecutorAction
-
- All Implemented Interfaces:
PrivilegedAction<ClusterExecutor>
public class GetClusterExecutorAction extends Object implements PrivilegedAction<ClusterExecutor>
GetClusterExecutorAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetClusterExecutorAction(Cache<?,?> cache)
GetClusterExecutorAction(EmbeddedCacheManager cacheManager)
-
-
-
Constructor Detail
-
GetClusterExecutorAction
public GetClusterExecutorAction(Cache<?,?> cache)
-
GetClusterExecutorAction
public GetClusterExecutorAction(EmbeddedCacheManager cacheManager)
-
-
Method Detail
-
run
public ClusterExecutor run()
- Specified by:
run
in interfacePrivilegedAction<ClusterExecutor>
-
-