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