Package emissary.core.sentinel.protocols
Class AgentProtocol.PlaceAgentStats
- java.lang.Object
-
- emissary.core.sentinel.protocols.AgentProtocol.PlaceAgentStats
-
- Enclosing class:
- AgentProtocol
public static class AgentProtocol.PlaceAgentStats extends Object
-
-
Constructor Summary
Constructors Constructor Description PlaceAgentStats(String place)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
long
getMaxTimeInPlace()
long
getMinTimeInPlace()
String
getPlace()
AgentProtocol.PlaceAgentStats
update(long timer)
-
-
-
Constructor Detail
-
PlaceAgentStats
public PlaceAgentStats(String place)
-
-
Method Detail
-
getPlace
public String getPlace()
-
getCount
public int getCount()
-
getMaxTimeInPlace
public long getMaxTimeInPlace()
-
getMinTimeInPlace
public long getMinTimeInPlace()
-
update
public AgentProtocol.PlaceAgentStats update(long timer)
-
-