Interface AgentPoolLimits
-
- All Known Subinterfaces:
AgentPool
,ReadOnlyAgentPool
- All Known Implementing Classes:
AgentPoolImpl
,AgentPoolLimitsImpl
,DummyAgentType.DummyAgentPool
,FakeAgentPool
,ProjectAgentPoolImpl
public interface AgentPoolLimits
Represents agent pool limitations
-
-
Field Summary
Fields Modifier and Type Field Description static AgentPoolLimits
DEFAULT
Default limits for a newly created agent poolstatic int
UNLIMITED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxAgents()
int
getMinAgents()
-
-
-
Field Detail
-
UNLIMITED
static final int UNLIMITED
- See Also:
- Constant Field Values
-
DEFAULT
static final AgentPoolLimits DEFAULT
Default limits for a newly created agent pool
-
-