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, setTenantcanPause, findComponentsOfType, getComponentId, getComponentName, getComponentType, getCreatedDate, getLifecycleComponents, getLifecycleError, getLifecycleStatus, getLogger, initialize, initializeNestedComponent, lifecycleInitialize, lifecyclePause, lifecycleStart, lifecycleStop, lifecycleStop, logState, pause, start, startNestedComponent, stop, stopjava.util.List<ISymbolGenerator> getSymbolGenerators() throws SiteWhereException
SiteWhereExceptionISymbolGenerator getSymbolGenerator(java.lang.String id) throws SiteWhereException
id - SiteWhereExceptionISymbolGenerator getDefaultSymbolGenerator() throws SiteWhereException
SiteWhereException