类 BaseOnline
- java.lang.Object
-
- org.apache.dubbo.qos.command.impl.BaseOnline
-
- 所有已实现的接口:
BaseCommand
- 直接已知子类:
Online,OnlineApp,OnlineInterface
public class BaseOnline extends Object implements BaseCommand
-
-
字段概要
字段 修饰符和类型 字段 说明 static RegistryFactoryregistryFactorystatic ServiceRepositoryserviceRepository
-
构造器概要
构造器 构造器 说明 BaseOnline()
-
-
-
字段详细资料
-
registryFactory
public static RegistryFactory registryFactory
-
serviceRepository
public static ServiceRepository serviceRepository
-
-
方法详细资料
-
execute
public String execute(CommandContext commandContext, String[] args)
- 指定者:
execute在接口中BaseCommand
-
online
public boolean online(String servicePattern)
-
-