public final class Cpu extends Service
Modifier and Type | Method and Description |
---|---|
static Cpu |
getInstance() |
ServerInformation |
getServerInfo(Server server,
java.lang.String endpoint)
Each service has its own methods and server infos; the lowest level of
information being the server information, the implementation of this
method obviously differs for every service.
|
getMethodInformation, getServiceInformation
public static Cpu getInstance()
public ServerInformation getServerInfo(Server server, java.lang.String endpoint)
Service
getServerInfo
in class Service
server
- the server on which the method must be executedendpoint
- the method to be executedCopyright © 2021. All Rights Reserved.