com.sap.netweaver.bc.uwl.admin

Class SystemStatistics

java.lang.Object
  extended bycom.sap.netweaver.bc.uwl.admin.SystemStatistics

public final class SystemStatistics
extends Object

Class that represents the statistics to a given system.


Constructor Summary
SystemStatistics(String system)
           
 
Method Summary
 long getAverageTimeInMillisecondsPerCall()
           
 int getFailure()
           
 int getFailurePercentage()
           
 int getSuccess()
           
 int getSuccessPercentage()
           
 String getSystem()
           
 int getTimeoutPercentage()
           
 int getTimeOuts()
           
 void increaseFailure(boolean bTimedOut)
           
 void increaseSuccess(int timeSpentInMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemStatistics

public SystemStatistics(String system)
Method Detail

getFailure

public int getFailure()
Returns:

getSuccess

public int getSuccess()
Returns:

getSuccessPercentage

public int getSuccessPercentage()
Returns:
percentage of successful connections

getFailurePercentage

public int getFailurePercentage()
Returns:
percentage of failed connections

getTimeoutPercentage

public int getTimeoutPercentage()
Returns:
percentage of times failures

getSystem

public String getSystem()
Returns:

getTimeOuts

public int getTimeOuts()
Returns:

getAverageTimeInMillisecondsPerCall

public long getAverageTimeInMillisecondsPerCall()

increaseFailure

public void increaseFailure(boolean bTimedOut)

increaseSuccess

public void increaseSuccess(int timeSpentInMillis)


Copyright 2006 SAP AG Complete Copyright Notice