public interface ServerCapacity
Modifier and Type | Method and Description |
---|---|
String |
retrieveCMDBCapacity()
Retrieves the server capacity for all customers
|
String |
retrieveCustomerCapacity(int customerID)
Retrieves the server capacity for a specified customer
|