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

All Known Implementing Classes:
HandlerTaskImpl

public interface HandlerTask

A task that will deliver its event to its EventHandler when executed or blacklist the handler, respectively.

Author:
Felix Project Team

Method Summary
 void blackListHandler()
          Blacklist the handler.
 void execute()
          Deliver the event to the handler.
 boolean finished()
          Is the delivery finished
 String getHandlerClassName()
          Return the class name of the handler
 

Method Detail

getHandlerClassName

String getHandlerClassName()
Return the class name of the handler


execute

void execute()
Deliver the event to the handler.


blackListHandler

void blackListHandler()
Blacklist the handler.


finished

boolean finished()
Is the delivery finished



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.