Uses of Interface
org.apache.felix.eventadmin.impl.tasks.HandlerTask

Packages that use HandlerTask
org.apache.felix.eventadmin.impl.handler   
org.apache.felix.eventadmin.impl.tasks   
 

Uses of HandlerTask in org.apache.felix.eventadmin.impl.handler
 

Methods in org.apache.felix.eventadmin.impl.handler that return HandlerTask
 HandlerTask[] HandlerTasks.createHandlerTasks(Event event)
          Create the handler tasks for the event.
 HandlerTask[] BlacklistingHandlerTasks.createHandlerTasks(Event event)
          Create the handler tasks for the event.
 

Uses of HandlerTask in org.apache.felix.eventadmin.impl.tasks
 

Classes in org.apache.felix.eventadmin.impl.tasks that implement HandlerTask
 class HandlerTaskImpl
          An implementation of the HandlerTask interface.
 

Methods in org.apache.felix.eventadmin.impl.tasks with parameters of type HandlerTask
 void SyncDeliverTasks.execute(HandlerTask[] tasks)
          This blocks an unrelated thread used to send a synchronous event until the event is send (or a timeout occurs).
 void DeliverTask.execute(HandlerTask[] handlerTasks)
          Dispatch the given event dispatch tasks.
 void AsyncDeliverTasks.execute(HandlerTask[] tasks)
          This does not block an unrelated thread used to send a synchronous event.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.