org.tinygroup.remoteconfig.zk.manager.impl
类 ModuleManagerImpl

java.lang.Object
  继承者 org.tinygroup.remoteconfig.zk.manager.impl.ModuleManagerImpl
所有已实现的接口:
ModuleManager

public class ModuleManagerImpl
extends Object
implements ModuleManager


构造方法摘要
ModuleManagerImpl()
           
 
方法摘要
 Module add(Module module, ConfigPath entity)
           
 void delete(ConfigPath entity)
           
 Module get(ConfigPath entity)
           
 List<Module> querySubModules(ConfigPath entity)
           
 void update(Module module, ConfigPath entity)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ModuleManagerImpl

public ModuleManagerImpl()
方法详细信息

add

public Module add(Module module,
                  ConfigPath entity)
指定者:
接口 ModuleManager 中的 add

update

public void update(Module module,
                   ConfigPath entity)
指定者:
接口 ModuleManager 中的 update

delete

public void delete(ConfigPath entity)
指定者:
接口 ModuleManager 中的 delete

get

public Module get(ConfigPath entity)
指定者:
接口 ModuleManager 中的 get

querySubModules

public List<Module> querySubModules(ConfigPath entity)
指定者:
接口 ModuleManager 中的 querySubModules


Copyright © 2006–2016 TinyGroup. All rights reserved.