Name | |
---|---|
void | setPointerVal(long pointerVal) |
inline MamaTransport()
The constructor initialises all member variables and creates the re-usable objects including the transport listeners.
inline void setTransportCallbackQueue(
MamaQueue queue
)
Set the callback queue.
inline void addTransportListener(
MamaTransportListener transportListener
)
Parameters:
This function will set the client listener, note that only one listener or extended listener is supported at any one time.
inline void addTransportTopicListener(
MamaTransportTopicListener transportTopicListener
)
Parameters:
This function will set the client topic listener, note that only one topic listener is supported at any one time.
inline void removeTransportListener(
MamaTransportListener transportListener
)
Parameters:
This function will remove the current transport listener. It will actually remove both the basic and extended listeners.
inline void removeTransportTopicListener()
This function will remove the current topic listener.
inline long getPointerVal()
inline void create(
MamaBridge bridge
)
native void _create(
MamaBridge bridge
)
inline void create(
String name,
MamaBridge bridge
)
native void _create(
String name,
MamaBridge bridge
)
native void destroy()
inline double getOutboundThrottle(
MamaThrottleInstance throttleInstance
)
inline double getOutboundThrottle()
inline void setOutboundThrottle(
MamaThrottleInstance throttleInstance,
double outboundThrottle
)
inline void setOutboundThrottle(
double outboundThrottle
)
native void setDescription(
String description
)
native String getDescription()
native void setInvokeQualityForAllSubscs(
boolean invokeQualityForAllSubscs
)
native boolean getInvokeQualityForAllSubscs()
native short getQuality()
inline MamaBridge getBridge()
native void requestConflation()
native void requestEndConflation()
native String getName()
native void setName(
String name
)
inline void setPointerVal(
long pointerVal
)
Updated on 2023-03-31 at 15:29:44 +0100