Classes Files

com::wombat::mama::MamaConnection

Public Functions

  Name
  MamaConnection(MamaTransport transport, String ipAddress, int port, int maxQueueSize, int curQueueSize, int msgCount, int bytesSent, String userName, String appName)
native void destroy()
native MamaTransport getTransport()
native String getIpAddress()
native int getPort()
native String getUserName()
native String getAppName()
native int getMaxQueueSize()
native int getQueueSize()
native int getMsgCount()
native int getBytesSent()
native String toString()
native boolean isIntercepted()

Public Functions Documentation

function MamaConnection

inline MamaConnection(
    MamaTransport transport,
    String ipAddress,
    int port,
    int maxQueueSize,
    int curQueueSize,
    int msgCount,
    int bytesSent,
    String userName,
    String appName
)

function destroy

native void destroy()

function getTransport

native MamaTransport getTransport()

function getIpAddress

native String getIpAddress()

function getPort

native int getPort()

function getUserName

native String getUserName()

function getAppName

native String getAppName()

function getMaxQueueSize

native int getMaxQueueSize()

function getQueueSize

native int getQueueSize()

function getMsgCount

native int getMsgCount()

function getBytesSent

native int getBytesSent()

function toString

native String toString()

function isIntercepted

native boolean isIntercepted()

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