net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.jms
Interface ListenerContainer

All Known Implementing Classes:
ListenerContainerImpl

public interface 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>
 


Method Summary
 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.
 ListenerType[] getListener()
           
 ListenerType getListener(int idx)
           
 int getListenerLength()
           
 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.
 ListenerType setListener(int idx, ListenerType value)
           
 void setListener(ListenerType[] values)
           
 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.
 

Method Detail

getListener

ListenerType[] getListener()
Returns:
array of ListenerType

getListener

ListenerType getListener(int idx)
Returns:
one of ListenerType

getListenerLength

int getListenerLength()

setListener

void setListener(ListenerType[] values)
Parameters:
values - allowed objects are ListenerType

setListener

ListenerType setListener(int idx,
                         ListenerType value)
Parameters:
value - allowed object is ListenerType

getContainerType

String getContainerType()
Gets the value of the containerType property.

Returns:
possible object is String

setContainerType

void setContainerType(String value)
Sets the value of the containerType property.

Parameters:
value - allowed object is String

getContainerClass

String getContainerClass()
Gets the value of the containerClass property.

Returns:
possible object is String

setContainerClass

void setContainerClass(String value)
Sets the value of the containerClass property.

Parameters:
value - allowed object is String

getConnectionFactory

String getConnectionFactory()
Gets the value of the connectionFactory property.

Returns:
possible object is String

setConnectionFactory

void setConnectionFactory(String value)
Sets the value of the connectionFactory property.

Parameters:
value - allowed object is String

getTaskExecutor

String getTaskExecutor()
Gets the value of the taskExecutor property.

Returns:
possible object is String

setTaskExecutor

void setTaskExecutor(String value)
Sets the value of the taskExecutor property.

Parameters:
value - allowed object is String

getDestinationResolver

String getDestinationResolver()
Gets the value of the destinationResolver property.

Returns:
possible object is String

setDestinationResolver

void setDestinationResolver(String value)
Sets the value of the destinationResolver property.

Parameters:
value - allowed object is String

getMessageConverter

String getMessageConverter()
Gets the value of the messageConverter property.

Returns:
possible object is String

setMessageConverter

void setMessageConverter(String value)
Sets the value of the messageConverter property.

Parameters:
value - allowed object is String

getDestinationType

String getDestinationType()
Gets the value of the destinationType property.

Returns:
possible object is String

setDestinationType

void setDestinationType(String value)
Sets the value of the destinationType property.

Parameters:
value - allowed object is String

getClientId

String getClientId()
Gets the value of the clientId property.

Returns:
possible object is String

setClientId

void setClientId(String value)
Sets the value of the clientId property.

Parameters:
value - allowed object is String

getCache

String getCache()
Gets the value of the cache property.

Returns:
possible object is String

setCache

void setCache(String value)
Sets the value of the cache property.

Parameters:
value - allowed object is String

getAcknowledge

String getAcknowledge()
Gets the value of the acknowledge property.

Returns:
possible object is String

setAcknowledge

void setAcknowledge(String value)
Sets the value of the acknowledge property.

Parameters:
value - allowed object is String

getTransactionManager

String getTransactionManager()
Gets the value of the transactionManager property.

Returns:
possible object is String

setTransactionManager

void setTransactionManager(String value)
Sets the value of the transactionManager property.

Parameters:
value - allowed object is String

getConcurrency

String getConcurrency()
Gets the value of the concurrency property.

Returns:
possible object is String

setConcurrency

void setConcurrency(String value)
Sets the value of the concurrency property.

Parameters:
value - allowed object is String

getPrefetch

Integer getPrefetch()
Gets the value of the prefetch property.

Returns:
possible object is Integer

setPrefetch

void setPrefetch(Integer value)
Sets the value of the prefetch property.

Parameters:
value - allowed object is Integer


Copyright © 2009 The CC-XJC Community. All Rights Reserved.