org.opennms.web.svclayer.support
Class DistributedStatusHistoryModel.ServiceGraph

java.lang.Object
  extended by org.opennms.web.svclayer.support.DistributedStatusHistoryModel.ServiceGraph
Enclosing class:
DistributedStatusHistoryModel

public static class DistributedStatusHistoryModel.ServiceGraph
extends Object


Constructor Summary
DistributedStatusHistoryModel.ServiceGraph(OnmsMonitoredService service, String url)
           
DistributedStatusHistoryModel.ServiceGraph(OnmsMonitoredService service, String[] errors)
           
 
Method Summary
 String[] getErrors()
           
 OnmsMonitoredService getService()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedStatusHistoryModel.ServiceGraph

public DistributedStatusHistoryModel.ServiceGraph(OnmsMonitoredService service,
                                                  String url)

DistributedStatusHistoryModel.ServiceGraph

public DistributedStatusHistoryModel.ServiceGraph(OnmsMonitoredService service,
                                                  String[] errors)
Method Detail

getErrors

public String[] getErrors()

getService

public OnmsMonitoredService getService()

getUrl

public String getUrl()


Copyright © 2009. All Rights Reserved.