org.jacorb.notification.engine
Class DefaultPushTaskExecutor

java.lang.Object
  extended byorg.jacorb.notification.engine.DefaultPushTaskExecutor
All Implemented Interfaces:
org.picocontainer.Disposable, Disposable, PushTaskExecutor

public class DefaultPushTaskExecutor
extends java.lang.Object
implements PushTaskExecutor, Disposable


Nested Class Summary
 
Nested classes inherited from class org.jacorb.notification.engine.PushTaskExecutor
PushTaskExecutor.PushTask
 
Constructor Summary
DefaultPushTaskExecutor(int numberOfWorkers)
           
 
Method Summary
 void dispose()
           
 void executePush(PushTaskExecutor.PushTask pushTask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPushTaskExecutor

public DefaultPushTaskExecutor(int numberOfWorkers)
Method Detail

executePush

public void executePush(PushTaskExecutor.PushTask pushTask)
Specified by:
executePush in interface PushTaskExecutor

dispose

public void dispose()
Specified by:
dispose in interface org.picocontainer.Disposable