Package com.wombat.mama
Class MamaSourceDerivative
- java.lang.Object
-
- com.wombat.mama.MamaSourceManager
-
- com.wombat.mama.MamaSource
-
- com.wombat.mama.MamaSourceDerivative
-
public class MamaSourceDerivative extends MamaSource
-
-
Constructor Summary
Constructors Constructor Description MamaSourceDerivative(MamaSource baseSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MamaSourceDerivative
findSourceDerivative(java.lang.String sourceName)
MamaSource
getBaseSource()
Return the base source.short
getQuality()
MamaSourceState
getState()
Get the state of a mama source object-
Methods inherited from class com.wombat.mama.MamaSource
addSubscription, destroy, findSubscription, getDisplayId, getId, getMappedId, getParent, getStateAsString, getSymbolNamespace, getTransport, isPartOf, setDisplayId, setId, setMappedId, setParent, setQuality, setState, setSymbolNamespace, setTransport, setTransportName
-
Methods inherited from class com.wombat.mama.MamaSourceManager
addSource, addSource, findOrCreateSource, findSource, getSize, sourceIterator
-
-
-
-
Constructor Detail
-
MamaSourceDerivative
public MamaSourceDerivative(MamaSource baseSource)
-
-
Method Detail
-
getBaseSource
public MamaSource getBaseSource()
Return the base source.- Returns:
- the base source.
-
getState
public MamaSourceState getState()
Description copied from class:MamaSource
Get the state of a mama source object- Overrides:
getState
in classMamaSource
- Returns:
- The state of the source object
-
getQuality
public short getQuality()
- Overrides:
getQuality
in classMamaSource
-
findSourceDerivative
public MamaSourceDerivative findSourceDerivative(java.lang.String sourceName)
-
-