public class ClientServices extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ClientServices() |
| Modifier and Type | Method and Description |
|---|---|
ClientNodeLocal |
getClientNode() |
static ClientServices |
getInstance() |
boolean |
registerServices() |
void |
stopServices() |
static void |
track(RuntimeVariable outputVariable,
Object value)
Shorthand for the commonly used trackOutputVariable method
|
public static ClientServices getInstance()
public boolean registerServices()
public ClientNodeLocal getClientNode()
public void stopServices()
public static void track(RuntimeVariable outputVariable, Object value)
outputVariable - The runtime variable to trackvalue - The value of the runtime variableCopyright © 2010–2017 EvoSuite. All rights reserved.