Frames | No Frames |
Classes derived from org.apache.axis.transport.jms.JMSConnector | |
class | 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). |
Constructors with parameter type org.apache.axis.transport.jms.JMSConnector | |
Methods with parameter type org.apache.axis.transport.jms.JMSConnector | |
void | Adds a JMSConnector to the appropriate vendor pool
|
void | Performs a non-exclusive checkin of the JMSConnector
|
void | Removes a JMSConnector from the appropriate vendor pool
|
void | Performs a non-exclusive checkout of the JMSConnector
|
Methods with return type org.apache.axis.transport.jms.JMSConnector | |
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 | |
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. |