类 DefaultCommandExecutor
- java.lang.Object
-
- com.alibaba.dubbo.qos.command.DefaultCommandExecutor
-
- 所有已实现的接口:
CommandExecutor
public class DefaultCommandExecutor extends Object implements CommandExecutor
-
-
方法详细资料
-
execute
public String execute(CommandContext commandContext) throws NoSuchCommandException
从接口复制的说明:CommandExecutor
Execute one command and return the execution result- 指定者:
execute
在接口中CommandExecutor
- 参数:
commandContext
- command context- 返回:
- command execution result
- 抛出:
NoSuchCommandException
-
-