public class HostAgentMgr extends Object
| Constructor and Description |
|---|
HostAgentMgr() |
| Modifier and Type | Method and Description |
|---|---|
protected static HostAgentIF |
getHostAgent(String host)
Returns the hostagent for the specified host.
|
protected static String |
getNukePIDCommand(String host)
Used to fetch the nuke command from nukerun for a hostagent for use
after a reboot.
|
static HostAgentIF |
getRemoteHostAgentForClient(String host)
Returns the hostagent for the specified host for a remote client.
|
protected static void |
registerHostAgent(HostAgentRecord har)
Used by hostagents to register and go live so master can use them.
|
protected static void |
restartHostAgent(String host)
Used to restore a hostagent lost in a reboot.
|
protected static void |
shutDownAllHostAgents()
Tells all hostagents to exit.
|
protected static void |
startHostAgents(Map hads)
Fires up hostagent processes from a set of hosts and waits for them to
register with the master.
|
protected static void startHostAgents(Map hads)
hads - the hostagent descriptions.protected static String getNukePIDCommand(String host)
protected static void restartHostAgent(String host)
protected static void registerHostAgent(HostAgentRecord har)
protected static HostAgentIF getHostAgent(String host)
public static HostAgentIF getRemoteHostAgentForClient(String host)
protected static void shutDownAllHostAgents()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.