public class ClientRunner extends AbstractRunner
Modifier and Type | Field and Description |
---|---|
static String |
NUM_OF_CLIENTS_DEFAULT |
static String |
NUM_OF_CLIENTS_PROP |
JNDI_CONFIG_DEFAULT, JNDI_CONFIG_PROP
Constructor and Description |
---|
ClientRunner() |
Modifier and Type | Method and Description |
---|---|
void |
awaitShutdown() |
static void |
main(String[] args) |
void |
runClients()
Run the clients in the background
|
void |
runClients(Context context) |
void |
setJndiPropertiesFileLocation(String jndiConfigFileLocation) |
getCliOptions, getContext, getJndiConfig, parseArgumentsIntoConfig
public static final String NUM_OF_CLIENTS_PROP
public static final String NUM_OF_CLIENTS_DEFAULT
public static void main(String[] args)
public void setJndiPropertiesFileLocation(String jndiConfigFileLocation)
public void runClients()
public void runClients(Context context)
public void awaitShutdown()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.