Package org.infinispan.executors
Class DefaultScheduledExecutorFactory
java.lang.Object
org.infinispan.executors.DefaultScheduledExecutorFactory
- All Implemented Interfaces:
ScheduledExecutorFactory
,SecurityAwareScheduledExecutorFactory
public class DefaultScheduledExecutorFactory
extends Object
implements SecurityAwareScheduledExecutorFactory
Creates scheduled executors using the JDK Executors service
- Since:
- 4.0
- Author:
- Manik Surtani, Tristan Tarrant
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScheduledExecutor
(Properties p, AccessControlContext context)
-
Constructor Details
-
DefaultScheduledExecutorFactory
public DefaultScheduledExecutorFactory()
-
-
Method Details
-
getScheduledExecutor
- Specified by:
getScheduledExecutor
in interfaceScheduledExecutorFactory
-
getScheduledExecutor
- Specified by:
getScheduledExecutor
in interfaceSecurityAwareScheduledExecutorFactory
-