com.jdon.container.annotation.type
类 ModelConsumerLoader

java.lang.Object
  继承者 com.jdon.container.annotation.type.ModelConsumerLoader

public class ModelConsumerLoader
extends Object


字段摘要
static String TOPICNAME2
           
 
构造方法摘要
ModelConsumerLoader(AnnotationScaner annotationScaner)
           
 
方法摘要
 ModelConsumerMethodHolder getContainerConsumers(String topicKey, ContainerWrapper containerWrapper)
           
 void loadAnnotationModels(AnnotationHolder annotationHolder, AppContextWrapper context, ContainerWrapper containerWrapper)
           
 void loadMehtodAnnotations(Class cclass, ContainerWrapper containerWrapper)
          add the class to consumers annotated with @OnCommand
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TOPICNAME2

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

ModelConsumerLoader

public ModelConsumerLoader(AnnotationScaner annotationScaner)
方法详细信息

loadAnnotationModels

public void loadAnnotationModels(AnnotationHolder annotationHolder,
                                 AppContextWrapper context,
                                 ContainerWrapper containerWrapper)

loadMehtodAnnotations

public void loadMehtodAnnotations(Class cclass,
                                  ContainerWrapper containerWrapper)
add the class to consumers annotated with @OnCommand

参数:
cclass -
containerWrapper -

getContainerConsumers

public ModelConsumerMethodHolder getContainerConsumers(String topicKey,
                                                       ContainerWrapper containerWrapper)


Copyright © 2013. All Rights Reserved.