org.jacorb.notification.engine
Class DefaultPushTaskExecutorFactory

java.lang.Object
  extended byorg.jacorb.notification.engine.DefaultPushTaskExecutorFactory
All Implemented Interfaces:
PushTaskExecutorFactory
Direct Known Subclasses:
ConfigurablePushTaskExecutorFactory

public class DefaultPushTaskExecutorFactory
extends java.lang.Object
implements PushTaskExecutorFactory


Constructor Summary
DefaultPushTaskExecutorFactory(int numberOfWorkersPerExecutor)
           
 
Method Summary
 PushTaskExecutor newExecutor(NotifyingDisposable disposable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPushTaskExecutorFactory

public DefaultPushTaskExecutorFactory(int numberOfWorkersPerExecutor)
Method Detail

newExecutor

public PushTaskExecutor newExecutor(NotifyingDisposable disposable)
Specified by:
newExecutor in interface PushTaskExecutorFactory