|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.fortress.impl.handler.PrepareHandlerCommand
This is the command class to initialize a ComponentHandler
Constructor Summary | |
PrepareHandlerCommand(ComponentHandler handler,
Logger logger)
Creation of a new prepare handler command. |
Method Summary | |
void |
execute()
Invoke execution of the handler |
ComponentHandler |
getHandler()
Returns a reference to the ComponentHandler being prepared. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrepareHandlerCommand(ComponentHandler handler, Logger logger)
handler
- the compoent handlerlogger
- the logging channelMethod Detail |
public ComponentHandler getHandler()
public void execute() throws java.lang.Exception
execute
in interface org.d_haven.event.command.Command
java.lang.Exception
- if a handler execution exception occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |