public class ManagedScheduledExecutorFactory extends Object implements org.infinispan.executors.ScheduledExecutorFactory, org.infinispan.commons.executors.ThreadPoolExecutorFactory<ScheduledExecutorService>
ManagedScheduledExecutorService instances.| Constructor and Description |
|---|
ManagedScheduledExecutorFactory(ScheduledExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledExecutorService |
createExecutor(ThreadFactory factory) |
ScheduledExecutorService |
getScheduledExecutor(Properties p) |
void |
validate() |
public ManagedScheduledExecutorFactory(ScheduledExecutorService executor)
public ScheduledExecutorService getScheduledExecutor(Properties p)
getScheduledExecutor in interface org.infinispan.executors.ScheduledExecutorFactorypublic ScheduledExecutorService createExecutor(ThreadFactory factory)
createExecutor in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory<ScheduledExecutorService>public void validate()
validate in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory<ScheduledExecutorService>Copyright © 2015 JBoss by Red Hat. All rights reserved.