- java.lang.Object
 - 
- swim.system.reflect.Pulse
 - 
- swim.system.reflect.AgentPulse
 
 
 
- 
public class AgentPulse extends Pulse
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected longagentCountprotected longexecRateprotected longexecTimeprotected longtimerEventCountprotected inttimerEventRate 
- 
Constructor Summary
Constructors Constructor Description AgentPulse(long agentCount, long execRate, long execTime, int timerEventRate, long timerEventCount) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longagentCount()longexecRate()longexecTime()static Form<AgentPulse>form()booleanisDefined()longtimerEventCount()inttimerEventRate()ValuetoValue() 
 - 
 
- 
- 
Method Detail
- 
agentCount
public final long agentCount()
 
- 
execRate
public final long execRate()
 
- 
execTime
public final long execTime()
 
- 
timerEventRate
public final int timerEventRate()
 
- 
timerEventCount
public final long timerEventCount()
 
- 
form
@Kind public static Form<AgentPulse> form()
 
 - 
 
 -