Package de.espirit.firstspirit.agency
Interface ServerInformationAgent
public interface ServerInformationAgent
Agent providing information of the FirstSpirit server.
- Since:
- 5.0.100
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Interface representing the FirstSpirit version. -
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<ServerInformationAgent>
Agent providing information of the FirstSpirit server. -
Method Summary
Modifier and TypeMethodDescriptionReturns the server name which can be either the symbolic hostname or the hostname.Returns the version info of the FirstSpirit server.
-
Field Details
-
TYPE
Agent providing information of the FirstSpirit server. The agent's technical type to be used to request the agent from aSpecialistsBroker
.- Since:
- 5.0.100
-
-
Method Details
-
getServerName
String getServerName()Returns the server name which can be either the symbolic hostname or the hostname.- Returns:
- The server name.
- Since:
- 5.2.1001
-
getServerVersion
ServerInformationAgent.VersionInfo getServerVersion()Returns the version info of the FirstSpirit server.- Since:
- 5.0.100
-