|
|||||||||
| Home >> All >> org >> apache >> axis >> components >> [ jms overview ] | PREV NEXT | ||||||||
A
- addVendorConnectionFactoryProperties(JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- addVendorConnectionFactoryProperties(JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- Populates the connection factory config table with properties from the JMS URL query string
- addVendorConnectionFactoryProperties(JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- Extract Sonic-specific properties from the JMS URL
B
- BROKER_URL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- BeanVendorAdapter - class org.apache.axis.components.jms.BeanVendorAdapter.
- Uses ClassUtils.forName and reflection to configure ConnectionFactory.
- BeanVendorAdapter() - Constructor for class org.apache.axis.components.jms.BeanVendorAdapter
C
- CONNECTION_FACTORY_CLASS - Static variable in class org.apache.axis.components.jms.BeanVendorAdapter
- CONNECTION_FACTORY_JNDI_NAME - Static variable in class org.apache.axis.components.jms.JNDIVendorAdapter
- CONNECTION_URLS - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- CONNECT_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
- CONNECT_ID - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- CONTEXT_FACTORY - Static variable in class org.apache.axis.components.jms.JNDIVendorAdapter
- callSetters(HashMap, Class, ConnectionFactory) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
- context - Variable in class org.apache.axis.components.jms.JNDIVendorAdapter
D
- DEFAULT_PASSWORD - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- DEFAULT_USERNAME - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domains.
G
- getConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
- getConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- getJMSConnectionFactoryProperties(JMSURLHelper) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- Creates a connection factory property table using values supplied in the endpoint address
- getJMSConnectorProperties(JMSURLHelper) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- Creates a JMS connector property table using values supplied in the endpoint address.
- getJMSVendorAdapter() - Static method in class org.apache.axis.components.jms.JMSVendorAdapterFactory
- getJMSVendorAdapter(String) - Static method in class org.apache.axis.components.jms.JMSVendorAdapterFactory
- getQueue(QueueSession, String) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- getQueue(QueueSession, String) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
- getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- getQueueConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- getTopic(TopicSession, String) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- getTopic(TopicSession, String) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.BeanVendorAdapter
- getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- getTopicConnectionFactory(HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- getVendorAdapterClassname(String) - Static method in class org.apache.axis.components.jms.JMSVendorAdapterFactory
- getVendorId() - Method in class org.apache.axis.components.jms.JMSVendorAdapter
I
- isAnotherSubscriberConnected(JMSException) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- isConnectionDropped(JMSException) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- isMatchingConnectionFactory(ConnectionFactory, JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- isMatchingConnectionFactory(ConnectionFactory, JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.JNDIVendorAdapter
- Check that the attributes of the candidate connection factory match the requested connection factory properties.
- isMatchingConnectionFactory(ConnectionFactory, JMSURLHelper, HashMap) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- Check that the attributes of the candidate connection factory match the requested connection factory properties.
- isNetworkFailure(JMSException) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- isQueueMissing(JMSException) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
- isRecoverable(Throwable, int) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- isRecoverable(Throwable, int) - Method in class org.apache.axis.components.jms.SonicMQVendorAdapter
J
- JMSVendorAdapter - class org.apache.axis.components.jms.JMSVendorAdapter.
- SPI Interface that all JMSVendorAdaptors must implement.
- JMSVendorAdapter() - Constructor for class org.apache.axis.components.jms.JMSVendorAdapter
- JMSVendorAdapterFactory - class org.apache.axis.components.jms.JMSVendorAdapterFactory.
- Discovery class used to locate vendor adapters.
- JMSVendorAdapterFactory() - Constructor for class org.apache.axis.components.jms.JMSVendorAdapterFactory
- JNDIVendorAdapter - class org.apache.axis.components.jms.JNDIVendorAdapter.
- Uses JNDI to locate ConnectionFactory and Destinations
- JNDIVendorAdapter() - Constructor for class org.apache.axis.components.jms.JNDIVendorAdapter
L
- LOAD_BALANCING - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.
M
- MONITOR_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.
O
- ON_EXCEPTION_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
- org.apache.axis.components.jms - package org.apache.axis.components.jms
P
- PERSISTENT_DELIVERY - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- PING_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- PREFETCH_COUNT - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for the PTP domain.- PREFETCH_THRESHOLD - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for the PTP domain.- PROVIDER_URL - Static variable in class org.apache.axis.components.jms.JNDIVendorAdapter
Q
- QCF_CLASS - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
R
- RECEIVE_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
- RECONNECT_INTERVAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- RECONNECT_TIMEOUT - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.
S
- SELECTOR_AT_BROKER - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for the PubSub domain.- SEND_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
- SEQUENTIAL - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
SonicConnectionFactoryparameter valid for either domain.- SUBSCRIBE_ACTION - Static variable in class org.apache.axis.components.jms.JMSVendorAdapter
- SonicMQVendorAdapter - class org.apache.axis.components.jms.SonicMQVendorAdapter.
- Defines SonicMQ specific constants for connnection factory creation.
- SonicMQVendorAdapter() - Constructor for class org.apache.axis.components.jms.SonicMQVendorAdapter
- s_adapters - Static variable in class org.apache.axis.components.jms.JMSVendorAdapterFactory
- setProperties(Message, HashMap) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- setupApplicationProperties(MessageContext, Call, JMSURLHelper) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- setupMessageContext(MessageContext, Call, JMSURLHelper) - Method in class org.apache.axis.components.jms.JMSVendorAdapter
- Set JMS properties in the message context.
T
- TCF_CLASS - Static variable in class org.apache.axis.components.jms.SonicMQVendorAdapter
V
- VENDOR_PKG - Static variable in class org.apache.axis.components.jms.JMSVendorAdapterFactory
_
- _CONNECTION_FACTORY_JNDI_NAME - Static variable in class org.apache.axis.components.jms.JNDIVendorAdapter
A B C D G I J L M O P Q R S T V _
|
|||||||||
| Home >> All >> org >> apache >> axis >> components >> [ jms overview ] | PREV NEXT | ||||||||