jpl.mipl.mdms.web.domain
Class ServerMetrics
java.lang.Object
jpl.mipl.mdms.web.domain.ServerMetrics
public class ServerMetrics
- extends Object
Purpose:
Encapsulates the various metrics associated with an FEI5 server
Copyright 2006, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge. 2006.
============================================================================
Modification History :
----------------------
Date Who What
----------------------------------------------------------------------------
08/10/2006 Nick Initial Release
============================================================================
- Version:
- $Id: ServerMetrics.java,v 1.1 2006/09/29 18:51:18 ntt Exp $
- Author:
- Nicholas Toole (Nicholas.T.Toole@jpl.nasa.gov)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerMetrics
public ServerMetrics(String name)
getName
public String getName()
getUsageRatio
public float getUsageRatio()
getRemainingConnections
public int getRemainingConnections()
setUsageRatio
protected void setUsageRatio()
setAvailableConnections
protected void setAvailableConnections()
updateCalculations
protected void updateCalculations()