net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl
Class ListenerContainerImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl.ListenerContainerImpl
All Implemented Interfaces:
Serializable, Cloneable, ListenerContainer

public class ListenerContainerImpl
extends Object
implements Serializable, Cloneable, ListenerContainer

See Also:
Serialized Form

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  ListenerType[] listener
           
protected  String messageConverter
           
protected  Integer prefetch
           
protected  String taskExecutor
           
protected  String transactionManager
           
 
Constructor Summary
ListenerContainerImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl.ListenerContainerImpl instance.
ListenerContainerImpl(ListenerContainerImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl.ListenerContainerImpl instance by copying a given instance.
 
Method Summary
 ListenerContainerImpl clone()
          Creates and returns a copy of this object.
 void copyListener(ListenerType[] source)
          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.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

protected ListenerType[] listener

containerType

protected String containerType

containerClass

protected String containerClass

connectionFactory

protected String connectionFactory

taskExecutor

protected String taskExecutor

destinationResolver

protected String destinationResolver

messageConverter

protected String messageConverter

destinationType

protected String destinationType

clientId

protected String clientId

cache

protected String cache

acknowledge

protected String acknowledge

transactionManager

protected String transactionManager

concurrency

protected String concurrency

prefetch

protected Integer prefetch
Constructor Detail

ListenerContainerImpl

public ListenerContainerImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl.ListenerContainerImpl instance.


ListenerContainerImpl

public ListenerContainerImpl(ListenerContainerImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.jms.impl.ListenerContainerImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getListener

public ListenerType[] getListener()
Specified by:
getListener in interface ListenerContainer
Returns:
array of ListenerType

getListener

public ListenerType getListener(int idx)
Specified by:
getListener in interface ListenerContainer
Returns:
one of ListenerType

getListenerLength

public int getListenerLength()
Specified by:
getListenerLength in interface ListenerContainer

setListener

public void setListener(ListenerType[] values)
Specified by:
setListener in interface ListenerContainer
Parameters:
values - allowed objects are ListenerType

setListener

public ListenerType setListener(int idx,
                                ListenerType value)
Specified by:
setListener in interface ListenerContainer
value - allowed object is ListenerType

getContainerType

public String getContainerType()
Description copied from interface: ListenerContainer
Gets the value of the containerType property.

Specified by:
getContainerType in interface ListenerContainer
Returns:
possible object is String

setContainerType

public void setContainerType(String value)
Description copied from interface: ListenerContainer
Sets the value of the containerType property.

Specified by:
setContainerType in interface ListenerContainer
Parameters:
value - allowed object is String

getContainerClass

public String getContainerClass()
Description copied from interface: ListenerContainer
Gets the value of the containerClass property.

Specified by:
getContainerClass in interface ListenerContainer
Returns:
possible object is String

setContainerClass

public void setContainerClass(String value)
Description copied from interface: ListenerContainer
Sets the value of the containerClass property.

Specified by:
setContainerClass in interface ListenerContainer
Parameters:
value - allowed object is String

getConnectionFactory

public String getConnectionFactory()
Description copied from interface: ListenerContainer
Gets the value of the connectionFactory property.

Specified by:
getConnectionFactory in interface ListenerContainer
Returns:
possible object is String

setConnectionFactory

public void setConnectionFactory(String value)
Description copied from interface: ListenerContainer
Sets the value of the connectionFactory property.

Specified by:
setConnectionFactory in interface ListenerContainer
Parameters:
value - allowed object is String

getTaskExecutor

public String getTaskExecutor()
Description copied from interface: ListenerContainer
Gets the value of the taskExecutor property.

Specified by:
getTaskExecutor in interface ListenerContainer
Returns:
possible object is String

setTaskExecutor

public void setTaskExecutor(String value)
Description copied from interface: ListenerContainer
Sets the value of the taskExecutor property.

Specified by:
setTaskExecutor in interface ListenerContainer
Parameters:
value - allowed object is String

getDestinationResolver

public String getDestinationResolver()
Description copied from interface: ListenerContainer
Gets the value of the destinationResolver property.

Specified by:
getDestinationResolver in interface ListenerContainer
Returns:
possible object is String

setDestinationResolver

public void setDestinationResolver(String value)
Description copied from interface: ListenerContainer
Sets the value of the destinationResolver property.

Specified by:
setDestinationResolver in interface ListenerContainer
Parameters:
value - allowed object is String

getMessageConverter

public String getMessageConverter()
Description copied from interface: ListenerContainer
Gets the value of the messageConverter property.

Specified by:
getMessageConverter in interface ListenerContainer
Returns:
possible object is String

setMessageConverter

public void setMessageConverter(String value)
Description copied from interface: ListenerContainer
Sets the value of the messageConverter property.

Specified by:
setMessageConverter in interface ListenerContainer
Parameters:
value - allowed object is String

getDestinationType

public String getDestinationType()
Description copied from interface: ListenerContainer
Gets the value of the destinationType property.

Specified by:
getDestinationType in interface ListenerContainer
Returns:
possible object is String

setDestinationType

public void setDestinationType(String value)
Description copied from interface: ListenerContainer
Sets the value of the destinationType property.

Specified by:
setDestinationType in interface ListenerContainer
Parameters:
value - allowed object is String

getClientId

public String getClientId()
Description copied from interface: ListenerContainer
Gets the value of the clientId property.

Specified by:
getClientId in interface ListenerContainer
Returns:
possible object is String

setClientId

public void setClientId(String value)
Description copied from interface: ListenerContainer
Sets the value of the clientId property.

Specified by:
setClientId in interface ListenerContainer
Parameters:
value - allowed object is String

getCache

public String getCache()
Description copied from interface: ListenerContainer
Gets the value of the cache property.

Specified by:
getCache in interface ListenerContainer
Returns:
possible object is String

setCache

public void setCache(String value)
Description copied from interface: ListenerContainer
Sets the value of the cache property.

Specified by:
setCache in interface ListenerContainer
Parameters:
value - allowed object is String

getAcknowledge

public String getAcknowledge()
Description copied from interface: ListenerContainer
Gets the value of the acknowledge property.

Specified by:
getAcknowledge in interface ListenerContainer
Returns:
possible object is String

setAcknowledge

public void setAcknowledge(String value)
Description copied from interface: ListenerContainer
Sets the value of the acknowledge property.

Specified by:
setAcknowledge in interface ListenerContainer
Parameters:
value - allowed object is String

getTransactionManager

public String getTransactionManager()
Description copied from interface: ListenerContainer
Gets the value of the transactionManager property.

Specified by:
getTransactionManager in interface ListenerContainer
Returns:
possible object is String

setTransactionManager

public void setTransactionManager(String value)
Description copied from interface: ListenerContainer
Sets the value of the transactionManager property.

Specified by:
setTransactionManager in interface ListenerContainer
Parameters:
value - allowed object is String

getConcurrency

public String getConcurrency()
Description copied from interface: ListenerContainer
Gets the value of the concurrency property.

Specified by:
getConcurrency in interface ListenerContainer
Returns:
possible object is String

setConcurrency

public void setConcurrency(String value)
Description copied from interface: ListenerContainer
Sets the value of the concurrency property.

Specified by:
setConcurrency in interface ListenerContainer
Parameters:
value - allowed object is String

getPrefetch

public Integer getPrefetch()
Description copied from interface: ListenerContainer
Gets the value of the prefetch property.

Specified by:
getPrefetch in interface ListenerContainer
Returns:
possible object is Integer

setPrefetch

public void setPrefetch(Integer value)
Description copied from interface: ListenerContainer
Sets the value of the prefetch property.

Specified by:
setPrefetch in interface ListenerContainer
Parameters:
value - allowed object is Integer

copyListener

public void copyListener(ListenerType[] source)
Copies all values of property Listener.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ListenerContainerImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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