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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract SystemInfo
This 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:
-