Inherits from com.wombat.mama.MamaSource, com.wombat.mama.MamaSourceManager
| Name | |
|---|---|
| MamaSourceDerivative(MamaSource baseSource) | |
| MamaSource | getBaseSource() |
| MamaSourceState | getState() |
| short | getQuality() |
| MamaSourceDerivative | findSourceDerivative(final String sourceName) |
Public Functions inherited from com.wombat.mama.MamaSource
| Name | |
|---|---|
| MamaSource() | |
| MamaSource(final String sourceId, MamaTransport transport, final String symbolNamespace) | |
| native void | setId(final String sourceId) |
| native void | setMappedId(final String mappedId) |
| native void | setDisplayId(final String displayId) |
| native void | setQuality(short quality) |
| void | setState(MamaSourceState state) |
| void | setParent(MamaSource parent) |
| native void | setSymbolNamespace(final String symbolNamespace) |
| void | setTransportName(final String transportName) |
| void | setTransport(MamaTransport transport) |
| native final String | getId() |
| native final String | getMappedId() |
| native final String | getDisplayId() |
| String | getStateAsString() |
| MamaSource | getParent() |
| native final String | getSymbolNamespace() |
| MamaTransport | getTransport() |
| void | addSubscription(final String key, MamaSubscription subscription) |
| MamaSubscription | findSubscription(final String key) |
| boolean | isPartOf(MamaSource source) |
| void | destroy() |
Public Functions inherited from com.wombat.mama.MamaSourceManager
| Name | |
|---|---|
| MamaSourceManager() | |
| MamaSource | findOrCreateSource(final String sourceName) |
| MamaSource | findSource(final String sourceName) |
| void | addSource(MamaSource mamaSource) |
| void | addSource(MamaSource mamaSource, final String sourceName) |
| int | getSize() |
| Iterator | sourceIterator() |
| void | destroy() |
inline MamaSourceDerivative(
MamaSource baseSource
)
inline MamaSource getBaseSource()
Return: the base source.
Return the base source.
inline MamaSourceState getState()
Return: The state of the source object
Reimplements: com::wombat::mama::MamaSource::getState
Get the state of a mama source object
inline short getQuality()
Reimplements: com::wombat::mama::MamaSource::getQuality
inline MamaSourceDerivative findSourceDerivative(
final String sourceName
)
Updated on 2023-03-31 at 15:29:43 +0100