public class StructureServiceManagerImpl extends Object implements Serializable, org.oiue.service.odp.event.sql.structure.StructureServiceManager, org.osgi.service.cm.ManagedService
| Constructor and Description |
|---|
StructureServiceManagerImpl(org.oiue.service.log.LogService logService,
org.oiue.service.system.analyzer.AnalyzerService analyzerService) |
| Modifier and Type | Method and Description |
|---|---|
org.oiue.service.odp.event.sql.structure.StructureService |
getStructureService(String type) |
org.oiue.service.odp.event.sql.structure.StructureService |
getStructureService(String DBType,
String type) |
List<Map<?,?>> |
parse(Map<?,?> event,
Map<String,Object> parameter) |
boolean |
registerStructure(String DBType,
String type,
org.oiue.service.odp.event.sql.structure.StructureService structure) |
void |
updated(Dictionary props) |
public StructureServiceManagerImpl(org.oiue.service.log.LogService logService,
org.oiue.service.system.analyzer.AnalyzerService analyzerService)
public boolean registerStructure(String DBType, String type, org.oiue.service.odp.event.sql.structure.StructureService structure)
registerStructure in interface org.oiue.service.odp.event.sql.structure.StructureServiceManagerpublic List<Map<?,?>> parse(Map<?,?> event, Map<String,Object> parameter)
parse in interface org.oiue.service.odp.event.sql.structure.StructureServicepublic void updated(Dictionary props) throws org.osgi.service.cm.ConfigurationException
updated in interface org.osgi.service.cm.ManagedServiceorg.osgi.service.cm.ConfigurationExceptionpublic org.oiue.service.odp.event.sql.structure.StructureService getStructureService(String type)
getStructureService in interface org.oiue.service.odp.event.sql.structure.StructureServiceManagerCopyright © 2017. All rights reserved.