org.jdiameter.server.impl
Class OverloadManagerImpl.AppOverloadInfoEntry

java.lang.Object
  extended by org.jdiameter.server.impl.OverloadManagerImpl.AppOverloadInfoEntry
Enclosing class:
OverloadManagerImpl

public static class OverloadManagerImpl.AppOverloadInfoEntry
extends java.lang.Object


Constructor Summary
OverloadManagerImpl.AppOverloadInfoEntry(int type, double lowThreshold, double highThreshold)
           
 
Method Summary
 double getCurrentValue()
           
 double getHighThreshold()
           
 double getLowThreshold()
           
 int getType()
           
 boolean isOverload()
           
 void updateInformation(double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverloadManagerImpl.AppOverloadInfoEntry

public OverloadManagerImpl.AppOverloadInfoEntry(int type,
                                                double lowThreshold,
                                                double highThreshold)
Method Detail

getType

public int getType()

getLowThreshold

public double getLowThreshold()

getHighThreshold

public double getHighThreshold()

getCurrentValue

public double getCurrentValue()

updateInformation

public void updateInformation(double threshold)

isOverload

public boolean isOverload()


Copyright © 2008. All Rights Reserved.