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 java.util.concurrent.ScheduledExecutorService
getScheduledExecutor(java.util.Properties p, java.security.AccessControlContext context)
-
Methods inherited from interface org.infinispan.executors.ScheduledExecutorFactory
getScheduledExecutor
-
-