#include <MamaTransportMap.h>
Static Public Member Functions | |
static MamaTransport * | findOrCreate (const char *transportName, const mamaBridge bridge) |
Find the transport by name. | |
static MamaTransport * | find (const char *transportName, const mamaBridge bridge) |
Find the transport by name. |
|
static |
Find the transport by name.
If no transport by the given name has been requested before, a new instance of a MamaTransport is created using the bridge specified. This method will create exactly one MamaTransport object instance for each name passed.
|
static |
Find the transport by name.
If no transport by the given name exists, the default transport is returned.