public interface ISymbolGeneratorManager extends ITenantLifecycleComponent
Modifier and Type | Method and Description |
---|---|
ISymbolGenerator |
getDefaultSymbolGenerator()
Get the default symbol generator.
|
ISymbolGenerator |
getSymbolGenerator(java.lang.String id)
Get a symbol generator by id.
|
java.util.List<ISymbolGenerator> |
getSymbolGenerators()
Get the list of available symbol generators.
|
getTenant, setTenant
canPause, findComponentsOfType, getComponentId, getComponentName, getComponentType, getCreatedDate, getLifecycleComponents, getLifecycleError, getLifecycleStatus, getLogger, initialize, initializeNestedComponent, lifecycleInitialize, lifecyclePause, lifecycleStart, lifecycleStop, lifecycleStop, logState, pause, start, startNestedComponent, stop, stop
java.util.List<ISymbolGenerator> getSymbolGenerators() throws SiteWhereException
SiteWhereException
ISymbolGenerator getSymbolGenerator(java.lang.String id) throws SiteWhereException
id
- SiteWhereException
ISymbolGenerator getDefaultSymbolGenerator() throws SiteWhereException
SiteWhereException