public class DynamicActionUtil extends Object
ClientVmMgr and RebootMgr.
For internal hydra use only.| Constructor and Description |
|---|
DynamicActionUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
nextActionId() |
protected static void |
notifyDynamicActionComplete(int actionId)
Used by master to notify the client that the action is complete.
|
protected static void |
runActionThread(int actionId,
String act,
Runnable action,
String name,
boolean synchronous)
Creates and runs a dynamic action thread to carry out the action on behalf
of the client.
|
protected static int nextActionId()
protected static void runActionThread(int actionId,
String act,
Runnable action,
String name,
boolean synchronous)
protected static void notifyDynamicActionComplete(int actionId)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.