Class SystemInfoService

java.lang.Object
edu.ucsb.cs156.example.services.SystemInfoService
Direct Known Subclasses:
SystemInfoServiceImpl

public abstract class SystemInfoService extends Object
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 Details

    • SystemInfoService

      public SystemInfoService()
  • Method Details

    • getSystemInfo

      public abstract SystemInfo getSystemInfo()
      This method returns the system information.
      Returns:
      the system information
      See Also: