Interface AgentTypeFinder
-
- All Known Implementing Classes:
AgentTypeFinderImpl
,FakeAgentTypeManager
,SecuredAgentTypeFinder
public interface AgentTypeFinder
- Author:
- Maxim.Manuylov Date: 15.11.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAgentType
findAgentType(int agentTypeId)
Collection<SAgentType>
getActiveAgentTypes()
Collection<SAgentType>
getActiveCloudAgentTypes()
Collection<SAgentType>
getAgentTypesByPool(int agentPoolId)
-
-
-
Method Detail
-
findAgentType
@Nullable SAgentType findAgentType(int agentTypeId)
-
getActiveAgentTypes
@NotNull Collection<SAgentType> getActiveAgentTypes()
-
getActiveCloudAgentTypes
@NotNull Collection<SAgentType> getActiveCloudAgentTypes()
-
getAgentTypesByPool
@NotNull Collection<SAgentType> getAgentTypesByPool(int agentPoolId)
-
-