Package edu.ucsb.cs156.dining.services
Class SystemInfoService
java.lang.Object
edu.ucsb.cs156.dining.services.SystemInfoService
- Direct Known Subclasses:
 SystemInfoServiceImpl
The SystemInfoService is a service that provides global information about 
 the system and makes it available to the frontend.  For details on what
 information is provided, see the SystemInfo class.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract SystemInfoThis method returns the system information. 
- 
Constructor Details
- 
SystemInfoService
public SystemInfoService() 
 - 
 - 
Method Details
- 
getSystemInfo
This method returns the system information.- Returns:
 - the system information
 - See Also:
 
 
 -