org.jacorb.notification.engine
Class DirectExecutorPushTaskExecutorFactory

java.lang.Object
  extended byorg.jacorb.notification.engine.DirectExecutorPushTaskExecutorFactory
All Implemented Interfaces:
PushTaskExecutorFactory

public class DirectExecutorPushTaskExecutorFactory
extends java.lang.Object
implements PushTaskExecutorFactory


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

Constructor Detail

DirectExecutorPushTaskExecutorFactory

public DirectExecutorPushTaskExecutorFactory()
Method Detail

newExecutor

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