Factory Responsible for creating the TcpTransport. More...
#include <src/main/activemq/transport/tcp/TcpTransportFactory.h>

Public Member Functions | |
| virtual | ~TcpTransportFactory () |
| virtual Pointer< Transport > | create (const decaf::net::URI &location) |
| Creates a fully configured Transport instance which could be a chain of filters and transports. | |
| virtual Pointer< Transport > | createComposite (const decaf::net::URI &location) |
| Creates a slimed down Transport instance which can be used in composite transport instances. | |
Protected Member Functions | |
| virtual Pointer< Transport > | doCreateComposite (const decaf::net::URI &location, const Pointer< wireformat::WireFormat > wireFormat, const decaf::util::Properties &properties) |
| virtual void | doConfigureTransport (Pointer< Transport >, const decaf::util::Properties &properties) |
Factory Responsible for creating the TcpTransport.
| virtual activemq::transport::tcp::TcpTransportFactory::~TcpTransportFactory | ( | ) | [inline, virtual] |
| virtual Pointer<Transport> activemq::transport::tcp::TcpTransportFactory::create | ( | const decaf::net::URI & | location | ) | [virtual] |
Creates a fully configured Transport instance which could be a chain of filters and transports.
| location | - URI location to connect to plus any properties to assign. |
| ActiveMQexception | if an error occurs |
Implements activemq::transport::TransportFactory.
| virtual Pointer<Transport> activemq::transport::tcp::TcpTransportFactory::createComposite | ( | const decaf::net::URI & | location | ) | [virtual] |
Creates a slimed down Transport instance which can be used in composite transport instances.
| location | - URI location to connect to plus any properties to assign. |
| ActiveMQexception | if an error occurs |
Implements activemq::transport::TransportFactory.
| virtual void activemq::transport::tcp::TcpTransportFactory::doConfigureTransport | ( | Pointer< Transport > | , | |
| const decaf::util::Properties & | properties | |||
| ) | [protected, virtual] |
| virtual Pointer<Transport> activemq::transport::tcp::TcpTransportFactory::doCreateComposite | ( | const decaf::net::URI & | location, | |
| const Pointer< wireformat::WireFormat > | wireFormat, | |||
| const decaf::util::Properties & | properties | |||
| ) | [protected, virtual] |
Reimplemented in activemq::transport::tcp::SslTransportFactory.
1.6.1