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 voidafterPropertiesSet()javax.ws.rs.core.ResponsegetJmxDataCollectionConfig()voidsetJmxDataCollectionConfigDao(JMXDataCollectionConfigDao dao) 
 - 
 
- 
- 
Method Detail
- 
setJmxDataCollectionConfigDao
public void setJmxDataCollectionConfigDao(JMXDataCollectionConfigDao dao)
 
- 
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
 afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
 Exception
 
- 
getJmxDataCollectionConfig
@GET @Produces({"application/xml","application/json","application/atom+xml"}) public javax.ws.rs.core.Response getJmxDataCollectionConfig() throws ConfigurationResourceException- Throws:
 ConfigurationResourceException
 
 - 
 
 -