Uses of Class
org.apache.axis.transport.jms.JMSConnector
Packages that use JMSConnector
-
Uses of JMSConnector in org.apache.axis.transport.jms
Subclasses of JMSConnector in org.apache.axis.transport.jmsModifier and TypeClassDescriptionclass
QueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain).class
TopicConnector is a concrete JMSConnector subclass that specifically handles connections to topics (pub-sub domain).Methods in org.apache.axis.transport.jms that return JMSConnectorModifier and TypeMethodDescriptionstatic JMSConnector
JMSConnectorFactory.createClientConnector
(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a client connector.static JMSConnector
JMSConnectorFactory.createServerConnector
(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a server connector.JMSConnectorManager.getConnector
(HashMap connectorProperties, HashMap connectionFactoryProperties, String username, String password, JMSVendorAdapter vendorAdapter) Retrieves a JMSConnector that satisfies the provided connector criteriaprotected JMSConnector
SimpleJMSListener.getConnector()
static JMSConnector
JMSConnectorFactory.matchConnector
(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 in org.apache.axis.transport.jms with parameters of type JMSConnectorModifier and TypeMethodDescriptionvoid
JMSConnectorManager.addConnectorToPool
(JMSConnector conn) Adds a JMSConnector to the appropriate vendor poolvoid
JMSConnectorManager.release
(JMSConnector connector) Performs a non-exclusive checkin of the JMSConnectorvoid
JMSConnectorManager.removeConnectorFromPool
(JMSConnector conn) Removes a JMSConnector from the appropriate vendor poolvoid
JMSConnectorManager.reserve
(JMSConnector connector) Performs a non-exclusive checkout of the JMSConnectorConstructors in org.apache.axis.transport.jms with parameters of type JMSConnector