org.opennms.web.svclayer.support
Class RtcNodeModel.RtcNode

java.lang.Object
  extended by org.opennms.web.svclayer.support.RtcNodeModel.RtcNode
Enclosing class:
RtcNodeModel

public static class RtcNodeModel.RtcNode
extends Object


Constructor Summary
RtcNodeModel.RtcNode(OnmsNode node, int serviceCount, int downServiceCount, double availability)
           
 
Method Summary
 double getAvailability()
           
 String getAvailabilityAsString()
           
 int getDownServiceCount()
           
 OnmsNode getNode()
           
 int getServiceCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RtcNodeModel.RtcNode

public RtcNodeModel.RtcNode(OnmsNode node,
                            int serviceCount,
                            int downServiceCount,
                            double availability)
Method Detail

getAvailability

public double getAvailability()

getAvailabilityAsString

public String getAvailabilityAsString()

getDownServiceCount

public int getDownServiceCount()

getNode

public OnmsNode getNode()

getServiceCount

public int getServiceCount()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.