org.mactor.framework.commandexecutors
Interface MessageSelectorCommandExecutor

All Superinterfaces:
MessageSelectorCommand
All Known Implementing Classes:
BshMessageSelectorCommandExecutor, JavaMessageSelectorCommandExecutor, ShellMessageSelectorCommandExecutor

public interface MessageSelectorCommandExecutor
extends MessageSelectorCommand


Method Summary
 boolean isAcceptableMessage(Message message)
          The method invoked by the testrunner to build the messgte.
 
Methods inherited from interface org.mactor.framework.extensioninterface.MessageSelectorCommand
setParams
 

Method Detail

isAcceptableMessage

boolean isAcceptableMessage(Message message)
                            throws MactorException
Description copied from interface: MessageSelectorCommand
The method invoked by the testrunner to build the messgte.

Specified by:
isAcceptableMessage in interface MessageSelectorCommand
Returns:
the built message
Throws:
MactorException - if some problem occured (this exception is logged and ignored)


Copyright © 2008. All Rights Reserved.