|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JMSVendorAdapter | |
|---|---|
| org.jboss.axis.components.jms | |
| org.jboss.axis.transport.jms | |
| Uses of JMSVendorAdapter in org.jboss.axis.components.jms |
|---|
| Subclasses of JMSVendorAdapter in org.jboss.axis.components.jms | |
|---|---|
class |
BeanVendorAdapter
Uses ClassUtils.forName and reflection to configure ConnectionFactory. |
class |
JNDIVendorAdapter
Uses JNDI to locate ConnectionFactory and Destinations |
| Methods in org.jboss.axis.components.jms that return JMSVendorAdapter | |
|---|---|
static JMSVendorAdapter |
JMSVendorAdapterFactory.getJMSVendorAdapter()
|
| Uses of JMSVendorAdapter in org.jboss.axis.transport.jms |
|---|
| Fields in org.jboss.axis.transport.jms declared as JMSVendorAdapter | |
|---|---|
protected JMSVendorAdapter |
JMSConnector.m_adapter
|
| Constructors in org.jboss.axis.transport.jms with parameters of type JMSVendorAdapter | |
|---|---|
JMSConnector(javax.jms.ConnectionFactory connectionFactory,
int numRetries,
int numSessions,
long connectRetryInterval,
long interactRetryInterval,
long timeoutTime,
boolean allowReceive,
String clientID,
String username,
String password,
JMSVendorAdapter adapter)
|
|
QueueConnector(javax.jms.ConnectionFactory factory,
int numRetries,
int numSessions,
long connectRetryInterval,
long interactRetryInterval,
long timeoutTime,
boolean allowReceive,
String clientID,
String username,
String password,
JMSVendorAdapter adapter)
|
|
TopicConnector(javax.jms.TopicConnectionFactory factory,
int numRetries,
int numSessions,
long connectRetryInterval,
long interactRetryInterval,
long timeoutTime,
boolean allowReceive,
String clientID,
String username,
String password,
JMSVendorAdapter adapter)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||