Frames | No Frames |
Classes derived from org.apache.axis.components.jms.JMSVendorAdapter | |
class | Uses ClassUtils.forName and reflection to configure ConnectionFactory. |
class | Uses JNDI to locate ConnectionFactory and Destinations
|
class | Defines SonicMQ specific constants for connnection factory creation. |
Methods with return type org.apache.axis.components.jms.JMSVendorAdapter | |
JMSVendorAdapter | |
JMSVendorAdapter | JMSVendorAdapterFactory.getJMSVendorAdapter(String vendorId) |
Constructors with parameter type org.apache.axis.components.jms.JMSVendorAdapter | |
JMSConnector.JMSConnector(ConnectionFactory connectionFactory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) | |
QueueConnector.QueueConnector(ConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) | |
TopicConnector.TopicConnector(TopicConnectionFactory factory, int numRetries, int numSessions, long connectRetryInterval, long interactRetryInterval, long timeoutTime, boolean allowReceive, String clientID, String username, String password, JMSVendorAdapter adapter, JMSURLHelper jmsurl) |
Fields of type org.apache.axis.components.jms.JMSVendorAdapter | |
JMSVendorAdapter |
Methods with parameter type org.apache.axis.components.jms.JMSVendorAdapter | |
JMSConnector | JMSConnectorFactory.createClientConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a client connector. |
JMSConnector | JMSConnectorFactory.createServerConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a server connector. |
JMSConnector | JMSConnectorManager.getConnector(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter) Retrieves a JMSConnector that satisfies the provided connector criteria
|
JMSConnector | JMSConnectorFactory.matchConnector(java.util.Set connectors, HashMap connectorProps, HashMap cfProps, String username, String password, JMSVendorAdapter adapter) Performs an initial check on the connector properties, and then defers
to the vendor adapter for matching on the vendor-specific connection factory. |
Methods with return type org.apache.axis.components.jms.JMSVendorAdapter | |
JMSVendorAdapter |