Uses of Interface
org.jacorb.notification.engine.PushTaskExecutor.PushTask

Packages that use PushTaskExecutor.PushTask
org.jacorb.notification.engine   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of PushTaskExecutor.PushTask in org.jacorb.notification.engine
 

Classes in org.jacorb.notification.engine that implement PushTaskExecutor.PushTask
 class TaskProcessorRetryStrategy
           
 

Methods in org.jacorb.notification.engine with parameters of type PushTaskExecutor.PushTask
 void DefaultPushTaskExecutor.executePush(PushTaskExecutor.PushTask pushTask)
           
 void PushTaskExecutor.executePush(PushTaskExecutor.PushTask task)
           
 

Uses of PushTaskExecutor.PushTask in org.jacorb.notification.interfaces
 

Methods in org.jacorb.notification.interfaces with parameters of type PushTaskExecutor.PushTask
 void IProxyPushSupplier.scheduleTask(PushTaskExecutor.PushTask pushTask)
          schedule a pushTask for execution using this Objects executor.
 

Uses of PushTaskExecutor.PushTask in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type PushTaskExecutor.PushTask
 void AbstractProxyPushSupplier.scheduleTask(PushTaskExecutor.PushTask pushTask)