activemq::transport::failover::FailoverTransportFactory Class Reference
Creates an instance of a FailoverTransport.
More...
#include <src/main/activemq/transport/failover/FailoverTransportFactory.h>
Detailed Description
Creates an instance of a FailoverTransport.
- Since:
- 3.0
Constructor & Destructor Documentation
| virtual activemq::transport::failover::FailoverTransportFactory::~FailoverTransportFactory |
( |
|
) |
[inline, virtual] |
Member Function Documentation
Creates a fully configured Transport instance which could be a chain of filters and transports.
- Parameters:
-
| location | - URI location to connect to plus any properties to assign. |
- Exceptions:
-
| ActiveMQexception | if an error occurs |
Implements activemq::transport::TransportFactory.
Creates a slimed down Transport instance which can be used in composite transport instances.
- Parameters:
-
| location | - URI location to connect to. |
| properties | - Properties to apply to the transport. |
- Returns:
- Pointer to a new FailoverTransport instance.
- Exceptions:
-
| ActiveMQexception | if an error occurs |
The documentation for this class was generated from the following file: