| java.lang.Object com.tctest.runner.TransparentAppConfig
Constructor Summary | |
public | TransparentAppConfig(String applicationClassname, GlobalIdGenerator idGenerator, int clientCount, int intensity, ServerControl[] serverControls, TCPProxy[] proxies) | public | TransparentAppConfig(String applicationClassname, GlobalIdGenerator idGenerator, int clientCount, int intensity, ServerControl serverControl) | public | TransparentAppConfig(String applicationClassname, GlobalIdGenerator idGenerator, int clientCount, int intensity, ServerControl serverControl, int validatorCount, int adaptedMutatorCount, int adaptedValidatorCount) |
PROXY_CONNECT_MGR | final public static String PROXY_CONNECT_MGR(Code) | | |
TransparentAppConfig | public TransparentAppConfig(String applicationClassname, GlobalIdGenerator idGenerator, int clientCount, int intensity, ServerControl serverControl, int validatorCount, int adaptedMutatorCount, int adaptedValidatorCount)(Code) | | |
getAdaptedMutatorCount | public int getAdaptedMutatorCount()(Code) | | |
getAdaptedValidatorCount | public int getAdaptedValidatorCount()(Code) | | |
getApplicationClassname | public String getApplicationClassname()(Code) | | |
getApplicationInstancePerClientCount | public int getApplicationInstancePerClientCount()(Code) | | |
getClientCount | public int getClientCount()(Code) | | |
getGlobalParticipantCount | public int getGlobalParticipantCount()(Code) | | |
getGlobalValidatorCount | public int getGlobalValidatorCount()(Code) | | |
getIntensity | public int getIntensity()(Code) | | |
getValidatorCount | public int getValidatorCount()(Code) | | |
nextGlobalId | public int nextGlobalId()(Code) | | |
setApplicationInstancePerClientCount | public TransparentAppConfig setApplicationInstancePerClientCount(int applicationInstanceCount)(Code) | | |
|
|