org.opennms.web.controller
Class DaemonStatusController

java.lang.Object
  extended by org.opennms.web.controller.DaemonStatusController

public class DaemonStatusController
extends Object

DaemonStatusController class.

Since:
1.8.1
Author:
SriKumar Kareti, Tiffani Heeren

Constructor Summary
DaemonStatusController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView onSubmit()
           
protected  Map<String,Collection<ServiceInfo>> referenceData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonStatusController

public DaemonStatusController()
Method Detail

referenceData

protected Map<String,Collection<ServiceInfo>> referenceData()
                                                     throws Exception
Throws:
Exception

onSubmit

@RequestMapping(method=POST)
public org.springframework.web.servlet.ModelAndView onSubmit()
                                                      throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.