public interface DataStoreProducer extends WWObject
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsDataSource(Object source,
AVList params) |
boolean |
containsDataSource(Object source) |
String |
getDataSourceDescription() |
Iterable<Object> |
getDataSources() |
AVList |
getProductionParameters() |
Iterable<?> |
getProductionResults() |
AVList |
getStoreParameters() |
void |
offerAllDataSources(Iterable<?> sources) |
void |
offerDataSource(Object source,
AVList params) |
void |
removeAllDataSources() |
void |
removeDataSource(Object source) |
void |
removeProductionState() |
void |
setStoreParameters(AVList parameters) |
void |
startProduction() |
void |
stopProduction() |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
propertyChange
onMessage
boolean containsDataSource(Object source)
String getDataSourceDescription()
AVList getProductionParameters()
Iterable<?> getProductionResults()
AVList getStoreParameters()
void offerAllDataSources(Iterable<?> sources)
void removeAllDataSources()
void removeDataSource(Object source)
void removeProductionState()
void setStoreParameters(AVList parameters)
void stopProduction()