org.figure8.join.core.messaging
Class JMSConsumerBeanParameterInfo
java.lang.Object
org.figure8.join.core.EntityObject
org.figure8.join.core.messaging.JMSConsumerBeanParameterInfo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class JMSConsumerBeanParameterInfo
- extends EntityObject
This is a simple EntityObject for describing the configuration parameters
of a JMSConsumerBean
. Such parameters are only available if the
consumer implementation is Configurable
.
- Version:
- $Revision: 1.1 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JMSConsumerBeanParameterInfo
public JMSConsumerBeanParameterInfo()
- Creates a new instance of JMSConsumerBeanParameterInfo.
JMSConsumerBeanParameterInfo
public JMSConsumerBeanParameterInfo(java.lang.String name,
java.lang.String value)
- Creates a new new instance of JMSConsumerBeanParameterInfo with mandatory params.
- Parameters:
name
- The name of the consumer parametervalue
- The value of this consumer parameter
getName
public java.lang.String getName()
- Returns:
- The name of this consumer parameter
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name of this consumer parameter
getValue
public java.lang.String getValue()
- Returns:
- The value of this consumer parameter
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value of this consumer parameter
getConsumerInfo
public JMSConsumerBeanInfo getConsumerInfo()
- Returns:
- The consumer info of this parameter
setConsumerInfo
public void setConsumerInfo(JMSConsumerBeanInfo consumerInfo)
- Parameters:
consumerInfo
- The consumer info of this parameter
Copyright © 2005-2008 Join. All Rights Reserved.