com.jdon.container.builder
类 StartablecomponentsRegistry

java.lang.Object
  继承者 com.jdon.container.builder.StartablecomponentsRegistry

public class StartablecomponentsRegistry
extends Object

作者:
banq
另请参见:
Startable

字段摘要
static String NAME
           
protected  List<String> startablecomponentsRegistry
           
 
构造方法摘要
StartablecomponentsRegistry()
           
 
方法摘要
 void add(Class classz, String name)
           
 void startStartableComponents(ContainerWrapper containerWrapper)
           
 void stopStartableComponents(ContainerWrapper containerWrapper)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NAME

public static final String NAME
另请参见:
常量字段值

startablecomponentsRegistry

protected final List<String> startablecomponentsRegistry
构造方法详细信息

StartablecomponentsRegistry

public StartablecomponentsRegistry()
方法详细信息

add

public void add(Class classz,
                String name)

startStartableComponents

public void startStartableComponents(ContainerWrapper containerWrapper)

stopStartableComponents

public void stopStartableComponents(ContainerWrapper containerWrapper)


Copyright © 2013. All Rights Reserved.