com.alibaba.rocketmq.tools.command
类 MQAdminStartup

java.lang.Object
  继承者 com.alibaba.rocketmq.tools.command.MQAdminStartup

public class MQAdminStartup
extends Object

mqadmin启动程序

从以下版本开始:
2013-7-25
作者:
shijia.wxr

字段摘要
protected static List<SubCommand> subCommandList
           
 
构造方法摘要
MQAdminStartup()
           
 
方法摘要
static void initCommand()
           
static void initCommand(SubCommand command)
           
static void main(String[] args)
           
static void main0(String[] args, RPCHook rpcHook)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

subCommandList

protected static List<SubCommand> subCommandList
构造方法详细信息

MQAdminStartup

public MQAdminStartup()
方法详细信息

initCommand

public static void initCommand()

initCommand

public static void initCommand(SubCommand command)

main

public static void main(String[] args)

main0

public static void main0(String[] args,
                         RPCHook rpcHook)


Copyright © 2012-2014. All Rights Reserved.