Package com.qfs.snl.agent
Interface IAgentDescription
- All Known Subinterfaces:
IRegisteredAgentDescription
- All Known Implementing Classes:
AgentDescriptionDto
,RegisteredAgentDescriptionDto
public interface IAgentDescription
Description of a ActiveMonitor agent.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the ActiveMonitor agent.Get the type of the ActiveMonitor agent.Get theconnection details
about the agent.getSites()
Get the available sites for an agent.
-
Method Details
-
getAgentName
String getAgentName()Get the name of the ActiveMonitor agent.- Returns:
- the name of the ActiveMonitor agent
-
getAgentType
String getAgentType()Get the type of the ActiveMonitor agent.- Returns:
- the type of the ActiveMonitor agent
-
getConnectionDetails
IAgentConnectionDetails getConnectionDetails()Get theconnection details
about the agent.- Returns:
- the agent's connection details
-
getSites
Get the available sites for an agent.- Returns:
- the sites of the agent
-