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