|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JcaListenerContainer
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="resource-adapter" type="{http://www.w3.org/2001/XMLSchema}string" default="resourceAdapter" />
<attribute name="activation-spec-factory" 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="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 |
getActivationSpecFactory()
Gets the value of the activationSpecFactory property. |
String |
getClientId()
Gets the value of the clientId property. |
String |
getConcurrency()
Gets the value of the concurrency 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 |
getResourceAdapter()
Gets the value of the resourceAdapter property. |
String |
getTransactionManager()
Gets the value of the transactionManager property. |
void |
setAcknowledge(String value)
Sets the value of the acknowledge property. |
void |
setActivationSpecFactory(String value)
Sets the value of the activationSpecFactory property. |
void |
setClientId(String value)
Sets the value of the clientId property. |
void |
setConcurrency(String value)
Sets the value of the concurrency 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 |
setResourceAdapter(String value)
Sets the value of the resourceAdapter property. |
void |
setTransactionManager(String value)
Sets the value of the transactionManager property. |
| Method Detail |
|---|
ListenerType[] getListener()
ListenerTypeListenerType getListener(int idx)
ListenerTypeint getListenerLength()
void setListener(ListenerType[] values)
values - allowed objects are
ListenerType
ListenerType setListener(int idx,
ListenerType value)
value - allowed object is
ListenerTypeString getResourceAdapter()
Stringvoid setResourceAdapter(String value)
value - allowed object is
StringString getActivationSpecFactory()
Stringvoid setActivationSpecFactory(String value)
value - allowed object is
StringString getDestinationResolver()
Stringvoid setDestinationResolver(String value)
value - allowed object is
StringString getMessageConverter()
Stringvoid setMessageConverter(String value)
value - allowed object is
StringString getDestinationType()
Stringvoid setDestinationType(String value)
value - allowed object is
StringString getClientId()
Stringvoid setClientId(String value)
value - allowed object is
StringString getAcknowledge()
Stringvoid setAcknowledge(String value)
value - allowed object is
StringString getTransactionManager()
Stringvoid setTransactionManager(String value)
value - allowed object is
StringString getConcurrency()
Stringvoid setConcurrency(String value)
value - allowed object is
StringInteger getPrefetch()
Integervoid setPrefetch(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||