com.jdon.domain.message.consumer
类 ConsumerMethodHolder

java.lang.Object
  继承者 com.jdon.domain.message.consumer.ConsumerMethodHolder

public class ConsumerMethodHolder
extends Object


构造方法摘要
ConsumerMethodHolder(String className, Method method)
           
 
方法摘要
 String getClassName()
           
 Method getMethod()
           
 void setClassName(String className)
           
 void setMethod(Method method)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ConsumerMethodHolder

public ConsumerMethodHolder(String className,
                            Method method)
方法详细信息

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)


Copyright © 2013. All Rights Reserved.