|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jms.ListenerContainer
public class ListenerContainer
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="listener" type="{http://www.springframework.org/schema/jms}listenerType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="container-type" default="default">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="default"/>
<enumeration value="default102"/>
<enumeration value="simple"/>
<enumeration value="simple102"/>
</restriction>
</simpleType>
</attribute>
<attribute name="container-class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connection-factory" type="{http://www.w3.org/2001/XMLSchema}string" default="connectionFactory" />
<attribute name="task-executor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destination-resolver" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-converter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destination-type" default="queue">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="queue"/>
<enumeration value="topic"/>
<enumeration value="durableTopic"/>
</restriction>
</simpleType>
</attribute>
<attribute name="client-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cache" default="auto">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="none"/>
<enumeration value="connection"/>
<enumeration value="session"/>
<enumeration value="consumer"/>
<enumeration value="auto"/>
</restriction>
</simpleType>
</attribute>
<attribute name="acknowledge" default="auto">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="auto"/>
<enumeration value="client"/>
<enumeration value="dups-ok"/>
<enumeration value="transacted"/>
</restriction>
</simpleType>
</attribute>
<attribute name="transaction-manager" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="concurrency" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefetch" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
acknowledge
|
protected String |
cache
|
protected String |
clientId
|
protected String |
concurrency
|
protected String |
connectionFactory
|
protected String |
containerClass
|
protected String |
containerType
|
protected String |
destinationResolver
|
protected String |
destinationType
|
protected List<ListenerType> |
listener
|
protected String |
messageConverter
|
protected Integer |
prefetch
|
protected String |
taskExecutor
|
protected String |
transactionManager
|
| Constructor Summary | |
|---|---|
ListenerContainer()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jms.ListenerContainer instance. |
|
ListenerContainer(ListenerContainer o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jms.ListenerContainer instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ListenerContainer |
clone()
Creates and returns a copy of this object. |
static void |
copyListener(List<ListenerType> source,
List<ListenerType> target)
Copies all values of property Listener. |
String |
getAcknowledge()
Gets the value of the acknowledge property. |
String |
getCache()
Gets the value of the cache property. |
String |
getClientId()
Gets the value of the clientId property. |
String |
getConcurrency()
Gets the value of the concurrency property. |
String |
getConnectionFactory()
Gets the value of the connectionFactory property. |
String |
getContainerClass()
Gets the value of the containerClass property. |
String |
getContainerType()
Gets the value of the containerType property. |
String |
getDestinationResolver()
Gets the value of the destinationResolver property. |
String |
getDestinationType()
Gets the value of the destinationType property. |
List<ListenerType> |
getListener()
Gets the value of the listener property. |
String |
getMessageConverter()
Gets the value of the messageConverter property. |
Integer |
getPrefetch()
Gets the value of the prefetch property. |
String |
getTaskExecutor()
Gets the value of the taskExecutor property. |
String |
getTransactionManager()
Gets the value of the transactionManager property. |
void |
setAcknowledge(String value)
Sets the value of the acknowledge property. |
void |
setCache(String value)
Sets the value of the cache property. |
void |
setClientId(String value)
Sets the value of the clientId property. |
void |
setConcurrency(String value)
Sets the value of the concurrency property. |
void |
setConnectionFactory(String value)
Sets the value of the connectionFactory property. |
void |
setContainerClass(String value)
Sets the value of the containerClass property. |
void |
setContainerType(String value)
Sets the value of the containerType property. |
void |
setDestinationResolver(String value)
Sets the value of the destinationResolver property. |
void |
setDestinationType(String value)
Sets the value of the destinationType property. |
void |
setMessageConverter(String value)
Sets the value of the messageConverter property. |
void |
setPrefetch(Integer value)
Sets the value of the prefetch property. |
void |
setTaskExecutor(String value)
Sets the value of the taskExecutor property. |
void |
setTransactionManager(String value)
Sets the value of the transactionManager property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ListenerType> listener
protected String containerType
protected String containerClass
protected String connectionFactory
protected String taskExecutor
protected String destinationResolver
protected String messageConverter
protected String destinationType
protected String clientId
protected String cache
protected String acknowledge
protected String transactionManager
protected String concurrency
protected Integer prefetch
| Constructor Detail |
|---|
public ListenerContainer()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jms.ListenerContainer instance.
public ListenerContainer(ListenerContainer o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jms.ListenerContainer instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<ListenerType> getListener()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the listener property.
For example, to add a new item, do as follows:
getListener().add(newItem);
Objects of the following type(s) are allowed in the list
ListenerType
public String getContainerType()
Stringpublic void setContainerType(String value)
value - allowed object is
Stringpublic String getContainerClass()
Stringpublic void setContainerClass(String value)
value - allowed object is
Stringpublic String getConnectionFactory()
Stringpublic void setConnectionFactory(String value)
value - allowed object is
Stringpublic String getTaskExecutor()
Stringpublic void setTaskExecutor(String value)
value - allowed object is
Stringpublic String getDestinationResolver()
Stringpublic void setDestinationResolver(String value)
value - allowed object is
Stringpublic String getMessageConverter()
Stringpublic void setMessageConverter(String value)
value - allowed object is
Stringpublic String getDestinationType()
Stringpublic void setDestinationType(String value)
value - allowed object is
Stringpublic String getClientId()
Stringpublic void setClientId(String value)
value - allowed object is
Stringpublic String getCache()
Stringpublic void setCache(String value)
value - allowed object is
Stringpublic String getAcknowledge()
Stringpublic void setAcknowledge(String value)
value - allowed object is
Stringpublic String getTransactionManager()
Stringpublic void setTransactionManager(String value)
value - allowed object is
Stringpublic String getConcurrency()
Stringpublic void setConcurrency(String value)
value - allowed object is
Stringpublic Integer getPrefetch()
Integerpublic void setPrefetch(Integer value)
value - allowed object is
Integer
public static void copyListener(List<ListenerType> source,
List<ListenerType> target)
Listener.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ListenerContainer clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||