* Initialize the managers. Tunnels are no longer recorded
* here unless they are active. This simplifies the agent by
* making it respond to start and stop requests from the new
* persistent connection with Adito.
*/
tunnelManager = new TunnelManager(this);
applicationManager = new ApplicationManager(this);
webForwardManager = new WebForwardManager(this);
networkPlaceManager = new NetworkPlaceManager(this);
updateResources(-1);
return;