com.jdon.container.finder
类 ContainerCallback

java.lang.Object
  继承者 com.jdon.container.finder.ContainerCallback
所有已实现的接口:
Startable, Serializable

public class ContainerCallback
extends Object
implements Serializable, Startable

the components in container can call the container by this class; set this class as components construtor parameter. difference with ContainerFinder: ContainerFinder is call the container outside the container

作者:
banq
另请参见:
序列化表格

字段摘要
static String NAME
           
 
构造方法摘要
ContainerCallback(ContainerWrapper containerWrapper)
           
 
方法摘要
 ContainerWrapper getContainerWrapper()
           
 void start()
          Start this component.
 void stop()
          Stop this component.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NAME

public static final String NAME
另请参见:
常量字段值
构造方法详细信息

ContainerCallback

public ContainerCallback(ContainerWrapper containerWrapper)
方法详细信息

getContainerWrapper

public ContainerWrapper getContainerWrapper()
返回:
Returns the containerWrapper.

start

public void start()
从接口 Startable 复制的描述
Start this component.

指定者:
接口 Startable 中的 start

stop

public void stop()
从接口 Startable 复制的描述
Stop this component.

指定者:
接口 Startable 中的 stop


Copyright © 2013. All Rights Reserved.