cloudstack/agent/src/com/cloud/agent
Laszlo Hornyak 826c69fd29 ConstantTimeBackoff test and cleanup
- javadoc changed - the old one was copy-pasted from AgentShell
- start and stop method removed - they did the same as the overridden methods
- _counter removed as it was only written, but never read
- remove from _asleep map was moved to a finally block, to make sure it is removed even in case of the thread gets interrupted
- Tests created for the above scenarios.

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-04 11:24:43 -07:00
..
dao Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
dhcp Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
mockvm agent: Replace tabs by 4 spaces 2012-06-23 11:16:16 +02:00
resource Add Manage Context framework 2013-10-02 13:09:52 -07:00
vmdata first OSS build 2012-09-05 17:45:25 -07:00
Agent.java Add Manage Context framework 2013-10-02 13:09:52 -07:00
AgentShell.java ConstantTimeBackoff test and cleanup 2013-10-04 11:24:43 -07:00
IAgentShell.java agent: Remove some more dead code around the Agent upgrade 2013-07-12 14:46:33 +02:00