Package org.infinispan.executors
Interface SecurityAwareScheduledExecutorFactory
-
- All Superinterfaces:
ScheduledExecutorFactory
- All Known Implementing Classes:
DefaultScheduledExecutorFactory
public interface SecurityAwareScheduledExecutorFactory extends ScheduledExecutorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledExecutorService
getScheduledExecutor(Properties p, AccessControlContext context)
-
Methods inherited from interface org.infinispan.executors.ScheduledExecutorFactory
getScheduledExecutor
-
-
-
-
Method Detail
-
getScheduledExecutor
ScheduledExecutorService getScheduledExecutor(Properties p, AccessControlContext context)
-
-