Classes Files

Wombat::MamaConnection

Public Functions

  Name
  MamaConnection(MamaTransport * tport, mamaConnection cnxn)
virtual ~MamaConnection(void )
MamaTransport * getTransport(void ) const
const char * getIpAddress(void ) const
uint16_t getPort(void ) const
const char * getUserName(void ) const
const char * getAppName(void ) const
uint32_t getQueueSize(void ) const
uint32_t getMaxQueueSize(void ) const
uint32_t getMsgCount(void ) const
uint32_t getBytesSent(void ) const
const char * toString(void ) const
bool isIntercepted(void ) const
mamaConnection getCValue()
const mamaConnection getCValue() const

Public Functions Documentation

function MamaConnection

inline MamaConnection(
    MamaTransport * tport,
    mamaConnection cnxn
)

function ~MamaConnection

virtual ~MamaConnection(
    void 
)

function getTransport

MamaTransport * getTransport(
    void 
) const

function getIpAddress

const char * getIpAddress(
    void 
) const

function getPort

uint16_t getPort(
    void 
) const

function getUserName

const char * getUserName(
    void 
) const

function getAppName

const char * getAppName(
    void 
) const

function getQueueSize

uint32_t getQueueSize(
    void 
) const

function getMaxQueueSize

uint32_t getMaxQueueSize(
    void 
) const

function getMsgCount

uint32_t getMsgCount(
    void 
) const

function getBytesSent

uint32_t getBytesSent(
    void 
) const

function toString

const char * toString(
    void 
) const

function isIntercepted

bool isIntercepted(
    void 
) const

function getCValue

mamaConnection getCValue()

function getCValue

const mamaConnection getCValue() const

Updated on 2023-03-31 at 15:29:24 +0100