com.retek.command
Interface Command

All Known Implementing Classes:
com.retek.command.AbstractCommand

public interface Command


Method Summary
 void addPostExecutionRule(Rule rule)
           
 void addPreExecutionRule(Rule rule)
           
 void execute()
           
 boolean isExecuted()
           
 

Method Detail

addPreExecutionRule

public void addPreExecutionRule(Rule rule)
Parameters:
rule -

addPostExecutionRule

public void addPostExecutionRule(Rule rule)
Parameters:
rule -

execute

public void execute()
             throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException

isExecuted

public boolean isExecuted()