org.jdiameter.server.impl
Class OverloadManagerImpl.AppOverloadInfo

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

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


Constructor Summary
OverloadManagerImpl.AppOverloadInfo(org.jdiameter.api.ApplicationId appId)
           
 
Method Summary
 void appendEntry(int type, double lowThreshold, double highThreshold)
           
 org.jdiameter.api.ApplicationId getAppId()
           
 boolean isOverload()
           
 boolean isOverload(int type)
           
 void updateInformation(int type, double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverloadManagerImpl.AppOverloadInfo

public OverloadManagerImpl.AppOverloadInfo(org.jdiameter.api.ApplicationId appId)
Method Detail

getAppId

public org.jdiameter.api.ApplicationId getAppId()

appendEntry

public void appendEntry(int type,
                        double lowThreshold,
                        double highThreshold)

isOverload

public boolean isOverload()

isOverload

public boolean isOverload(int type)

updateInformation

public void updateInformation(int type,
                              double threshold)


Copyright © 2008. All Rights Reserved.