|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.fortress.impl.handler.PrepareHandlerCommand
public final class PrepareHandlerCommand
This is the command class to initialize a ComponentHandler
Constructor Summary | |
---|---|
PrepareHandlerCommand(ComponentHandler handler,
org.apache.avalon.framework.logger.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, org.apache.avalon.framework.logger.Logger logger)
handler
- the compoent handlerlogger
- the logging channelMethod Detail |
---|
public ComponentHandler getHandler()
public void execute() throws Exception
execute
in interface org.d_haven.event.command.Command
Exception
- if a handler execution exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |