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.
 java.lang.String getHandlerClassName()
          Return the class name of the handler
 

Method Detail

getHandlerClassName

java.lang.String getHandlerClassName()
Return the class name of the handler


execute

void execute()
Deliver the event to the handler.


blackListHandler

void blackListHandler()
Blacklist the handler.



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