org.jdiagnose.remote.system
Class DefaultCompositeStatistics

java.lang.Object
  extended byorg.jdiagnose.remote.system.DefaultCompositeStatistics
All Implemented Interfaces:
CompositeStatistics

public class DefaultCompositeStatistics
extends java.lang.Object
implements CompositeStatistics

Author:
jmccrindle

Constructor Summary
DefaultCompositeStatistics(int totalChildren, int upChildren, int downChildren)
           
 
Method Summary
 int getDownChildren()
           
 int getTotalChildren()
           
 int getUpChildren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCompositeStatistics

public DefaultCompositeStatistics(int totalChildren,
                                  int upChildren,
                                  int downChildren)
Parameters:
totalChildren -
upChildren -
downChildren -
Method Detail

getDownChildren

public int getDownChildren()
Specified by:
getDownChildren in interface CompositeStatistics
Returns:
Returns the downChildren.

getTotalChildren

public int getTotalChildren()
Specified by:
getTotalChildren in interface CompositeStatistics
Returns:
Returns the totalChildren.

getUpChildren

public int getUpChildren()
Specified by:
getUpChildren in interface CompositeStatistics
Returns:
Returns the upChildren.


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.