Interface AgentPoolLimits
-
- All Known Subinterfaces:
AgentPool,ReadOnlyAgentPool
- All Known Implementing Classes:
AgentPoolImpl,AgentPoolLimitsImpl,DummyAgentType.DummyAgentPool,FakeAgentPool,ProjectAgentPoolImpl
public interface AgentPoolLimitsRepresents agent pool limitations
-
-
Field Summary
Fields Modifier and Type Field Description static AgentPoolLimitsDEFAULTDefault limits for a newly created agent poolstatic intUNLIMITED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxAgents()intgetMinAgents()
-
-
-
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
-
-