Package edu.ucsb.cs156.example.services
Class SystemInfoService
java.lang.Object
edu.ucsb.cs156.example.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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract SystemInfoThis method returns the system information.
- 
Constructor Details- 
SystemInfoServicepublic SystemInfoService()
 
- 
- 
Method Details- 
getSystemInfoThis method returns the system information.- Returns:
- the system information
- See Also:
 
 
-