public class MibCompilerApplicationFactory
extends org.ops4j.pax.vaadin.AbstractApplicationFactory
Constructor and Description |
---|
MibCompilerApplicationFactory() |
Modifier and Type | Method and Description |
---|---|
com.vaadin.Application |
createApplication(javax.servlet.http.HttpServletRequest request) |
Class<? extends com.vaadin.Application> |
getApplicationClass() |
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.
|
public com.vaadin.Application createApplication(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
createApplication
in interface org.ops4j.pax.vaadin.ApplicationFactory
createApplication
in class org.ops4j.pax.vaadin.AbstractApplicationFactory
javax.servlet.ServletException
public Class<? extends com.vaadin.Application> getApplicationClass() throws ClassNotFoundException
getApplicationClass
in interface org.ops4j.pax.vaadin.ApplicationFactory
getApplicationClass
in class org.ops4j.pax.vaadin.AbstractApplicationFactory
ClassNotFoundException
public void setEventConfDao(EventConfDao eventConfDao)
eventConfDao
- the new OpenNMS Event configuration DAOpublic void setMibParser(MibParser mibParser)
mibParser
- the new MIB Parserpublic void setEventProxy(EventProxy eventProxy)
eventConfDao
- the new OpenNMS Event Proxypublic void setDataCollectionDao(DataCollectionConfigDao dataCollectionDao)
eventConfDao
- the new OpenNMS Data Collection Configuration DAOCopyright © 2015. All Rights Reserved.