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 TypeClassDescriptionclassQueueConnector is a concrete JMSConnector subclass that specifically handles connections to queues (ptp domain).classTopicConnector 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 JMSConnectorJMSConnectorFactory.createClientConnector(HashMap connectorConfig, HashMap cfConfig, String username, String password, JMSVendorAdapter adapter) Static method to create a client connector.static JMSConnectorJMSConnectorFactory.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 JMSConnectorSimpleJMSListener.getConnector()static JMSConnectorJMSConnectorFactory.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 TypeMethodDescriptionvoidJMSConnectorManager.addConnectorToPool(JMSConnector conn) Adds a JMSConnector to the appropriate vendor poolvoidJMSConnectorManager.release(JMSConnector connector) Performs a non-exclusive checkin of the JMSConnectorvoidJMSConnectorManager.removeConnectorFromPool(JMSConnector conn) Removes a JMSConnector from the appropriate vendor poolvoidJMSConnectorManager.reserve(JMSConnector connector) Performs a non-exclusive checkout of the JMSConnectorConstructors in org.apache.axis.transport.jms with parameters of type JMSConnector