org.infinispan.executors
Class AbstractSharedExecutorFactory<E extends ExecutorService>
java.lang.Object
org.infinispan.executors.AbstractSharedExecutorFactory<E>
- Direct Known Subclasses:
- DefaultSharedExecutorFactory, DefaultSharedScheduledExecutorFactory
public abstract class AbstractSharedExecutorFactory<E extends ExecutorService>
- extends Object
An abstract class that encapsulates the logic of sharing an ExecutorService
or a ScheduledExecutorService
.
- Version:
- 4.2
- Author:
- Manik Surtani
- See Also:
DefaultSharedExecutorFactory
,
DefaultSharedScheduledExecutorFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSharedExecutorFactory
public AbstractSharedExecutorFactory()
createService
protected abstract E createService(Properties p)
getOrCreateService
protected E getOrCreateService(Properties p)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.