Package org.opennms.web.rest.v1.config
Class JmxDataCollectionConfigResource
- java.lang.Object
-
- org.opennms.web.rest.v1.config.JmxDataCollectionConfigResource
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Component("jmxDataCollectionConfigResource") public class JmxDataCollectionConfigResource extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description JmxDataCollectionConfigResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
javax.ws.rs.core.Response
getJmxDataCollectionConfig()
void
setJmxDataCollectionConfigDao(JMXDataCollectionConfigDao dao)
-
-
-
Method Detail
-
setJmxDataCollectionConfigDao
public void setJmxDataCollectionConfigDao(JMXDataCollectionConfigDao dao)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
getJmxDataCollectionConfig
public javax.ws.rs.core.Response getJmxDataCollectionConfig() throws ConfigurationResourceException
- Throws:
ConfigurationResourceException
-
-