public interface HandlerTask
Modifier and Type | Method and Description |
---|---|
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
|
String getHandlerClassName()
void execute()
void blackListHandler()
boolean finished()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.