Class MibCompilerApplicationFactory
- java.lang.Object
-
- org.opennms.vaadin.extender.AbstractApplicationFactory
-
- org.opennms.features.vaadin.mibcompiler.MibCompilerApplicationFactory
-
- All Implemented Interfaces:
ApplicationFactory
public class MibCompilerApplicationFactory extends AbstractApplicationFactory
A factory for creating MibCompilerApplication objects.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description MibCompilerApplicationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.ui.UI
createUI()
Class<? extends com.vaadin.ui.UI>
getUIClass()
void
setDataCollectionDao(DataCollectionConfigDao dataCollectionDao)
Sets the OpenNMS Data Collection Configuration DAO.void
setEventConfDao(EventConfDao eventConfDao)
Sets the OpenNMS Event configuration DAO.void
setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.void
setMibParser(MibParser mibParser)
Sets the MIB Parser.void
setTimeformatService(TimeformatService timeformatService)
-
Methods inherited from class org.opennms.vaadin.extender.AbstractApplicationFactory
getAdditionalHeaders
-
-
-
-
Method Detail
-
createUI
public com.vaadin.ui.UI createUI()
- Specified by:
createUI
in interfaceApplicationFactory
- Specified by:
createUI
in classAbstractApplicationFactory
-
getUIClass
public Class<? extends com.vaadin.ui.UI> getUIClass()
- Specified by:
getUIClass
in interfaceApplicationFactory
- Specified by:
getUIClass
in classAbstractApplicationFactory
-
setEventConfDao
public void setEventConfDao(EventConfDao eventConfDao)
Sets the OpenNMS Event configuration DAO.- Parameters:
eventConfDao
- the new OpenNMS Event configuration DAO
-
setMibParser
public void setMibParser(MibParser mibParser)
Sets the MIB Parser.- Parameters:
mibParser
- the new MIB Parser
-
setEventProxy
public void setEventProxy(EventProxy eventProxy)
Sets the OpenNMS Event Proxy.- Parameters:
eventProxy
- the new OpenNMS Event Proxy
-
setDataCollectionDao
public void setDataCollectionDao(DataCollectionConfigDao dataCollectionDao)
Sets the OpenNMS Data Collection Configuration DAO.- Parameters:
dataCollectionDao
- the new OpenNMS Data Collection Configuration DAO
-
setTimeformatService
public void setTimeformatService(TimeformatService timeformatService)
-
-