Class CommandContext

java.lang.Object
org.apache.dubbo.qos.api.CommandContext
com.alibaba.dubbo.qos.command.CommandContext

@Deprecated public class CommandContext extends org.apache.dubbo.qos.api.CommandContext
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandContext(String commandName)
    Deprecated.
     
    CommandContext(String commandName, String[] args, boolean isHttp)
    Deprecated.
     
    CommandContext(org.apache.dubbo.qos.api.CommandContext context)
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.dubbo.qos.api.CommandContext

    getArgs, getCommandName, getHttpCode, getOriginRequest, getQosConfiguration, getRemote, isAllowAnonymousAccess, isHttp, setArgs, setCommandName, setHttp, setHttpCode, setOriginRequest, setQosConfiguration, setRemote, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CommandContext

      public CommandContext(org.apache.dubbo.qos.api.CommandContext context)
      Deprecated.
    • CommandContext

      public CommandContext(String commandName)
      Deprecated.
    • CommandContext

      public CommandContext(String commandName, String[] args, boolean isHttp)
      Deprecated.